diff --git a/rules/import_middleman.bzl b/rules/import_middleman.bzl index f76c086f..800a5c41 100644 --- a/rules/import_middleman.bzl +++ b/rules/import_middleman.bzl @@ -281,6 +281,16 @@ def _file_collector_rule_impl(ctx): alwayslink = False, ) for static_library in replaced_static_framework.replaced.values() + ] + [ + # Bazel7 should specify dynamic library for link + cc_common.create_library_to_link( + actions = ctx.actions, + cc_toolchain = cc_toolchain, + feature_configuration = cc_features, + dynamic_library = dynamic_library, + alwayslink = False, + ) + for dynamic_library in replaced_dynamic_framework.values() ]), ), ]), diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/BUILD.bazel b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/BUILD.bazel index 82ba534f..340a8789 100644 --- a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/BUILD.bazel +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/BUILD.bazel @@ -8,3 +8,12 @@ apple_framework( ], visibility = ["//visibility:public"], ) + +apple_framework( + name = "MiSnapCore", + platforms = {"ios": "12.0"}, + vendored_dynamic_frameworks = [ + "Frameworks/MiSnapCore.framework", + ], + visibility = ["//visibility:public"], +) diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Headers/MiSnapCore-Swift.h b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Headers/MiSnapCore-Swift.h new file mode 100644 index 00000000..1b4dd7c8 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Headers/MiSnapCore-Swift.h @@ -0,0 +1,1842 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +#ifndef MISNAPCORE_SWIFT_H +#define MISNAPCORE_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#if __has_include() +# include +#else +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +#endif +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# 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 +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +@import Foundation; +@import ObjectiveC; +@import Security; +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="MiSnapCore",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +@class NSString; +@class NSData; +enum MiSnapCryptographyHashingAlgorithm : NSInteger; + +SWIFT_CLASS("_TtC10MiSnapCore18MiSnapCryptography") +@interface MiSnapCryptography : NSObject +- (nonnull instancetype)initWithPublicKey:(SecKeyRef _Nullable)publicKey privateKey:(SecKeyRef _Nullable)privateKey algorithm:(SecKeyAlgorithm _Nonnull)algorithm OBJC_DESIGNATED_INITIALIZER; +- (void)setWithPublicKey:(SecKeyRef _Nullable)publicKey privateKey:(SecKeyRef _Nullable)privateKey; +- (NSArray * _Nullable)encryptDictionary:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +- (NSDictionary * _Nullable)decryptToDictionary:(NSArray * _Nonnull)base64Strings SWIFT_WARN_UNUSED_RESULT; +- (NSArray * _Nullable)encryptData:(NSData * _Nullable)data SWIFT_WARN_UNUSED_RESULT; +- (NSData * _Nullable)decryptData:(NSArray * _Nonnull)base64Strings SWIFT_WARN_UNUSED_RESULT; +- (NSData * _Nullable)encrypt:(NSData * _Nonnull)data SWIFT_WARN_UNUSED_RESULT; +- (NSData * _Nullable)decrypt:(NSData * _Nonnull)data SWIFT_WARN_UNUSED_RESULT; ++ (NSString * _Nullable)hash:(NSData * _Nullable)data algorithm:(enum MiSnapCryptographyHashingAlgorithm)algorithm SWIFT_WARN_UNUSED_RESULT; ++ (SecKeyRef _Nullable)secKeyFrom:(NSData * _Nonnull)data parameters:(NSDictionary * _Nonnull)parameters SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +typedef SWIFT_ENUM(NSInteger, MiSnapCryptographyHashingAlgorithm, open) { + MiSnapCryptographyHashingAlgorithmSha224 = 0, + MiSnapCryptographyHashingAlgorithmSha256 = 1, + MiSnapCryptographyHashingAlgorithmSha384 = 2, + MiSnapCryptographyHashingAlgorithmSha512 = 3, +}; + + +SWIFT_CLASS("_TtC10MiSnapCore12MiSnapDevice") +@interface MiSnapDevice : NSObject +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +/// A device ID +@property (nonatomic, readonly, copy) NSString * _Nullable id; +/// Model name +@property (nonatomic, readonly, copy) NSString * _Nonnull modelName; +/// OS version +@property (nonatomic, readonly, copy) NSString * _Nonnull osVersion; +/// An array of base64 strings that represents an encrypted device info +@property (nonatomic, readonly, copy) NSString * _Nullable info; +@end + + +/// Licensed feature +typedef SWIFT_ENUM(NSInteger, MiSnapLicenseFeature, open) { +/// Feature is not set + MiSnapLicenseFeatureNone = 0, +/// Generic +/// Allows invoking Generic document type + MiSnapLicenseFeatureGeneric = 1, +/// Deposit +/// Allows invoking Check Front and Check Back document types + MiSnapLicenseFeatureDeposit = 2, +/// Barcode +/// Allows scanning barcodes + MiSnapLicenseFeatureBarcode = 3, +/// ID +/// Allows invoking ID Front and Back, Passport document types + MiSnapLicenseFeatureId = 4, +/// On-Device Classification +/// When enabled: +///
    +///
  • +/// In combination with MiSnapLicenseFeatureId allows invoking Any ID to acquire an image of any supported identity document +///
  • +///
  • +/// Prevents capturing 2 sides of the same identity document and some unsupported documents +///
  • +///
+ MiSnapLicenseFeatureODC = 5, +/// On-Device Extraction +/// When enabled, returns parsed information from supported identity documents + MiSnapLicenseFeatureODE = 6, +/// Near Field Communication +/// Allows invoking MiSnapNFC SDK + MiSnapLicenseFeatureNFC = 7, +/// Face +/// Allows invoking MiSnapFacialCapture SDK + MiSnapLicenseFeatureFace = 8, +/// Voice +/// Allows invoking MiSnapVoiceCapture SDK + MiSnapLicenseFeatureVoice = 9, +/// Enhanced Manual +/// When enabled, returns hints after processing a frame in Manual mode + MiSnapLicenseFeatureEnhancedManual = 10, +}; + +enum MiSnapLicenseStatus : NSInteger; + +SWIFT_CLASS("_TtC10MiSnapCore20MiSnapLicenseManager") +@interface MiSnapLicenseManager : NSObject +/// Singleton instance +/// @return The MiSnapLicenseManager instance. +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) MiSnapLicenseManager * _Nonnull shared;) ++ (MiSnapLicenseManager * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT; +/// Destroys the singleton ++ (void)destroyShared; +/// License status. +/// @see MiSnapLicenseStatus +@property (nonatomic, readonly) enum MiSnapLicenseStatus status; +/// GPO (a private property internally used by Mitek) +@property (nonatomic, readonly, copy) NSString * _Nullable gpo; +/// A string representation of an expiration date +@property (nonatomic, readonly, copy) NSString * _Nullable expirationDateString; +/// Sets a base64 license key +- (void)setLicenseKey:(NSString * _Nullable)base64LicenseKey; +/// Returns whether a given feature is supported by a license key +- (BOOL)featureSupported:(enum MiSnapLicenseFeature)feature SWIFT_WARN_UNUSED_RESULT; +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + +typedef SWIFT_ENUM(NSInteger, MiSnapLicenseStatus, open) { +/// License status is not set + MiSnapLicenseStatusNone = 0, +/// License is valid + MiSnapLicenseStatusValid = 1, +/// License is tampered with + MiSnapLicenseStatusNotValid = 2, +/// License is valid but expired + MiSnapLicenseStatusExpired = 3, +/// License is valid but disabled + MiSnapLicenseStatusDisabled = 4, +/// License is valid but an application bundle identifier is not supported + MiSnapLicenseStatusNotValidAppId = 5, +/// License is valid but iOS platform is not licensed + MiSnapLicenseStatusPlatformNotSupported = 6, +/// License is valid but a given feature is not supported + MiSnapLicenseStatusFeatureNotSupported = 7, +}; + +@class MiSnapLogConfiguration; + +SWIFT_CLASS("_TtC10MiSnapCore9MiSnapLog") +@interface MiSnapLog : NSObject +@property (nonatomic, strong) MiSnapLogConfiguration * _Nonnull configuration; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) MiSnapLog * _Nonnull shared;) ++ (MiSnapLog * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT; ++ (void)destroyShared; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) MiSnapLogConfiguration * _Nonnull configuration;) ++ (MiSnapLogConfiguration * _Nonnull)configuration SWIFT_WARN_UNUSED_RESULT; ++ (void)setConfiguration:(MiSnapLogConfiguration * _Nonnull)value; +- (void)verbose:(NSString * _Nonnull)msg; +- (void)debug:(NSString * _Nonnull)msg; +- (void)info:(NSString * _Nonnull)msg; +- (void)warning:(NSString * _Nonnull)msg; +- (void)error:(NSString * _Nonnull)msg; +- (NSString * _Nonnull)getLogWithKeepFile:(BOOL)keepFile; +- (void)clearAllSavedLogFiles; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +enum MiSnapLogLevel : NSInteger; +enum MiSnapLogPresentation : NSInteger; +@class NSCoder; + +SWIFT_CLASS("_TtC10MiSnapCore22MiSnapLogConfiguration") +@interface MiSnapLogConfiguration : NSObject +/// Level +@property (nonatomic) enum MiSnapLogLevel level; +/// Presentation +@property (nonatomic) enum MiSnapLogPresentation presentation; +/// Indicates whether PII should be saved +/// Default: false +@property (nonatomic) BOOL savePII; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +- (void)encodeWithCoder:(NSCoder * _Nonnull)coder; +@end + +/// Log level +typedef SWIFT_ENUM(NSInteger, MiSnapLogLevel, open) { +/// Verbose + MiSnapLogLevelVerbose = 0, +/// Debug + MiSnapLogLevelDebug = 1, +/// Info + MiSnapLogLevelInfo = 2, +/// Warning + MiSnapLogLevelWarning = 3, +/// Error + MiSnapLogLevelError = 4, +}; + +/// Log presentation +typedef SWIFT_ENUM(NSInteger, MiSnapLogPresentation, open) { +/// Only print logs in console + MiSnapLogPresentationConsole = 0, +/// Only save logs to a file + MiSnapLogPresentationFile = 1, +/// Print logs to console and save to file + MiSnapLogPresentationConsoleAndFile = 2, +}; + +@class MiSnapMibiDeviceInfo; +@class MiSnapMibiSessionInfo; +enum MiSnapMibiDataElement : NSInteger; +@class UIImage; + +/// MIBI +SWIFT_CLASS("_TtC10MiSnapCore10MiSnapMibi") +@interface MiSnapMibi : NSObject +/// JSON string representation of MIBI. +/// WARNING: Do not use/parse it for a purpose of collecting session analytics as this property is only for Mitek internal use. Use stable sessionInfo and deviceInfo properties for this purpose. +@property (nonatomic, copy) NSString * _Nullable string; +/// Device info +@property (nonatomic, readonly, strong) MiSnapMibiDeviceInfo * _Nonnull deviceInfo; +/// An array of session infos +@property (nonatomic, readonly, copy) NSArray * _Nonnull sessionInfos; +/// Deep copy +@property (nonatomic, readonly, strong) MiSnapMibi * _Nonnull deepCopy; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +/// Set a module name and its version +- (void)setModuleWithName:(NSString * _Nonnull)name version:(NSString * _Nonnull)version; +/// Set a session info dictionary +- (void)setSessionInfo:(NSDictionary * _Nonnull)sessionInfo resetOld:(BOOL)resetOld; +/// Set a value for MIBI data element +- (void)setWithValue:(NSString * _Nonnull)value for:(enum MiSnapMibiDataElement)element; +/// Set parameters +- (void)setParameters:(NSDictionary * _Nonnull)parameters original:(BOOL)original; +/// Set UXP +/// Note, should always be called at the very end to finilize all internal MIBI objects +- (void)setUXP:(NSArray *> * _Nonnull)events; +/// Add MIBI string to an image +- (NSData * _Nullable)addTo:(UIImage * _Nullable)image compression:(float)compression SWIFT_WARN_UNUSED_RESULT; +/// Add MIBI string to WAV data +- (NSData * _Nonnull)addTo:(NSData * _Nonnull)wavData SWIFT_WARN_UNUSED_RESULT; +@end + + +enum MiSnapMibiSessionInfoType : NSInteger; + +/// Session info +SWIFT_CLASS("_TtC10MiSnapCore21MiSnapMibiSessionInfo") +@interface MiSnapMibiSessionInfo : NSObject +/// Type +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoType type; +/// Total duration +@property (nonatomic, readonly) NSInteger totalDuration; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +enum MiSnapMibiSessionInfoMode : NSInteger; +enum MiSnapMibiSessionInfoOrientation : NSInteger; + +/// Barcode session info +SWIFT_CLASS("_TtC10MiSnapCore28MiSnapMibiBarcodeSessionInfo") +@interface MiSnapMibiBarcodeSessionInfo : MiSnapMibiSessionInfo +/// Barcode type +@property (nonatomic, readonly, copy) NSString * _Nonnull barcodeType; +/// Mode +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoMode mode; +/// Device orientation +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoOrientation deviceOrientation; +/// Document orientation +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoOrientation documentOrientation; +/// JPEG quality +@property (nonatomic, readonly) NSInteger jpegQuality; +/// Auto tries +@property (nonatomic, readonly) NSInteger autoTries; +/// Manual tries +@property (nonatomic, readonly) NSInteger manualTries; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; ++ (nonnull instancetype)new; +/// Creates MiSnapMibiBarcodeSessionInfo from a dictionary ++ (MiSnapMibiBarcodeSessionInfo * _Nonnull)from:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + +/// MIBI data element +typedef SWIFT_ENUM(NSInteger, MiSnapMibiDataElement, open) { +/// MIBI version + MiSnapMibiDataElementMibiVersion = 0, +/// Device info + MiSnapMibiDataElementDeviceInfo = 1, +/// SDK info + MiSnapMibiDataElementSdkInfo = 2, +/// Platform private + MiSnapMibiDataElementPlatformPrivate = 3, +/// Session info + MiSnapMibiDataElementSessionInfo = 4, +/// Device + MiSnapMibiDataElementDevice = 5, +/// Manufacturer + MiSnapMibiDataElementManufacturer = 6, +/// Model + MiSnapMibiDataElementModel = 7, +/// Platfrom + MiSnapMibiDataElementPlatform = 8, +/// OS + MiSnapMibiDataElementOs = 9, +/// ID + MiSnapMibiDataElementId = 10, +/// Modules + MiSnapMibiDataElementModules = 11, +/// Name + MiSnapMibiDataElementName = 12, +/// Version + MiSnapMibiDataElementVersion = 13, +/// License + MiSnapMibiDataElementLicense = 14, +/// GPO + MiSnapMibiDataElementGpo = 15, +/// ExpiryDate + MiSnapMibiDataElementExpiryDate = 16, +/// Parameters + MiSnapMibiDataElementParameters = 17, +/// Original + MiSnapMibiDataElementOriginal = 18, +/// Final + MiSnapMibiDataElementFinal = 19, +/// UXP + MiSnapMibiDataElementUxp = 20, +/// Result code + MiSnapMibiDataElementResultCode = 21, +/// Image width + MiSnapMibiDataElementImageWidth = 22, +/// Image height + MiSnapMibiDataElementImageHeight = 23, +/// Orientation + MiSnapMibiDataElementOrientation = 24, +/// Classification document type + MiSnapMibiDataElementClassificationDocumentType = 25, +}; + + +/// Device info +SWIFT_CLASS("_TtC10MiSnapCore20MiSnapMibiDeviceInfo") +@interface MiSnapMibiDeviceInfo : NSObject +/// Manufacturer +@property (nonatomic, readonly, copy) NSString * _Nonnull manufacturer; +/// Device (i.e. iPhone or iPad) +@property (nonatomic, readonly, copy) NSString * _Nonnull device; +/// Model +@property (nonatomic, readonly, copy) NSString * _Nonnull model; +/// OS +@property (nonatomic, readonly, copy) NSString * _Nonnull os; +/// ID +@property (nonatomic, readonly, copy) NSString * _Nonnull id; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + + +/// Document session info +SWIFT_CLASS("_TtC10MiSnapCore29MiSnapMibiDocumentSessionInfo") +@interface MiSnapMibiDocumentSessionInfo : MiSnapMibiSessionInfo +/// Doc type +@property (nonatomic, readonly, copy) NSString * _Nonnull docType; +/// Mode +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoMode mode; +/// Device orientation +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoOrientation deviceOrientation; +/// Document orientation +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoOrientation documentOrientation; +/// JPEG quality +@property (nonatomic, readonly) NSInteger jpegQuality; +/// Auto tries +@property (nonatomic, readonly) NSInteger autoTries; +/// Manual tries +@property (nonatomic, readonly) NSInteger manualTries; +/// Enhanced manual +@property (nonatomic, readonly) BOOL enhancedManual; +/// Classification type +@property (nonatomic, readonly, copy) NSString * _Nullable classificationType; +/// Four corners +@property (nonatomic, readonly, copy) NSArray *> * _Nullable fourCorners; +/// Warnings +@property (nonatomic, readonly, copy) NSArray * _Nullable warnings; +/// MRZ extracted +@property (nonatomic, readonly) BOOL mrzExtracted; +/// Optional data redacted +@property (nonatomic, readonly) BOOL optionalDataRedacted; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; ++ (nonnull instancetype)new; +/// Creates MiSnapMibiDocumentSessionInfo from a dictionary ++ (MiSnapMibiDocumentSessionInfo * _Nonnull)from:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + + +/// Face session info +SWIFT_CLASS("_TtC10MiSnapCore25MiSnapMibiFaceSessionInfo") +@interface MiSnapMibiFaceSessionInfo : MiSnapMibiSessionInfo +/// Mode +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoMode mode; +/// Smile +@property (nonatomic, readonly) BOOL smile; +/// Device orientation +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoOrientation deviceOrientation; +/// JPEG quality +@property (nonatomic, readonly) NSInteger jpegQuality; +/// Auto tries +@property (nonatomic, readonly) NSInteger autoTries; +/// Manual tries +@property (nonatomic, readonly) NSInteger manualTries; +/// Warnings +@property (nonatomic, readonly, copy) NSArray * _Nullable warnings; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; ++ (nonnull instancetype)new; +/// Creates MiSnapMibiFaceSessionInfo from a dictionary ++ (MiSnapMibiFaceSessionInfo * _Nonnull)from:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + +enum MiSnapMibiSessionInfoUnlock : NSInteger; + +/// NFC session info +SWIFT_CLASS("_TtC10MiSnapCore24MiSnapMibiNFCSessionInfo") +@interface MiSnapMibiNFCSessionInfo : MiSnapMibiSessionInfo +/// Tries +@property (nonatomic, readonly) NSInteger tries; +/// Unlock mechanism +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoUnlock unlock; +/// Chip Authentication +@property (nonatomic, readonly, copy) NSDictionary * _Nullable ca; +/// Data groups +@property (nonatomic, readonly, copy) NSArray * _Nullable dgs; +/// Warnings +@property (nonatomic, readonly, copy) NSArray *> * _Nullable warnings; +/// Document code +@property (nonatomic, readonly, copy) NSString * _Nullable documentCode; +/// Issuing country +@property (nonatomic, readonly, copy) NSString * _Nullable issuingCountry; +/// Issue date +@property (nonatomic, readonly, copy) NSString * _Nullable issueDate; +/// Nationality +@property (nonatomic, readonly, copy) NSString * _Nullable nationality; +/// Optional data redacted +@property (nonatomic, readonly) BOOL optionalDataRedacted; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; ++ (nonnull instancetype)new; +/// Creates MiSnapMibiNFCSessionInfo from a dictionary ++ (MiSnapMibiNFCSessionInfo * _Nonnull)from:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + + +/// Session info flow +typedef SWIFT_ENUM(NSInteger, MiSnapMibiSessionInfoFlow, open) { +/// Flow is not set + MiSnapMibiSessionInfoFlowNone = 0, +/// Enrollment + MiSnapMibiSessionInfoFlowEnrollment = 1, +/// Verification + MiSnapMibiSessionInfoFlowVerification = 2, +}; + +/// Session info mode +typedef SWIFT_ENUM(NSInteger, MiSnapMibiSessionInfoMode, open) { +/// Mode is not set + MiSnapMibiSessionInfoModeNone = 0, +/// Auto + MiSnapMibiSessionInfoModeAuto = 1, +/// Manual + MiSnapMibiSessionInfoModeManual = 2, +/// Forced auto + MiSnapMibiSessionInfoModeForcedAuto = 3, +}; + +/// Session info orientation +typedef SWIFT_ENUM(NSInteger, MiSnapMibiSessionInfoOrientation, open) { +/// Orientation is not set + MiSnapMibiSessionInfoOrientationNone = 0, +/// Portrait + MiSnapMibiSessionInfoOrientationPortrait = 1, +/// Landscape + MiSnapMibiSessionInfoOrientationLandscape = 2, +}; + +/// Session info type +typedef SWIFT_ENUM(NSInteger, MiSnapMibiSessionInfoType, open) { +/// Type is not set + MiSnapMibiSessionInfoTypeNone = 0, +/// Document + MiSnapMibiSessionInfoTypeDocument = 1, +/// Barcode + MiSnapMibiSessionInfoTypeBarcode = 2, +/// Face + MiSnapMibiSessionInfoTypeFace = 3, +/// Voice + MiSnapMibiSessionInfoTypeVoice = 4, +/// NFC + MiSnapMibiSessionInfoTypeNfc = 5, +}; + +/// Session info chip unlock mechanism +typedef SWIFT_ENUM(NSInteger, MiSnapMibiSessionInfoUnlock, open) { +/// Unlock mechanism is not set + MiSnapMibiSessionInfoUnlockNone = 0, +/// PACE + MiSnapMibiSessionInfoUnlockPace = 1, +/// CA + MiSnapMibiSessionInfoUnlockCa = 2, +/// BAC + MiSnapMibiSessionInfoUnlockBac = 3, +}; + + +/// Voice session info +SWIFT_CLASS("_TtC10MiSnapCore26MiSnapMibiVoiceSessionInfo") +@interface MiSnapMibiVoiceSessionInfo : MiSnapMibiSessionInfo +/// Flow +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoFlow flow; +/// Tries +@property (nonatomic, readonly) NSInteger tries; +/// Warnings +@property (nonatomic, readonly, copy) NSArray *> * _Nullable warnings; +/// SNR +@property (nonatomic, readonly) float snr; +/// Speech duration +@property (nonatomic, readonly) NSInteger speechDuration; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; ++ (nonnull instancetype)new; +/// Creates MiSnapMibiVoiceSessionInfo from a dictionary ++ (MiSnapMibiVoiceSessionInfo * _Nonnull)from:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + +typedef SWIFT_ENUM(NSInteger, MiSnapUxpEvent, open) { + MiSnapUxpEventNone = 0, + MiSnapUxpEventCheckFrontFailure = 1, + MiSnapUxpEventCheckBackFailure = 2, + MiSnapUxpEventIdentityFrontFailure = 3, + MiSnapUxpEventIdentityBackFailure = 4, + MiSnapUxpEventPassportFailure = 5, + MiSnapUxpEventNotFoundFailure = 6, + MiSnapUxpEventMrzFailure = 7, + MiSnapUxpEventContrastFailure = 8, + MiSnapUxpEventBackgroundFailure = 9, + MiSnapUxpEventAngleFailure = 10, + MiSnapUxpEventRotationAngleFailure = 11, + MiSnapUxpEventTooFarFailure = 12, + MiSnapUxpEventTooCloseFailure = 13, + MiSnapUxpEventAspectRatioFailure = 14, + MiSnapUxpEventSharpnessFailure = 15, + MiSnapUxpEventBrightnessFailure = 16, + MiSnapUxpEventMaxBrightnessFailure = 17, + MiSnapUxpEventGlareFailure = 18, + MiSnapUxpEventClassificationInProgress = 19, + MiSnapUxpEventFaceNotFoundFailure = 20, + MiSnapUxpEventFaceNotCenteredFailure = 21, + MiSnapUxpEventFaceMultipleFacesFailure = 22, + MiSnapUxpEventFaceRollFailure = 23, + MiSnapUxpEventFacePitchFailure = 24, + MiSnapUxpEventFaceYawFailure = 25, + MiSnapUxpEventFaceTooFarFailure = 26, + MiSnapUxpEventFaceTooCloseFailure = 27, + MiSnapUxpEventFaceNotStillFailure = 28, + MiSnapUxpEventFaceStopSmilingFailure = 29, + MiSnapUxpEventHoldStill = 30, + MiSnapUxpEventSmile = 31, + MiSnapUxpEventErrorVerbose = 32, + MiSnapUxpEventSuccessVerbose = 33, + MiSnapUxpEventTimeoutVerbose = 34, + MiSnapUxpEventStartVerbose = 35, + MiSnapUxpEventReadVerbose = 36, + MiSnapUxpEventUnknownTagVerbose = 37, + MiSnapUxpEventPaceSupportVerbose = 38, + MiSnapUxpEventCaSupportVerbose = 39, + MiSnapUxpEventAaSupportVerbose = 40, + MiSnapUxpEventAccessMechanismVerbose = 41, + MiSnapUxpEventDiscardVerbose = 42, + MiSnapUxpEventCancelVerbose = 43, + MiSnapUxpEventCancel = 44, + MiSnapUxpEventInstruction = 45, + MiSnapUxpEventHelp = 46, + MiSnapUxpEventTimeout = 47, + MiSnapUxpEventReview = 48, + MiSnapUxpEventMeasuredConfidence = 49, + MiSnapUxpEventMeasuredCornerPoints = 50, + MiSnapUxpEventMeasuredMicrConfidence = 51, + MiSnapUxpEventMeasuredContrast = 52, + MiSnapUxpEventMeasuredBackground = 53, + MiSnapUxpEventMeasuredAngle = 54, + MiSnapUxpEventMeasuredRotationAngle = 55, + MiSnapUxpEventMeasuredSharpness = 56, + MiSnapUxpEventMeasuredBrightness = 57, + MiSnapUxpEventMeasuredGlare = 58, + MiSnapUxpEventMeasuredWidth = 59, + MiSnapUxpEventMeasuredAutoTime = 60, + MiSnapUxpEventMeasuredManualTime = 61, + MiSnapUxpEventMeasuredFailover = 62, + MiSnapUxpEventTorchOn = 63, + MiSnapUxpEventTorchOff = 64, + MiSnapUxpEventStartAuto = 65, + MiSnapUxpEventStartManual = 66, + MiSnapUxpEventOrientationLandscape = 67, + MiSnapUxpEventOrientationPortrait = 68, +}; + + +SWIFT_CLASS("_TtC10MiSnapCore21MiSnapUxpEventManager") +@interface MiSnapUxpEventManager : NSObject +@property (nonatomic, readonly, copy) NSArray *> * _Nonnull events; +@property (nonatomic, readonly) NSInteger totalDuration; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) MiSnapUxpEventManager * _Nonnull shared;) ++ (MiSnapUxpEventManager * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT; ++ (void)destroyShared; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (void)start; +- (void)addEvent:(enum MiSnapUxpEvent)event; +- (void)addEvent:(enum MiSnapUxpEvent)event value:(NSString * _Nullable)value; +@end + + + +#endif +#if defined(__cplusplus) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__x86_64__) && __x86_64__ +// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +#ifndef MISNAPCORE_SWIFT_H +#define MISNAPCORE_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#if __has_include() +# include +#else +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +#endif +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# 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 +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +@import Foundation; +@import ObjectiveC; +@import Security; +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="MiSnapCore",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +@class NSString; +@class NSData; +enum MiSnapCryptographyHashingAlgorithm : NSInteger; + +SWIFT_CLASS("_TtC10MiSnapCore18MiSnapCryptography") +@interface MiSnapCryptography : NSObject +- (nonnull instancetype)initWithPublicKey:(SecKeyRef _Nullable)publicKey privateKey:(SecKeyRef _Nullable)privateKey algorithm:(SecKeyAlgorithm _Nonnull)algorithm OBJC_DESIGNATED_INITIALIZER; +- (void)setWithPublicKey:(SecKeyRef _Nullable)publicKey privateKey:(SecKeyRef _Nullable)privateKey; +- (NSArray * _Nullable)encryptDictionary:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +- (NSDictionary * _Nullable)decryptToDictionary:(NSArray * _Nonnull)base64Strings SWIFT_WARN_UNUSED_RESULT; +- (NSArray * _Nullable)encryptData:(NSData * _Nullable)data SWIFT_WARN_UNUSED_RESULT; +- (NSData * _Nullable)decryptData:(NSArray * _Nonnull)base64Strings SWIFT_WARN_UNUSED_RESULT; +- (NSData * _Nullable)encrypt:(NSData * _Nonnull)data SWIFT_WARN_UNUSED_RESULT; +- (NSData * _Nullable)decrypt:(NSData * _Nonnull)data SWIFT_WARN_UNUSED_RESULT; ++ (NSString * _Nullable)hash:(NSData * _Nullable)data algorithm:(enum MiSnapCryptographyHashingAlgorithm)algorithm SWIFT_WARN_UNUSED_RESULT; ++ (SecKeyRef _Nullable)secKeyFrom:(NSData * _Nonnull)data parameters:(NSDictionary * _Nonnull)parameters SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +typedef SWIFT_ENUM(NSInteger, MiSnapCryptographyHashingAlgorithm, open) { + MiSnapCryptographyHashingAlgorithmSha224 = 0, + MiSnapCryptographyHashingAlgorithmSha256 = 1, + MiSnapCryptographyHashingAlgorithmSha384 = 2, + MiSnapCryptographyHashingAlgorithmSha512 = 3, +}; + + +SWIFT_CLASS("_TtC10MiSnapCore12MiSnapDevice") +@interface MiSnapDevice : NSObject +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +/// A device ID +@property (nonatomic, readonly, copy) NSString * _Nullable id; +/// Model name +@property (nonatomic, readonly, copy) NSString * _Nonnull modelName; +/// OS version +@property (nonatomic, readonly, copy) NSString * _Nonnull osVersion; +/// An array of base64 strings that represents an encrypted device info +@property (nonatomic, readonly, copy) NSString * _Nullable info; +@end + + +/// Licensed feature +typedef SWIFT_ENUM(NSInteger, MiSnapLicenseFeature, open) { +/// Feature is not set + MiSnapLicenseFeatureNone = 0, +/// Generic +/// Allows invoking Generic document type + MiSnapLicenseFeatureGeneric = 1, +/// Deposit +/// Allows invoking Check Front and Check Back document types + MiSnapLicenseFeatureDeposit = 2, +/// Barcode +/// Allows scanning barcodes + MiSnapLicenseFeatureBarcode = 3, +/// ID +/// Allows invoking ID Front and Back, Passport document types + MiSnapLicenseFeatureId = 4, +/// On-Device Classification +/// When enabled: +///
    +///
  • +/// In combination with MiSnapLicenseFeatureId allows invoking Any ID to acquire an image of any supported identity document +///
  • +///
  • +/// Prevents capturing 2 sides of the same identity document and some unsupported documents +///
  • +///
+ MiSnapLicenseFeatureODC = 5, +/// On-Device Extraction +/// When enabled, returns parsed information from supported identity documents + MiSnapLicenseFeatureODE = 6, +/// Near Field Communication +/// Allows invoking MiSnapNFC SDK + MiSnapLicenseFeatureNFC = 7, +/// Face +/// Allows invoking MiSnapFacialCapture SDK + MiSnapLicenseFeatureFace = 8, +/// Voice +/// Allows invoking MiSnapVoiceCapture SDK + MiSnapLicenseFeatureVoice = 9, +/// Enhanced Manual +/// When enabled, returns hints after processing a frame in Manual mode + MiSnapLicenseFeatureEnhancedManual = 10, +}; + +enum MiSnapLicenseStatus : NSInteger; + +SWIFT_CLASS("_TtC10MiSnapCore20MiSnapLicenseManager") +@interface MiSnapLicenseManager : NSObject +/// Singleton instance +/// @return The MiSnapLicenseManager instance. +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) MiSnapLicenseManager * _Nonnull shared;) ++ (MiSnapLicenseManager * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT; +/// Destroys the singleton ++ (void)destroyShared; +/// License status. +/// @see MiSnapLicenseStatus +@property (nonatomic, readonly) enum MiSnapLicenseStatus status; +/// GPO (a private property internally used by Mitek) +@property (nonatomic, readonly, copy) NSString * _Nullable gpo; +/// A string representation of an expiration date +@property (nonatomic, readonly, copy) NSString * _Nullable expirationDateString; +/// Sets a base64 license key +- (void)setLicenseKey:(NSString * _Nullable)base64LicenseKey; +/// Returns whether a given feature is supported by a license key +- (BOOL)featureSupported:(enum MiSnapLicenseFeature)feature SWIFT_WARN_UNUSED_RESULT; +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + +typedef SWIFT_ENUM(NSInteger, MiSnapLicenseStatus, open) { +/// License status is not set + MiSnapLicenseStatusNone = 0, +/// License is valid + MiSnapLicenseStatusValid = 1, +/// License is tampered with + MiSnapLicenseStatusNotValid = 2, +/// License is valid but expired + MiSnapLicenseStatusExpired = 3, +/// License is valid but disabled + MiSnapLicenseStatusDisabled = 4, +/// License is valid but an application bundle identifier is not supported + MiSnapLicenseStatusNotValidAppId = 5, +/// License is valid but iOS platform is not licensed + MiSnapLicenseStatusPlatformNotSupported = 6, +/// License is valid but a given feature is not supported + MiSnapLicenseStatusFeatureNotSupported = 7, +}; + +@class MiSnapLogConfiguration; + +SWIFT_CLASS("_TtC10MiSnapCore9MiSnapLog") +@interface MiSnapLog : NSObject +@property (nonatomic, strong) MiSnapLogConfiguration * _Nonnull configuration; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) MiSnapLog * _Nonnull shared;) ++ (MiSnapLog * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT; ++ (void)destroyShared; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) MiSnapLogConfiguration * _Nonnull configuration;) ++ (MiSnapLogConfiguration * _Nonnull)configuration SWIFT_WARN_UNUSED_RESULT; ++ (void)setConfiguration:(MiSnapLogConfiguration * _Nonnull)value; +- (void)verbose:(NSString * _Nonnull)msg; +- (void)debug:(NSString * _Nonnull)msg; +- (void)info:(NSString * _Nonnull)msg; +- (void)warning:(NSString * _Nonnull)msg; +- (void)error:(NSString * _Nonnull)msg; +- (NSString * _Nonnull)getLogWithKeepFile:(BOOL)keepFile; +- (void)clearAllSavedLogFiles; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +enum MiSnapLogLevel : NSInteger; +enum MiSnapLogPresentation : NSInteger; +@class NSCoder; + +SWIFT_CLASS("_TtC10MiSnapCore22MiSnapLogConfiguration") +@interface MiSnapLogConfiguration : NSObject +/// Level +@property (nonatomic) enum MiSnapLogLevel level; +/// Presentation +@property (nonatomic) enum MiSnapLogPresentation presentation; +/// Indicates whether PII should be saved +/// Default: false +@property (nonatomic) BOOL savePII; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +- (void)encodeWithCoder:(NSCoder * _Nonnull)coder; +@end + +/// Log level +typedef SWIFT_ENUM(NSInteger, MiSnapLogLevel, open) { +/// Verbose + MiSnapLogLevelVerbose = 0, +/// Debug + MiSnapLogLevelDebug = 1, +/// Info + MiSnapLogLevelInfo = 2, +/// Warning + MiSnapLogLevelWarning = 3, +/// Error + MiSnapLogLevelError = 4, +}; + +/// Log presentation +typedef SWIFT_ENUM(NSInteger, MiSnapLogPresentation, open) { +/// Only print logs in console + MiSnapLogPresentationConsole = 0, +/// Only save logs to a file + MiSnapLogPresentationFile = 1, +/// Print logs to console and save to file + MiSnapLogPresentationConsoleAndFile = 2, +}; + +@class MiSnapMibiDeviceInfo; +@class MiSnapMibiSessionInfo; +enum MiSnapMibiDataElement : NSInteger; +@class UIImage; + +/// MIBI +SWIFT_CLASS("_TtC10MiSnapCore10MiSnapMibi") +@interface MiSnapMibi : NSObject +/// JSON string representation of MIBI. +/// WARNING: Do not use/parse it for a purpose of collecting session analytics as this property is only for Mitek internal use. Use stable sessionInfo and deviceInfo properties for this purpose. +@property (nonatomic, copy) NSString * _Nullable string; +/// Device info +@property (nonatomic, readonly, strong) MiSnapMibiDeviceInfo * _Nonnull deviceInfo; +/// An array of session infos +@property (nonatomic, readonly, copy) NSArray * _Nonnull sessionInfos; +/// Deep copy +@property (nonatomic, readonly, strong) MiSnapMibi * _Nonnull deepCopy; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +/// Set a module name and its version +- (void)setModuleWithName:(NSString * _Nonnull)name version:(NSString * _Nonnull)version; +/// Set a session info dictionary +- (void)setSessionInfo:(NSDictionary * _Nonnull)sessionInfo resetOld:(BOOL)resetOld; +/// Set a value for MIBI data element +- (void)setWithValue:(NSString * _Nonnull)value for:(enum MiSnapMibiDataElement)element; +/// Set parameters +- (void)setParameters:(NSDictionary * _Nonnull)parameters original:(BOOL)original; +/// Set UXP +/// Note, should always be called at the very end to finilize all internal MIBI objects +- (void)setUXP:(NSArray *> * _Nonnull)events; +/// Add MIBI string to an image +- (NSData * _Nullable)addTo:(UIImage * _Nullable)image compression:(float)compression SWIFT_WARN_UNUSED_RESULT; +/// Add MIBI string to WAV data +- (NSData * _Nonnull)addTo:(NSData * _Nonnull)wavData SWIFT_WARN_UNUSED_RESULT; +@end + + +enum MiSnapMibiSessionInfoType : NSInteger; + +/// Session info +SWIFT_CLASS("_TtC10MiSnapCore21MiSnapMibiSessionInfo") +@interface MiSnapMibiSessionInfo : NSObject +/// Type +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoType type; +/// Total duration +@property (nonatomic, readonly) NSInteger totalDuration; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +enum MiSnapMibiSessionInfoMode : NSInteger; +enum MiSnapMibiSessionInfoOrientation : NSInteger; + +/// Barcode session info +SWIFT_CLASS("_TtC10MiSnapCore28MiSnapMibiBarcodeSessionInfo") +@interface MiSnapMibiBarcodeSessionInfo : MiSnapMibiSessionInfo +/// Barcode type +@property (nonatomic, readonly, copy) NSString * _Nonnull barcodeType; +/// Mode +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoMode mode; +/// Device orientation +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoOrientation deviceOrientation; +/// Document orientation +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoOrientation documentOrientation; +/// JPEG quality +@property (nonatomic, readonly) NSInteger jpegQuality; +/// Auto tries +@property (nonatomic, readonly) NSInteger autoTries; +/// Manual tries +@property (nonatomic, readonly) NSInteger manualTries; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; ++ (nonnull instancetype)new; +/// Creates MiSnapMibiBarcodeSessionInfo from a dictionary ++ (MiSnapMibiBarcodeSessionInfo * _Nonnull)from:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + +/// MIBI data element +typedef SWIFT_ENUM(NSInteger, MiSnapMibiDataElement, open) { +/// MIBI version + MiSnapMibiDataElementMibiVersion = 0, +/// Device info + MiSnapMibiDataElementDeviceInfo = 1, +/// SDK info + MiSnapMibiDataElementSdkInfo = 2, +/// Platform private + MiSnapMibiDataElementPlatformPrivate = 3, +/// Session info + MiSnapMibiDataElementSessionInfo = 4, +/// Device + MiSnapMibiDataElementDevice = 5, +/// Manufacturer + MiSnapMibiDataElementManufacturer = 6, +/// Model + MiSnapMibiDataElementModel = 7, +/// Platfrom + MiSnapMibiDataElementPlatform = 8, +/// OS + MiSnapMibiDataElementOs = 9, +/// ID + MiSnapMibiDataElementId = 10, +/// Modules + MiSnapMibiDataElementModules = 11, +/// Name + MiSnapMibiDataElementName = 12, +/// Version + MiSnapMibiDataElementVersion = 13, +/// License + MiSnapMibiDataElementLicense = 14, +/// GPO + MiSnapMibiDataElementGpo = 15, +/// ExpiryDate + MiSnapMibiDataElementExpiryDate = 16, +/// Parameters + MiSnapMibiDataElementParameters = 17, +/// Original + MiSnapMibiDataElementOriginal = 18, +/// Final + MiSnapMibiDataElementFinal = 19, +/// UXP + MiSnapMibiDataElementUxp = 20, +/// Result code + MiSnapMibiDataElementResultCode = 21, +/// Image width + MiSnapMibiDataElementImageWidth = 22, +/// Image height + MiSnapMibiDataElementImageHeight = 23, +/// Orientation + MiSnapMibiDataElementOrientation = 24, +/// Classification document type + MiSnapMibiDataElementClassificationDocumentType = 25, +}; + + +/// Device info +SWIFT_CLASS("_TtC10MiSnapCore20MiSnapMibiDeviceInfo") +@interface MiSnapMibiDeviceInfo : NSObject +/// Manufacturer +@property (nonatomic, readonly, copy) NSString * _Nonnull manufacturer; +/// Device (i.e. iPhone or iPad) +@property (nonatomic, readonly, copy) NSString * _Nonnull device; +/// Model +@property (nonatomic, readonly, copy) NSString * _Nonnull model; +/// OS +@property (nonatomic, readonly, copy) NSString * _Nonnull os; +/// ID +@property (nonatomic, readonly, copy) NSString * _Nonnull id; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + + +/// Document session info +SWIFT_CLASS("_TtC10MiSnapCore29MiSnapMibiDocumentSessionInfo") +@interface MiSnapMibiDocumentSessionInfo : MiSnapMibiSessionInfo +/// Doc type +@property (nonatomic, readonly, copy) NSString * _Nonnull docType; +/// Mode +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoMode mode; +/// Device orientation +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoOrientation deviceOrientation; +/// Document orientation +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoOrientation documentOrientation; +/// JPEG quality +@property (nonatomic, readonly) NSInteger jpegQuality; +/// Auto tries +@property (nonatomic, readonly) NSInteger autoTries; +/// Manual tries +@property (nonatomic, readonly) NSInteger manualTries; +/// Enhanced manual +@property (nonatomic, readonly) BOOL enhancedManual; +/// Classification type +@property (nonatomic, readonly, copy) NSString * _Nullable classificationType; +/// Four corners +@property (nonatomic, readonly, copy) NSArray *> * _Nullable fourCorners; +/// Warnings +@property (nonatomic, readonly, copy) NSArray * _Nullable warnings; +/// MRZ extracted +@property (nonatomic, readonly) BOOL mrzExtracted; +/// Optional data redacted +@property (nonatomic, readonly) BOOL optionalDataRedacted; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; ++ (nonnull instancetype)new; +/// Creates MiSnapMibiDocumentSessionInfo from a dictionary ++ (MiSnapMibiDocumentSessionInfo * _Nonnull)from:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + + +/// Face session info +SWIFT_CLASS("_TtC10MiSnapCore25MiSnapMibiFaceSessionInfo") +@interface MiSnapMibiFaceSessionInfo : MiSnapMibiSessionInfo +/// Mode +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoMode mode; +/// Smile +@property (nonatomic, readonly) BOOL smile; +/// Device orientation +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoOrientation deviceOrientation; +/// JPEG quality +@property (nonatomic, readonly) NSInteger jpegQuality; +/// Auto tries +@property (nonatomic, readonly) NSInteger autoTries; +/// Manual tries +@property (nonatomic, readonly) NSInteger manualTries; +/// Warnings +@property (nonatomic, readonly, copy) NSArray * _Nullable warnings; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; ++ (nonnull instancetype)new; +/// Creates MiSnapMibiFaceSessionInfo from a dictionary ++ (MiSnapMibiFaceSessionInfo * _Nonnull)from:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + +enum MiSnapMibiSessionInfoUnlock : NSInteger; + +/// NFC session info +SWIFT_CLASS("_TtC10MiSnapCore24MiSnapMibiNFCSessionInfo") +@interface MiSnapMibiNFCSessionInfo : MiSnapMibiSessionInfo +/// Tries +@property (nonatomic, readonly) NSInteger tries; +/// Unlock mechanism +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoUnlock unlock; +/// Chip Authentication +@property (nonatomic, readonly, copy) NSDictionary * _Nullable ca; +/// Data groups +@property (nonatomic, readonly, copy) NSArray * _Nullable dgs; +/// Warnings +@property (nonatomic, readonly, copy) NSArray *> * _Nullable warnings; +/// Document code +@property (nonatomic, readonly, copy) NSString * _Nullable documentCode; +/// Issuing country +@property (nonatomic, readonly, copy) NSString * _Nullable issuingCountry; +/// Issue date +@property (nonatomic, readonly, copy) NSString * _Nullable issueDate; +/// Nationality +@property (nonatomic, readonly, copy) NSString * _Nullable nationality; +/// Optional data redacted +@property (nonatomic, readonly) BOOL optionalDataRedacted; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; ++ (nonnull instancetype)new; +/// Creates MiSnapMibiNFCSessionInfo from a dictionary ++ (MiSnapMibiNFCSessionInfo * _Nonnull)from:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + + +/// Session info flow +typedef SWIFT_ENUM(NSInteger, MiSnapMibiSessionInfoFlow, open) { +/// Flow is not set + MiSnapMibiSessionInfoFlowNone = 0, +/// Enrollment + MiSnapMibiSessionInfoFlowEnrollment = 1, +/// Verification + MiSnapMibiSessionInfoFlowVerification = 2, +}; + +/// Session info mode +typedef SWIFT_ENUM(NSInteger, MiSnapMibiSessionInfoMode, open) { +/// Mode is not set + MiSnapMibiSessionInfoModeNone = 0, +/// Auto + MiSnapMibiSessionInfoModeAuto = 1, +/// Manual + MiSnapMibiSessionInfoModeManual = 2, +/// Forced auto + MiSnapMibiSessionInfoModeForcedAuto = 3, +}; + +/// Session info orientation +typedef SWIFT_ENUM(NSInteger, MiSnapMibiSessionInfoOrientation, open) { +/// Orientation is not set + MiSnapMibiSessionInfoOrientationNone = 0, +/// Portrait + MiSnapMibiSessionInfoOrientationPortrait = 1, +/// Landscape + MiSnapMibiSessionInfoOrientationLandscape = 2, +}; + +/// Session info type +typedef SWIFT_ENUM(NSInteger, MiSnapMibiSessionInfoType, open) { +/// Type is not set + MiSnapMibiSessionInfoTypeNone = 0, +/// Document + MiSnapMibiSessionInfoTypeDocument = 1, +/// Barcode + MiSnapMibiSessionInfoTypeBarcode = 2, +/// Face + MiSnapMibiSessionInfoTypeFace = 3, +/// Voice + MiSnapMibiSessionInfoTypeVoice = 4, +/// NFC + MiSnapMibiSessionInfoTypeNfc = 5, +}; + +/// Session info chip unlock mechanism +typedef SWIFT_ENUM(NSInteger, MiSnapMibiSessionInfoUnlock, open) { +/// Unlock mechanism is not set + MiSnapMibiSessionInfoUnlockNone = 0, +/// PACE + MiSnapMibiSessionInfoUnlockPace = 1, +/// CA + MiSnapMibiSessionInfoUnlockCa = 2, +/// BAC + MiSnapMibiSessionInfoUnlockBac = 3, +}; + + +/// Voice session info +SWIFT_CLASS("_TtC10MiSnapCore26MiSnapMibiVoiceSessionInfo") +@interface MiSnapMibiVoiceSessionInfo : MiSnapMibiSessionInfo +/// Flow +@property (nonatomic, readonly) enum MiSnapMibiSessionInfoFlow flow; +/// Tries +@property (nonatomic, readonly) NSInteger tries; +/// Warnings +@property (nonatomic, readonly, copy) NSArray *> * _Nullable warnings; +/// SNR +@property (nonatomic, readonly) float snr; +/// Speech duration +@property (nonatomic, readonly) NSInteger speechDuration; +/// Default initializer +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; ++ (nonnull instancetype)new; +/// Creates MiSnapMibiVoiceSessionInfo from a dictionary ++ (MiSnapMibiVoiceSessionInfo * _Nonnull)from:(NSDictionary * _Nonnull)dictionary SWIFT_WARN_UNUSED_RESULT; +/// Description +@property (nonatomic, readonly, copy) NSString * _Nonnull description; +@end + +typedef SWIFT_ENUM(NSInteger, MiSnapUxpEvent, open) { + MiSnapUxpEventNone = 0, + MiSnapUxpEventCheckFrontFailure = 1, + MiSnapUxpEventCheckBackFailure = 2, + MiSnapUxpEventIdentityFrontFailure = 3, + MiSnapUxpEventIdentityBackFailure = 4, + MiSnapUxpEventPassportFailure = 5, + MiSnapUxpEventNotFoundFailure = 6, + MiSnapUxpEventMrzFailure = 7, + MiSnapUxpEventContrastFailure = 8, + MiSnapUxpEventBackgroundFailure = 9, + MiSnapUxpEventAngleFailure = 10, + MiSnapUxpEventRotationAngleFailure = 11, + MiSnapUxpEventTooFarFailure = 12, + MiSnapUxpEventTooCloseFailure = 13, + MiSnapUxpEventAspectRatioFailure = 14, + MiSnapUxpEventSharpnessFailure = 15, + MiSnapUxpEventBrightnessFailure = 16, + MiSnapUxpEventMaxBrightnessFailure = 17, + MiSnapUxpEventGlareFailure = 18, + MiSnapUxpEventClassificationInProgress = 19, + MiSnapUxpEventFaceNotFoundFailure = 20, + MiSnapUxpEventFaceNotCenteredFailure = 21, + MiSnapUxpEventFaceMultipleFacesFailure = 22, + MiSnapUxpEventFaceRollFailure = 23, + MiSnapUxpEventFacePitchFailure = 24, + MiSnapUxpEventFaceYawFailure = 25, + MiSnapUxpEventFaceTooFarFailure = 26, + MiSnapUxpEventFaceTooCloseFailure = 27, + MiSnapUxpEventFaceNotStillFailure = 28, + MiSnapUxpEventFaceStopSmilingFailure = 29, + MiSnapUxpEventHoldStill = 30, + MiSnapUxpEventSmile = 31, + MiSnapUxpEventErrorVerbose = 32, + MiSnapUxpEventSuccessVerbose = 33, + MiSnapUxpEventTimeoutVerbose = 34, + MiSnapUxpEventStartVerbose = 35, + MiSnapUxpEventReadVerbose = 36, + MiSnapUxpEventUnknownTagVerbose = 37, + MiSnapUxpEventPaceSupportVerbose = 38, + MiSnapUxpEventCaSupportVerbose = 39, + MiSnapUxpEventAaSupportVerbose = 40, + MiSnapUxpEventAccessMechanismVerbose = 41, + MiSnapUxpEventDiscardVerbose = 42, + MiSnapUxpEventCancelVerbose = 43, + MiSnapUxpEventCancel = 44, + MiSnapUxpEventInstruction = 45, + MiSnapUxpEventHelp = 46, + MiSnapUxpEventTimeout = 47, + MiSnapUxpEventReview = 48, + MiSnapUxpEventMeasuredConfidence = 49, + MiSnapUxpEventMeasuredCornerPoints = 50, + MiSnapUxpEventMeasuredMicrConfidence = 51, + MiSnapUxpEventMeasuredContrast = 52, + MiSnapUxpEventMeasuredBackground = 53, + MiSnapUxpEventMeasuredAngle = 54, + MiSnapUxpEventMeasuredRotationAngle = 55, + MiSnapUxpEventMeasuredSharpness = 56, + MiSnapUxpEventMeasuredBrightness = 57, + MiSnapUxpEventMeasuredGlare = 58, + MiSnapUxpEventMeasuredWidth = 59, + MiSnapUxpEventMeasuredAutoTime = 60, + MiSnapUxpEventMeasuredManualTime = 61, + MiSnapUxpEventMeasuredFailover = 62, + MiSnapUxpEventTorchOn = 63, + MiSnapUxpEventTorchOff = 64, + MiSnapUxpEventStartAuto = 65, + MiSnapUxpEventStartManual = 66, + MiSnapUxpEventOrientationLandscape = 67, + MiSnapUxpEventOrientationPortrait = 68, +}; + + +SWIFT_CLASS("_TtC10MiSnapCore21MiSnapUxpEventManager") +@interface MiSnapUxpEventManager : NSObject +@property (nonatomic, readonly, copy) NSArray *> * _Nonnull events; +@property (nonatomic, readonly) NSInteger totalDuration; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) MiSnapUxpEventManager * _Nonnull shared;) ++ (MiSnapUxpEventManager * _Nonnull)shared SWIFT_WARN_UNUSED_RESULT; ++ (void)destroyShared; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (void)start; +- (void)addEvent:(enum MiSnapUxpEvent)event; +- (void)addEvent:(enum MiSnapUxpEvent)event value:(NSString * _Nullable)value; +@end + + + +#endif +#if defined(__cplusplus) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#else +#error unsupported Swift architecture +#endif diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Headers/MiSnapCore.h b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Headers/MiSnapCore.h new file mode 100644 index 00000000..2904e614 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Headers/MiSnapCore.h @@ -0,0 +1,18 @@ +// +// MiSnapCore.h +// MiSnapCore +// +// Created by Stas Tsuprenko on 12/30/22. +// + +#import +/** + Umbrella header + */ +@interface MiSnapCore : NSObject +/** + Version + */ ++ (NSString * _Nonnull)version; + +@end diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Info.plist b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Info.plist new file mode 100644 index 00000000..054b2533 Binary files /dev/null and b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Info.plist differ diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/MiSnapCore b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/MiSnapCore new file mode 100755 index 00000000..5cd8c211 Binary files /dev/null and b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/MiSnapCore differ diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.abi.json b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.abi.json new file mode 100644 index 00000000..97539e04 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -0,0 +1,22305 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapUxpEvent", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventNone", + "mangledName": "$s10MiSnapCore0aB8UxpEventO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "checkFrontFailure", + "printedName": "checkFrontFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventCheckFrontFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17checkFrontFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "checkBackFailure", + "printedName": "checkBackFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventCheckBackFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16checkBackFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "identityFrontFailure", + "printedName": "identityFrontFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventIdentityFrontFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO20identityFrontFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "identityBackFailure", + "printedName": "identityBackFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventIdentityBackFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO19identityBackFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "passportFailure", + "printedName": "passportFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventPassportFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO15passportFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "notFoundFailure", + "printedName": "notFoundFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventNotFoundFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO15notFoundFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "mrzFailure", + "printedName": "mrzFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMrzFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO10mrzFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "contrastFailure", + "printedName": "contrastFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventContrastFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO15contrastFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "backgroundFailure", + "printedName": "backgroundFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventBackgroundFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17backgroundFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "angleFailure", + "printedName": "angleFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventAngleFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO12angleFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "rotationAngleFailure", + "printedName": "rotationAngleFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventRotationAngleFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO20rotationAngleFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "tooFarFailure", + "printedName": "tooFarFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTooFarFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO13tooFarFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "tooCloseFailure", + "printedName": "tooCloseFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTooCloseFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO15tooCloseFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "aspectRatioFailure", + "printedName": "aspectRatioFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventAspectRatioFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18aspectRatioFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "sharpnessFailure", + "printedName": "sharpnessFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventSharpnessFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16sharpnessFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "brightnessFailure", + "printedName": "brightnessFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventBrightnessFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17brightnessFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "maxBrightnessFailure", + "printedName": "maxBrightnessFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMaxBrightnessFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO20maxBrightnessFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "glareFailure", + "printedName": "glareFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventGlareFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO12glareFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "classificationInProgress", + "printedName": "classificationInProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventClassificationInProgress", + "mangledName": "$s10MiSnapCore0aB8UxpEventO24classificationInProgressyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 19 + }, + { + "kind": "Var", + "name": "faceNotFoundFailure", + "printedName": "faceNotFoundFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceNotFoundFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO19faceNotFoundFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 20 + }, + { + "kind": "Var", + "name": "faceNotCenteredFailure", + "printedName": "faceNotCenteredFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceNotCenteredFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO22faceNotCenteredFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 21 + }, + { + "kind": "Var", + "name": "faceMultipleFacesFailure", + "printedName": "faceMultipleFacesFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceMultipleFacesFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO24faceMultipleFacesFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 22 + }, + { + "kind": "Var", + "name": "faceRollFailure", + "printedName": "faceRollFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceRollFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO15faceRollFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 23 + }, + { + "kind": "Var", + "name": "facePitchFailure", + "printedName": "facePitchFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFacePitchFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16facePitchFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 24 + }, + { + "kind": "Var", + "name": "faceYawFailure", + "printedName": "faceYawFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceYawFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO14faceYawFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 25 + }, + { + "kind": "Var", + "name": "faceTooFarFailure", + "printedName": "faceTooFarFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceTooFarFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17faceTooFarFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 26 + }, + { + "kind": "Var", + "name": "faceTooCloseFailure", + "printedName": "faceTooCloseFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceTooCloseFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO19faceTooCloseFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 27 + }, + { + "kind": "Var", + "name": "faceNotStillFailure", + "printedName": "faceNotStillFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceNotStillFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO19faceNotStillFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 28 + }, + { + "kind": "Var", + "name": "faceStopSmilingFailure", + "printedName": "faceStopSmilingFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceStopSmilingFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO22faceStopSmilingFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 29 + }, + { + "kind": "Var", + "name": "holdStill", + "printedName": "holdStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventHoldStill", + "mangledName": "$s10MiSnapCore0aB8UxpEventO9holdStillyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 30 + }, + { + "kind": "Var", + "name": "smile", + "printedName": "smile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventSmile", + "mangledName": "$s10MiSnapCore0aB8UxpEventO5smileyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 31 + }, + { + "kind": "Var", + "name": "errorVerbose", + "printedName": "errorVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventErrorVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO12errorVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 32 + }, + { + "kind": "Var", + "name": "successVerbose", + "printedName": "successVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventSuccessVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO14successVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 33 + }, + { + "kind": "Var", + "name": "timeoutVerbose", + "printedName": "timeoutVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTimeoutVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO14timeoutVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 34 + }, + { + "kind": "Var", + "name": "startVerbose", + "printedName": "startVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventStartVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO12startVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 35 + }, + { + "kind": "Var", + "name": "readVerbose", + "printedName": "readVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventReadVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO11readVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 36 + }, + { + "kind": "Var", + "name": "unknownTagVerbose", + "printedName": "unknownTagVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventUnknownTagVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17unknownTagVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 37 + }, + { + "kind": "Var", + "name": "paceSupportVerbose", + "printedName": "paceSupportVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventPaceSupportVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18paceSupportVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 38 + }, + { + "kind": "Var", + "name": "caSupportVerbose", + "printedName": "caSupportVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventCaSupportVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16caSupportVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 39 + }, + { + "kind": "Var", + "name": "aaSupportVerbose", + "printedName": "aaSupportVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventAaSupportVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16aaSupportVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 40 + }, + { + "kind": "Var", + "name": "accessMechanismVerbose", + "printedName": "accessMechanismVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventAccessMechanismVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO22accessMechanismVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 41 + }, + { + "kind": "Var", + "name": "discardVerbose", + "printedName": "discardVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventDiscardVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO14discardVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 42 + }, + { + "kind": "Var", + "name": "cancelVerbose", + "printedName": "cancelVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventCancelVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO13cancelVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 43 + }, + { + "kind": "Var", + "name": "cancel", + "printedName": "cancel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventCancel", + "mangledName": "$s10MiSnapCore0aB8UxpEventO6cancelyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 44 + }, + { + "kind": "Var", + "name": "instruction", + "printedName": "instruction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventInstruction", + "mangledName": "$s10MiSnapCore0aB8UxpEventO11instructionyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 45 + }, + { + "kind": "Var", + "name": "help", + "printedName": "help", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventHelp", + "mangledName": "$s10MiSnapCore0aB8UxpEventO4helpyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 46 + }, + { + "kind": "Var", + "name": "timeout", + "printedName": "timeout", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTimeout", + "mangledName": "$s10MiSnapCore0aB8UxpEventO7timeoutyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 47 + }, + { + "kind": "Var", + "name": "review", + "printedName": "review", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventReview", + "mangledName": "$s10MiSnapCore0aB8UxpEventO6reviewyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 48 + }, + { + "kind": "Var", + "name": "measuredConfidence", + "printedName": "measuredConfidence", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredConfidence", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18measuredConfidenceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 49 + }, + { + "kind": "Var", + "name": "measuredCornerPoints", + "printedName": "measuredCornerPoints", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredCornerPoints", + "mangledName": "$s10MiSnapCore0aB8UxpEventO20measuredCornerPointsyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 50 + }, + { + "kind": "Var", + "name": "measuredMicrConfidence", + "printedName": "measuredMicrConfidence", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredMicrConfidence", + "mangledName": "$s10MiSnapCore0aB8UxpEventO22measuredMicrConfidenceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 51 + }, + { + "kind": "Var", + "name": "measuredContrast", + "printedName": "measuredContrast", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredContrast", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16measuredContrastyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 52 + }, + { + "kind": "Var", + "name": "measuredBackground", + "printedName": "measuredBackground", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredBackground", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18measuredBackgroundyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 53 + }, + { + "kind": "Var", + "name": "measuredAngle", + "printedName": "measuredAngle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredAngle", + "mangledName": "$s10MiSnapCore0aB8UxpEventO13measuredAngleyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 54 + }, + { + "kind": "Var", + "name": "measuredRotationAngle", + "printedName": "measuredRotationAngle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredRotationAngle", + "mangledName": "$s10MiSnapCore0aB8UxpEventO21measuredRotationAngleyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 55 + }, + { + "kind": "Var", + "name": "measuredSharpness", + "printedName": "measuredSharpness", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredSharpness", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17measuredSharpnessyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 56 + }, + { + "kind": "Var", + "name": "measuredBrightness", + "printedName": "measuredBrightness", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredBrightness", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18measuredBrightnessyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 57 + }, + { + "kind": "Var", + "name": "measuredGlare", + "printedName": "measuredGlare", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredGlare", + "mangledName": "$s10MiSnapCore0aB8UxpEventO13measuredGlareyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 58 + }, + { + "kind": "Var", + "name": "measuredWidth", + "printedName": "measuredWidth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredWidth", + "mangledName": "$s10MiSnapCore0aB8UxpEventO13measuredWidthyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 59 + }, + { + "kind": "Var", + "name": "measuredAutoTime", + "printedName": "measuredAutoTime", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredAutoTime", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16measuredAutoTimeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 60 + }, + { + "kind": "Var", + "name": "measuredManualTime", + "printedName": "measuredManualTime", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredManualTime", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18measuredManualTimeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 61 + }, + { + "kind": "Var", + "name": "measuredFailover", + "printedName": "measuredFailover", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredFailover", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16measuredFailoveryA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 62 + }, + { + "kind": "Var", + "name": "torchOn", + "printedName": "torchOn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTorchOn", + "mangledName": "$s10MiSnapCore0aB8UxpEventO7torchOnyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 63 + }, + { + "kind": "Var", + "name": "torchOff", + "printedName": "torchOff", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTorchOff", + "mangledName": "$s10MiSnapCore0aB8UxpEventO8torchOffyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 64 + }, + { + "kind": "Var", + "name": "startAuto", + "printedName": "startAuto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventStartAuto", + "mangledName": "$s10MiSnapCore0aB8UxpEventO9startAutoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 65 + }, + { + "kind": "Var", + "name": "startManual", + "printedName": "startManual", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventStartManual", + "mangledName": "$s10MiSnapCore0aB8UxpEventO11startManualyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 66 + }, + { + "kind": "Var", + "name": "orientationLandscape", + "printedName": "orientationLandscape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventOrientationLandscape", + "mangledName": "$s10MiSnapCore0aB8UxpEventO20orientationLandscapeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 67 + }, + { + "kind": "Var", + "name": "orientationPortrait", + "printedName": "orientationPortrait", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventOrientationPortrait", + "mangledName": "$s10MiSnapCore0aB8UxpEventO19orientationPortraityA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 68 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapUxpEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB8UxpEventO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB8UxpEventO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB8UxpEventO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB8UxpEventO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB8UxpEventO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB8UxpEventO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent", + "mangledName": "$s10MiSnapCore0aB8UxpEventO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapUxpEventManager", + "printedName": "MiSnapUxpEventManager", + "children": [ + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String : Any]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(py)events", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC6eventsSaySDySSypGGvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String : Any]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)events", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC6eventsSaySDySSypGGvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "totalDuration", + "printedName": "totalDuration", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(py)totalDuration", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC13totalDurationSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)totalDuration", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC13totalDurationSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEventManager", + "printedName": "MiSnapCore.MiSnapUxpEventManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(cpy)shared", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC6sharedACvpZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEventManager", + "printedName": "MiSnapCore.MiSnapUxpEventManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(cm)shared", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC6sharedACvgZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "destroyShared", + "printedName": "destroyShared()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(cm)destroyShared", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC13destroySharedyyFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEventManager", + "printedName": "MiSnapCore.MiSnapUxpEventManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)init", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "start", + "printedName": "start()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)start", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC5startyyF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addEvent", + "printedName": "addEvent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)addEvent:", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC03addE0yyAA0abdE0OF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addEvent", + "printedName": "addEvent(_:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)addEvent:value:", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC03addE0_5valueyAA0abdE0O_SSSgtF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLogLevel", + "printedName": "MiSnapLogLevel", + "children": [ + { + "kind": "Var", + "name": "verbose", + "printedName": "verbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogLevel.Type) -> MiSnapCore.MiSnapLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel@MiSnapLogLevelVerbose", + "mangledName": "$s10MiSnapCore0aB8LogLevelO7verboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "debug", + "printedName": "debug", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogLevel.Type) -> MiSnapCore.MiSnapLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel@MiSnapLogLevelDebug", + "mangledName": "$s10MiSnapCore0aB8LogLevelO5debugyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "info", + "printedName": "info", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogLevel.Type) -> MiSnapCore.MiSnapLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel@MiSnapLogLevelInfo", + "mangledName": "$s10MiSnapCore0aB8LogLevelO4infoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "warning", + "printedName": "warning", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogLevel.Type) -> MiSnapCore.MiSnapLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel@MiSnapLogLevelWarning", + "mangledName": "$s10MiSnapCore0aB8LogLevelO7warningyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogLevel.Type) -> MiSnapCore.MiSnapLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel@MiSnapLogLevelError", + "mangledName": "$s10MiSnapCore0aB8LogLevelO5erroryA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapLogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB8LogLevelO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB8LogLevelO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB8LogLevelO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB8LogLevelO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB8LogLevelO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB8LogLevelO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel", + "mangledName": "$s10MiSnapCore0aB8LogLevelO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapLogPresentation", + "children": [ + { + "kind": "Var", + "name": "console", + "printedName": "console", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogPresentation.Type) -> MiSnapCore.MiSnapLogPresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogPresentation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation@MiSnapLogPresentationConsole", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO7consoleyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "file", + "printedName": "file", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogPresentation.Type) -> MiSnapCore.MiSnapLogPresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogPresentation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation@MiSnapLogPresentationFile", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO4fileyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "consoleAndFile", + "printedName": "consoleAndFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogPresentation.Type) -> MiSnapCore.MiSnapLogPresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogPresentation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation@MiSnapLogPresentationConsoleAndFile", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO14consoleAndFileyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapLogPresentation?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB15LogPresentationO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB15LogPresentationO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB15LogPresentationO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapLogConfiguration", + "children": [ + { + "kind": "Var", + "name": "level", + "printedName": "level", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(py)level", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC5levelAA0abD5LevelOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)level", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC5levelAA0abD5LevelOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)setLevel:", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC5levelAA0abD5LevelOvs", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB16LogConfigurationC5levelAA0abD5LevelOvM", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC5levelAA0abD5LevelOvM", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "presentation", + "printedName": "presentation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(py)presentation", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC12presentationAA0abD12PresentationOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)presentation", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC12presentationAA0abD12PresentationOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)setPresentation:", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC12presentationAA0abD12PresentationOvs", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB16LogConfigurationC12presentationAA0abD12PresentationOvM", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC12presentationAA0abD12PresentationOvM", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "savePII", + "printedName": "savePII", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(py)savePII", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC7savePIISbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)savePII", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC7savePIISbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)setSavePII:", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC7savePIISbvs", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB16LogConfigurationC7savePIISbvM", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC7savePIISbvM", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)init", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(py)description", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)description", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapLogConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)initWithCoder:", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "MiSnapCore", + "objc_name": "initWithCoder:", + "declAttributes": [ + "ObjC", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)encodeWithCoder:", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC6encode4withySo7NSCoderC_tF", + "moduleName": "MiSnapCore", + "objc_name": "encodeWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLog", + "printedName": "MiSnapLog", + "children": [ + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(py)configuration", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)configuration", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)setConfiguration:", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvs", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvM", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvM", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLog", + "printedName": "MiSnapCore.MiSnapLog", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cpy)shared", + "mangledName": "$s10MiSnapCore0aB3LogC6sharedACvpZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLog", + "printedName": "MiSnapCore.MiSnapLog", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cm)shared", + "mangledName": "$s10MiSnapCore0aB3LogC6sharedACvgZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "destroyShared", + "printedName": "destroyShared()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cm)destroyShared", + "mangledName": "$s10MiSnapCore0aB3LogC13destroySharedyyFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cpy)configuration", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvpZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cm)configuration", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvgZ", + "moduleName": "MiSnapCore", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cm)setConfiguration:", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvsZ", + "moduleName": "MiSnapCore", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvMZ", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvMZ", + "moduleName": "MiSnapCore", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "verbose", + "printedName": "verbose(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)verbose:", + "mangledName": "$s10MiSnapCore0aB3LogC7verboseyySSF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "debug", + "printedName": "debug(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)debug:", + "mangledName": "$s10MiSnapCore0aB3LogC5debugyySSF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)info:", + "mangledName": "$s10MiSnapCore0aB3LogC4infoyySSF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warning", + "printedName": "warning(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)warning:", + "mangledName": "$s10MiSnapCore0aB3LogC7warningyySSF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "error", + "printedName": "error(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)error:", + "mangledName": "$s10MiSnapCore0aB3LogC5erroryySSF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getLog", + "printedName": "getLog(keepFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)getLogWithKeepFile:", + "mangledName": "$s10MiSnapCore0aB3LogC03getD08keepFileSSSb_tF", + "moduleName": "MiSnapCore", + "objc_name": "getLogWithKeepFile:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearAllSavedLogFiles", + "printedName": "clearAllSavedLogFiles()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)clearAllSavedLogFiles", + "mangledName": "$s10MiSnapCore0aB3LogC013clearAllSavedD5FilesyyF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLog", + "printedName": "MiSnapCore.MiSnapLog", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)init", + "mangledName": "$s10MiSnapCore0aB3LogCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog", + "mangledName": "$s10MiSnapCore0aB3LogC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "MiSnapCore" + }, + { + "kind": "TypeDecl", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCryptographyHashingAlgorithm", + "children": [ + { + "kind": "Var", + "name": "sha224", + "printedName": "sha224", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type) -> MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm@MiSnapCryptographyHashingAlgorithmSha224", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO6sha224yA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "sha256", + "printedName": "sha256", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type) -> MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm@MiSnapCryptographyHashingAlgorithmSha256", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO6sha256yA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "sha384", + "printedName": "sha384", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type) -> MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm@MiSnapCryptographyHashingAlgorithmSha384", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO6sha384yA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "sha512", + "printedName": "sha512", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type) -> MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm@MiSnapCryptographyHashingAlgorithmSha512", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO6sha512yA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapCryptography", + "printedName": "MiSnapCryptography", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(publicKey:privateKey:algorithm:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptography", + "printedName": "MiSnapCore.MiSnapCryptography", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "SecKeyAlgorithm", + "printedName": "Security.SecKeyAlgorithm", + "usr": "c:@T@SecKeyAlgorithm" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)initWithPublicKey:privateKey:algorithm:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC9publicKey07privateF09algorithmACSo03SecF3RefaSg_AISo0iF9Algorithmatcfc", + "moduleName": "MiSnapCore", + "objc_name": "initWithPublicKey:privateKey:algorithm:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "set", + "printedName": "set(publicKey:privateKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)setWithPublicKey:privateKey:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC3set9publicKey07privateG0ySo03SecG3RefaSg_AItF", + "moduleName": "MiSnapCore", + "objc_name": "setWithPublicKey:privateKey:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "encryptDictionary", + "printedName": "encryptDictionary(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)encryptDictionary:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC17encryptDictionaryySaySSGSgSDySSypGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decryptToDictionary", + "printedName": "decryptToDictionary(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)decryptToDictionary:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC19decryptToDictionaryySDySSypGSgSaySSGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "encryptData", + "printedName": "encryptData(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)encryptData:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC11encryptDataySaySSGSg10Foundation0F0VSgF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decryptData", + "printedName": "decryptData(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)decryptData:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC11decryptDatay10Foundation0F0VSgSaySSGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "encrypt", + "printedName": "encrypt(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)encrypt:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC7encrypty10Foundation4DataVSgAGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decrypt", + "printedName": "decrypt(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)decrypt:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC7decrypty10Foundation4DataVSgAGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(_:algorithm:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "hasDefaultArg": true, + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(cm)hash:algorithm:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC4hash_9algorithmSSSg10Foundation4DataVSg_AA0abD16HashingAlgorithmOtFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "secKey", + "printedName": "secKey(from:parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(cm)secKeyFrom:parameters:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC6secKey4from10parametersSo03SecF3RefaSg10Foundation4DataV_SDySSypGtFZ", + "moduleName": "MiSnapCore", + "static": true, + "objc_name": "secKeyFrom:parameters:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "generateKeys", + "printedName": "generateKeys(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(privateKey: Security.SecKey?, publicKey: Security.SecKey?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10MiSnapCore0aB12CryptographyC12generateKeys10parametersSo9SecKeyRefaSg07privateI0_AH06publicI0tSDySSypG_tFZ", + "mangledName": "$s10MiSnapCore0aB12CryptographyC12generateKeys10parametersSo9SecKeyRefaSg07privateI0_AH06publicI0tSDySSypG_tFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptography", + "printedName": "MiSnapCore.MiSnapCryptography", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)init", + "mangledName": "$s10MiSnapCore0aB12CryptographyCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography", + "mangledName": "$s10MiSnapCore0aB12CryptographyC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapMibiDataElement", + "children": [ + { + "kind": "Var", + "name": "mibiVersion", + "printedName": "mibiVersion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementMibiVersion", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO11mibiVersionyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "deviceInfo", + "printedName": "deviceInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementDeviceInfo", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO10deviceInfoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "sdkInfo", + "printedName": "sdkInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementSdkInfo", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO7sdkInfoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "platformPrivate", + "printedName": "platformPrivate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementPlatformPrivate", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO15platformPrivateyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "sessionInfo", + "printedName": "sessionInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementSessionInfo", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO11sessionInfoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "device", + "printedName": "device", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementDevice", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO6deviceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "manufacturer", + "printedName": "manufacturer", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementManufacturer", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO12manufactureryA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "model", + "printedName": "model", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementModel", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO5modelyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "platform", + "printedName": "platform", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementPlatform", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO8platformyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "os", + "printedName": "os", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementOs", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO2osyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementId", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO2idyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "modules", + "printedName": "modules", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementModules", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO7modulesyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementName", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO4nameyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "version", + "printedName": "version", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementVersion", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO7versionyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "license", + "printedName": "license", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementLicense", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO7licenseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "gpo", + "printedName": "gpo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementGpo", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO3gpoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "expiryDate", + "printedName": "expiryDate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementExpiryDate", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO10expiryDateyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "parameters", + "printedName": "parameters", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementParameters", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO10parametersyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementOriginal", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO8originalyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "final", + "printedName": "final", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementFinal", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO5finalyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 19 + }, + { + "kind": "Var", + "name": "uxp", + "printedName": "uxp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementUxp", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO3uxpyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 20 + }, + { + "kind": "Var", + "name": "resultCode", + "printedName": "resultCode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementResultCode", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO10resultCodeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 21 + }, + { + "kind": "Var", + "name": "imageWidth", + "printedName": "imageWidth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementImageWidth", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO10imageWidthyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 22 + }, + { + "kind": "Var", + "name": "imageHeight", + "printedName": "imageHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementImageHeight", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO11imageHeightyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 23 + }, + { + "kind": "Var", + "name": "orientation", + "printedName": "orientation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementOrientation", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO11orientationyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 24 + }, + { + "kind": "Var", + "name": "classificationDocumentType", + "printedName": "classificationDocumentType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementClassificationDocumentType", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO26classificationDocumentTypeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 25 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiDataElement?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB15MibiDataElementO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB15MibiDataElementO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB15MibiDataElementO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibi", + "printedName": "MiSnapMibi", + "children": [ + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(py)string", + "mangledName": "$s10MiSnapCore0aB4MibiC6stringSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)string", + "mangledName": "$s10MiSnapCore0aB4MibiC6stringSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setString:", + "mangledName": "$s10MiSnapCore0aB4MibiC6stringSSSgvs", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB4MibiC6stringSSSgvM", + "mangledName": "$s10MiSnapCore0aB4MibiC6stringSSSgvM", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "deviceInfo", + "printedName": "deviceInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDeviceInfo", + "printedName": "MiSnapCore.MiSnapMibiDeviceInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(py)deviceInfo", + "mangledName": "$s10MiSnapCore0aB4MibiC10deviceInfoAA0abd6DeviceF0Cvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDeviceInfo", + "printedName": "MiSnapCore.MiSnapMibiDeviceInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)deviceInfo", + "mangledName": "$s10MiSnapCore0aB4MibiC10deviceInfoAA0abd6DeviceF0Cvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sessionInfos", + "printedName": "sessionInfos", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[MiSnapCore.MiSnapMibiSessionInfo]", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(py)sessionInfos", + "mangledName": "$s10MiSnapCore0aB4MibiC12sessionInfosSayAA0abD11SessionInfoCGvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[MiSnapCore.MiSnapMibiSessionInfo]", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)sessionInfos", + "mangledName": "$s10MiSnapCore0aB4MibiC12sessionInfosSayAA0abD11SessionInfoCGvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "deepCopy", + "printedName": "deepCopy", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibi", + "printedName": "MiSnapCore.MiSnapMibi", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(py)deepCopy", + "mangledName": "$s10MiSnapCore0aB4MibiC8deepCopyACvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibi", + "printedName": "MiSnapCore.MiSnapMibi", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)deepCopy", + "mangledName": "$s10MiSnapCore0aB4MibiC8deepCopyACvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibi", + "printedName": "MiSnapCore.MiSnapMibi", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)init", + "mangledName": "$s10MiSnapCore0aB4MibiCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10MiSnapCore0aB4MibiC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10MiSnapCore0aB4MibiC6encode2toys7Encoder_p_tKF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibi", + "printedName": "MiSnapCore.MiSnapMibi", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB4MibiC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10MiSnapCore0aB4MibiC4fromACs7Decoder_p_tKcfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "setModuleWithName", + "printedName": "setModuleWithName(_:version:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setModuleWithName:version:", + "mangledName": "$s10MiSnapCore0aB4MibiC17setModuleWithName_7versionySS_SStF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSessionInfo", + "printedName": "setSessionInfo(_:resetOld:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setSessionInfo:resetOld:", + "mangledName": "$s10MiSnapCore0aB4MibiC14setSessionInfo_8resetOldySDySSypG_SbtF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "set", + "printedName": "set(value:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setWithValue:for:", + "mangledName": "$s10MiSnapCore0aB4MibiC3set5value3forySS_AA0abD11DataElementOtF", + "moduleName": "MiSnapCore", + "objc_name": "setWithValue:for:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setParameters", + "printedName": "setParameters(_:original:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setParameters:original:", + "mangledName": "$s10MiSnapCore0aB4MibiC13setParameters_8originalySDySSypG_SbtF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setUXP", + "printedName": "setUXP(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String : Any]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setUXP:", + "mangledName": "$s10MiSnapCore0aB4MibiC6setUXPyySaySDySSypGGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(to:compression:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)addTo:compression:", + "mangledName": "$s10MiSnapCore0aB4MibiC3add2to11compression10Foundation4DataVSgSo7UIImageCSg_SftF", + "moduleName": "MiSnapCore", + "objc_name": "addTo:compression:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)addTo:", + "mangledName": "$s10MiSnapCore0aB4MibiC3add2to10Foundation4DataVAH_tF", + "moduleName": "MiSnapCore", + "objc_name": "addTo:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi", + "mangledName": "$s10MiSnapCore0aB4MibiC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeNone", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "document", + "printedName": "document", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeDocument", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO8documentyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "barcode", + "printedName": "barcode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeBarcode", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO7barcodeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "face", + "printedName": "face", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeFace", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO4faceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "voice", + "printedName": "voice", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeVoice", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO5voiceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "nfc", + "printedName": "nfc", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeNfc", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO3nfcyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapMibiSessionInfoMode", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoMode.Type) -> MiSnapCore.MiSnapMibiSessionInfoMode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode@MiSnapMibiSessionInfoModeNone", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "auto", + "printedName": "auto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoMode.Type) -> MiSnapCore.MiSnapMibiSessionInfoMode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode@MiSnapMibiSessionInfoModeAuto", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO4autoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "manual", + "printedName": "manual", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoMode.Type) -> MiSnapCore.MiSnapMibiSessionInfoMode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode@MiSnapMibiSessionInfoModeManual", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO6manualyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "forcedAuto", + "printedName": "forcedAuto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoMode.Type) -> MiSnapCore.MiSnapMibiSessionInfoMode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode@MiSnapMibiSessionInfoModeForcedAuto", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO10forcedAutoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoModeO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoModeO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoModeO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapMibiSessionInfoOrientation", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoOrientation.Type) -> MiSnapCore.MiSnapMibiSessionInfoOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation@MiSnapMibiSessionInfoOrientationNone", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "portrait", + "printedName": "portrait", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoOrientation.Type) -> MiSnapCore.MiSnapMibiSessionInfoOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation@MiSnapMibiSessionInfoOrientationPortrait", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO8portraityA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "landscape", + "printedName": "landscape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoOrientation.Type) -> MiSnapCore.MiSnapMibiSessionInfoOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation@MiSnapMibiSessionInfoOrientationLandscape", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO9landscapeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapMibiSessionInfoFlow", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoFlow.Type) -> MiSnapCore.MiSnapMibiSessionInfoFlow", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow@MiSnapMibiSessionInfoFlowNone", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "enrollment", + "printedName": "enrollment", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoFlow.Type) -> MiSnapCore.MiSnapMibiSessionInfoFlow", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow@MiSnapMibiSessionInfoFlowEnrollment", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO10enrollmentyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "verification", + "printedName": "verification", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoFlow.Type) -> MiSnapCore.MiSnapMibiSessionInfoFlow", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow@MiSnapMibiSessionInfoFlowVerification", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO12verificationyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapMibiSessionInfoUnlock", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoUnlock.Type) -> MiSnapCore.MiSnapMibiSessionInfoUnlock", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock@MiSnapMibiSessionInfoUnlockNone", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "pace", + "printedName": "pace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoUnlock.Type) -> MiSnapCore.MiSnapMibiSessionInfoUnlock", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock@MiSnapMibiSessionInfoUnlockPace", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO4paceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "ca", + "printedName": "ca", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoUnlock.Type) -> MiSnapCore.MiSnapMibiSessionInfoUnlock", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock@MiSnapMibiSessionInfoUnlockCa", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO2cayA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "bac", + "printedName": "bac", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoUnlock.Type) -> MiSnapCore.MiSnapMibiSessionInfoUnlock", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock@MiSnapMibiSessionInfoUnlockBac", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO3bacyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfo", + "printedName": "MiSnapMibiSessionInfo", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(py)type", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC4typeAA0abdeF4TypeOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(im)type", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC4typeAA0abdeF4TypeOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "totalDuration", + "printedName": "totalDuration", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(py)totalDuration", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC13totalDurationSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(im)totalDuration", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC13totalDurationSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiDocumentSessionInfo", + "printedName": "MiSnapMibiDocumentSessionInfo", + "children": [ + { + "kind": "Var", + "name": "docType", + "printedName": "docType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)docType", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC7docTypeSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)docType", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC7docTypeSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mode", + "printedName": "mode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)mode", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC4modeAA0abdfG4ModeOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)mode", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC4modeAA0abdfG4ModeOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "deviceOrientation", + "printedName": "deviceOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC17deviceOrientationAA0abdfgI0Ovp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC17deviceOrientationAA0abdfgI0Ovg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "documentOrientation", + "printedName": "documentOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)documentOrientation", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC19documentOrientationAA0abdfgI0Ovp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)documentOrientation", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC19documentOrientationAA0abdfgI0Ovg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jpegQuality", + "printedName": "jpegQuality", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)jpegQuality", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11jpegQualitySivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)jpegQuality", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11jpegQualitySivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "autoTries", + "printedName": "autoTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)autoTries", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC9autoTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)autoTries", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC9autoTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "manualTries", + "printedName": "manualTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)manualTries", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11manualTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)manualTries", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11manualTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "enhancedManual", + "printedName": "enhancedManual", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)enhancedManual", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC14enhancedManualSbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)enhancedManual", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC14enhancedManualSbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "classificationType", + "printedName": "classificationType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)classificationType", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC18classificationTypeSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)classificationType", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC18classificationTypeSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fourCorners", + "printedName": "fourCorners", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.Int]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.Int]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)fourCorners", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11fourCornersSaySaySiGGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.Int]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.Int]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)fourCorners", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11fourCornersSaySaySiGGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "warnings", + "printedName": "warnings", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)warnings", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC8warningsSaySSGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)warnings", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC8warningsSaySSGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mrzExtracted", + "printedName": "mrzExtracted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)mrzExtracted", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC12mrzExtractedSbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)mrzExtracted", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC12mrzExtractedSbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "optionalDataRedacted", + "printedName": "optionalDataRedacted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)optionalDataRedacted", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC20optionalDataRedactedSbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)optionalDataRedacted", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC20optionalDataRedactedSbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDocumentSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiDocumentSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDocumentSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiDocumentSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(cm)from:", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC4fromyACSDySSypGFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "MiSnapCore.MiSnapMibiSessionInfo", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiBarcodeSessionInfo", + "printedName": "MiSnapMibiBarcodeSessionInfo", + "children": [ + { + "kind": "Var", + "name": "barcodeType", + "printedName": "barcodeType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)barcodeType", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11barcodeTypeSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)barcodeType", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11barcodeTypeSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mode", + "printedName": "mode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)mode", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC4modeAA0abdfG4ModeOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)mode", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC4modeAA0abdfG4ModeOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "deviceOrientation", + "printedName": "deviceOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC17deviceOrientationAA0abdfgI0Ovp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC17deviceOrientationAA0abdfgI0Ovg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "documentOrientation", + "printedName": "documentOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)documentOrientation", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC19documentOrientationAA0abdfgI0Ovp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)documentOrientation", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC19documentOrientationAA0abdfgI0Ovg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jpegQuality", + "printedName": "jpegQuality", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)jpegQuality", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11jpegQualitySivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)jpegQuality", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11jpegQualitySivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "autoTries", + "printedName": "autoTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)autoTries", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC9autoTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)autoTries", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC9autoTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "manualTries", + "printedName": "manualTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)manualTries", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11manualTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)manualTries", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11manualTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiBarcodeSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiBarcodeSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiBarcodeSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiBarcodeSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(cm)from:", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC4fromyACSDySSypGFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "MiSnapCore.MiSnapMibiSessionInfo", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiFaceSessionInfo", + "printedName": "MiSnapMibiFaceSessionInfo", + "children": [ + { + "kind": "Var", + "name": "mode", + "printedName": "mode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)mode", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC4modeAA0abdfG4ModeOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)mode", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC4modeAA0abdfG4ModeOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "smile", + "printedName": "smile", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)smile", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC5smileSbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)smile", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC5smileSbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "deviceOrientation", + "printedName": "deviceOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC17deviceOrientationAA0abdfgI0Ovp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC17deviceOrientationAA0abdfgI0Ovg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jpegQuality", + "printedName": "jpegQuality", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)jpegQuality", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11jpegQualitySivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)jpegQuality", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11jpegQualitySivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "autoTries", + "printedName": "autoTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)autoTries", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC9autoTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)autoTries", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC9autoTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "manualTries", + "printedName": "manualTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)manualTries", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11manualTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)manualTries", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11manualTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "warnings", + "printedName": "warnings", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)warnings", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC8warningsSaySSGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)warnings", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC8warningsSaySSGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiFaceSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiFaceSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiFaceSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiFaceSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(cm)from:", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC4fromyACSDySSypGFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "MiSnapCore.MiSnapMibiSessionInfo", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiVoiceSessionInfo", + "printedName": "MiSnapMibiVoiceSessionInfo", + "children": [ + { + "kind": "Var", + "name": "flow", + "printedName": "flow", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)flow", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC4flowAA0abdfG4FlowOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)flow", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC4flowAA0abdfG4FlowOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tries", + "printedName": "tries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)tries", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC5triesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)tries", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC5triesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "warnings", + "printedName": "warnings", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.String]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)warnings", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC8warningsSaySaySSGGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.String]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)warnings", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC8warningsSaySaySSGGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "snr", + "printedName": "snr", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)snr", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC3snrSfvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)snr", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC3snrSfvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "speechDuration", + "printedName": "speechDuration", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)speechDuration", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC14speechDurationSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)speechDuration", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC14speechDurationSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiVoiceSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiVoiceSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiVoiceSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiVoiceSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(cm)from:", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC4fromyACSDySSypGFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "MiSnapCore.MiSnapMibiSessionInfo", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiNFCSessionInfo", + "printedName": "MiSnapMibiNFCSessionInfo", + "children": [ + { + "kind": "Var", + "name": "tries", + "printedName": "tries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)tries", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC5triesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)tries", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC5triesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "unlock", + "printedName": "unlock", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)unlock", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC6unlockAA0abd7SessionF6UnlockOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)unlock", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC6unlockAA0abd7SessionF6UnlockOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "ca", + "printedName": "ca", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.Bool]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)ca", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC2caSDySSSbGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.Bool]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)ca", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC2caSDySSSbGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "dgs", + "printedName": "dgs", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)dgs", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC3dgsSaySSGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)dgs", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC3dgsSaySSGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "warnings", + "printedName": "warnings", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.String]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)warnings", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC8warningsSaySaySSGGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.String]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)warnings", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC8warningsSaySaySSGGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "documentCode", + "printedName": "documentCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)documentCode", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC12documentCodeSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)documentCode", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC12documentCodeSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "issuingCountry", + "printedName": "issuingCountry", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)issuingCountry", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC14issuingCountrySSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)issuingCountry", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC14issuingCountrySSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "issueDate", + "printedName": "issueDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)issueDate", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC9issueDateSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)issueDate", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC9issueDateSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nationality", + "printedName": "nationality", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)nationality", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC11nationalitySSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)nationality", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC11nationalitySSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "optionalDataRedacted", + "printedName": "optionalDataRedacted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)optionalDataRedacted", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC20optionalDataRedactedSbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)optionalDataRedacted", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC20optionalDataRedactedSbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiNFCSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiNFCSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiNFCSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiNFCSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(cm)from:", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC4fromyACSDySSypGFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "MiSnapCore.MiSnapMibiSessionInfo", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiDeviceInfo", + "printedName": "MiSnapMibiDeviceInfo", + "children": [ + { + "kind": "Var", + "name": "manufacturer", + "printedName": "manufacturer", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)manufacturer", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC12manufacturerSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)manufacturer", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC12manufacturerSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "device", + "printedName": "device", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)device", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC6deviceSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)device", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC6deviceSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "model", + "printedName": "model", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)model", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC5modelSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)model", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC5modelSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "os", + "printedName": "os", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)os", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC2osSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)os", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC2osSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)id", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC2idSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)id", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC2idSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDeviceInfo", + "printedName": "MiSnapCore.MiSnapMibiDeviceInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)init", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10MiSnapCore0aB14MibiDeviceInfoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC6encode2toys7Encoder_p_tKF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDeviceInfo", + "printedName": "MiSnapCore.MiSnapMibiDeviceInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB14MibiDeviceInfoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC4fromACs7Decoder_p_tKcfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)description", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)description", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapDevice", + "printedName": "MiSnapDevice", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapDevice", + "printedName": "MiSnapCore.MiSnapDevice", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(im)init", + "mangledName": "$s10MiSnapCore0aB6DeviceCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(py)id", + "mangledName": "$s10MiSnapCore0aB6DeviceC2idSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(im)id", + "mangledName": "$s10MiSnapCore0aB6DeviceC2idSSSgvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelName", + "printedName": "modelName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(py)modelName", + "mangledName": "$s10MiSnapCore0aB6DeviceC9modelNameSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(im)modelName", + "mangledName": "$s10MiSnapCore0aB6DeviceC9modelNameSSvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "osVersion", + "printedName": "osVersion", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(py)osVersion", + "mangledName": "$s10MiSnapCore0aB6DeviceC9osVersionSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(im)osVersion", + "mangledName": "$s10MiSnapCore0aB6DeviceC9osVersionSSvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "info", + "printedName": "info", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(py)info", + "mangledName": "$s10MiSnapCore0aB6DeviceC4infoSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(im)info", + "mangledName": "$s10MiSnapCore0aB6DeviceC4infoSSSgvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice", + "mangledName": "$s10MiSnapCore0aB6DeviceC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapLicenseFeature", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureNone", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "generic", + "printedName": "generic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureGeneric", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO7genericyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "deposit", + "printedName": "deposit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureDeposit", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO7deposityA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "barcode", + "printedName": "barcode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureBarcode", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO7barcodeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureId", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO2idyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "ODC", + "printedName": "ODC", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureODC", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO3ODCyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "ODE", + "printedName": "ODE", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureODE", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO3ODEyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "NFC", + "printedName": "NFC", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureNFC", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO3NFCyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "face", + "printedName": "face", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureFace", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO4faceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "voice", + "printedName": "voice", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureVoice", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO5voiceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "enhancedManual", + "printedName": "enhancedManual", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureEnhancedManual", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO14enhancedManualyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapLicenseFeature?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB14LicenseFeatureO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB14LicenseFeatureO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB14LicenseFeatureO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapLicenseStatus", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusNone", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "valid", + "printedName": "valid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusValid", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO5validyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "notValid", + "printedName": "notValid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusNotValid", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO8notValidyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "expired", + "printedName": "expired", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusExpired", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO7expiredyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "disabled", + "printedName": "disabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusDisabled", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO8disabledyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "notValidAppId", + "printedName": "notValidAppId", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusNotValidAppId", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO13notValidAppIdyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "platformNotSupported", + "printedName": "platformNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusPlatformNotSupported", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO20platformNotSupportedyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "featureNotSupported", + "printedName": "featureNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusFeatureNotSupported", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO19featureNotSupportedyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB13LicenseStatusO11stringValueSSvp", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO11stringValueSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB13LicenseStatusO11stringValueSSvg", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO11stringValueSSvg", + "moduleName": "MiSnapCore", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapLicenseStatus?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB13LicenseStatusO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB13LicenseStatusO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB13LicenseStatusO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLicenseManager", + "printedName": "MiSnapLicenseManager", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseManager", + "printedName": "MiSnapCore.MiSnapLicenseManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(cpy)shared", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC6sharedACvpZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseManager", + "printedName": "MiSnapCore.MiSnapLicenseManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(cm)shared", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC6sharedACvgZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "destroyShared", + "printedName": "destroyShared()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(cm)destroyShared", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC13destroySharedyyFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "status", + "printedName": "status", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(py)status", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC6statusAA0abD6StatusOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)status", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC6statusAA0abD6StatusOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gpo", + "printedName": "gpo", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(py)gpo", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC3gpoSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)gpo", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC3gpoSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "expirationDateString", + "printedName": "expirationDateString", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(py)expirationDateString", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC20expirationDateStringSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)expirationDateString", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC20expirationDateStringSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setLicenseKey", + "printedName": "setLicenseKey(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)setLicenseKey:", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC03setD3KeyyySSSgF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "featureSupported", + "printedName": "featureSupported(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)featureSupported:", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC16featureSupportedySbAA0abD7FeatureOF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(py)description", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)description", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseManager", + "printedName": "MiSnapCore.MiSnapLicenseManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)init", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 179, + "length": 17, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 16, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 232, + "length": 20, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 262, + "length": 19, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 291, + "length": 15, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 341, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 361, + "length": 15, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 17, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 12, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 20, + "value": "11" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 465, + "length": 13, + "value": "12" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 15, + "value": "13" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 18, + "value": "14" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 541, + "length": 16, + "value": "15" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 567, + "length": 17, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 20, + "value": "17" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 624, + "length": 12, + "value": "18" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 646, + "length": 24, + "value": "19" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 680, + "length": 19, + "value": "20" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 709, + "length": 22, + "value": "21" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 24, + "value": "22" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 15, + "value": "23" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 800, + "length": 16, + "value": "24" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 826, + "length": 14, + "value": "25" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 17, + "value": "26" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 877, + "length": 19, + "value": "27" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 906, + "length": 19, + "value": "28" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 935, + "length": 22, + "value": "29" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 967, + "length": 9, + "value": "30" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 5, + "value": "31" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1001, + "length": 12, + "value": "32" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1023, + "length": 14, + "value": "33" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1047, + "length": 14, + "value": "34" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1071, + "length": 12, + "value": "35" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1093, + "length": 11, + "value": "36" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 17, + "value": "37" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1141, + "length": 18, + "value": "38" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1169, + "length": 16, + "value": "39" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 16, + "value": "40" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1221, + "length": 22, + "value": "41" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 14, + "value": "42" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1277, + "length": 13, + "value": "43" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1300, + "length": 6, + "value": "44" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1316, + "length": 11, + "value": "45" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 4, + "value": "46" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1351, + "length": 7, + "value": "47" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "48" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 18, + "value": "49" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1412, + "length": 20, + "value": "50" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1442, + "length": 22, + "value": "51" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1474, + "length": 16, + "value": "52" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1500, + "length": 18, + "value": "53" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 13, + "value": "54" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1551, + "length": 21, + "value": "55" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1582, + "length": 17, + "value": "56" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 18, + "value": "57" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 13, + "value": "58" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 13, + "value": "59" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 16, + "value": "60" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1709, + "length": 18, + "value": "61" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1737, + "length": 16, + "value": "62" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1763, + "length": 7, + "value": "63" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1780, + "length": 8, + "value": "64" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1798, + "length": 9, + "value": "65" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1817, + "length": 11, + "value": "66" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1838, + "length": 20, + "value": "67" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 19, + "value": "68" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2000, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2058, + "length": 4, + "value": "\"FE\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2118, + "length": 4, + "value": "\"BE\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2178, + "length": 5, + "value": "\"EIF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2239, + "length": 5, + "value": "\"EIB\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2300, + "length": 4, + "value": "\"EP\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2360, + "length": 4, + "value": "\"NF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2420, + "length": 4, + "value": "\"EM\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2480, + "length": 4, + "value": "\"YF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2540, + "length": 4, + "value": "\"ZF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2600, + "length": 4, + "value": "\"AF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2660, + "length": 4, + "value": "\"RF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2720, + "length": 4, + "value": "\"TF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2780, + "length": 4, + "value": "\"CF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2840, + "length": 5, + "value": "\"ARF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2901, + "length": 4, + "value": "\"SF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2961, + "length": 4, + "value": "\"BF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3021, + "length": 4, + "value": "\"LF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3081, + "length": 4, + "value": "\"GF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3141, + "length": 4, + "value": "\"CP\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3214, + "length": 6, + "value": "\"FENF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3276, + "length": 6, + "value": "\"FENC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3338, + "length": 6, + "value": "\"FEMF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 5, + "value": "\"FER\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3461, + "length": 5, + "value": "\"FEP\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 5, + "value": "\"FEY\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3583, + "length": 6, + "value": "\"FETF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3645, + "length": 6, + "value": "\"FETC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3707, + "length": 6, + "value": "\"FENS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3769, + "length": 6, + "value": "\"FESS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3831, + "length": 5, + "value": "\"FHS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3892, + "length": 4, + "value": "\"FS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3965, + "length": 7, + "value": "\"ERROR\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4028, + "length": 9, + "value": "\"SUCCESS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4093, + "length": 9, + "value": "\"TIMEOUT\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4158, + "length": 7, + "value": "\"START\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4221, + "length": 6, + "value": "\"READ\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4283, + "length": 13, + "value": "\"UNKNOWN_TAG\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4352, + "length": 6, + "value": "\"PACE\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4414, + "length": 4, + "value": "\"CA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4474, + "length": 4, + "value": "\"AA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4534, + "length": 18, + "value": "\"ACCESS_MECHANISM\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4608, + "length": 9, + "value": "\"DISCARD\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4673, + "length": 8, + "value": "\"CANCEL\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4750, + "length": 3, + "value": "\"C\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4809, + "length": 4, + "value": "\"IS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4869, + "length": 4, + "value": "\"HS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4929, + "length": 4, + "value": "\"TS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4989, + "length": 4, + "value": "\"RS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5062, + "length": 4, + "value": "\"MC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5122, + "length": 5, + "value": "\"MFC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5183, + "length": 4, + "value": "\"MI\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5243, + "length": 4, + "value": "\"MY\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5303, + "length": 4, + "value": "\"MZ\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5363, + "length": 4, + "value": "\"MA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5423, + "length": 4, + "value": "\"MR\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5483, + "length": 4, + "value": "\"MS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5543, + "length": 4, + "value": "\"MB\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5603, + "length": 4, + "value": "\"MG\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5663, + "length": 4, + "value": "\"MW\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5723, + "length": 4, + "value": "\"MT\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5783, + "length": 4, + "value": "\"ST\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5843, + "length": 4, + "value": "\"MF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5916, + "length": 4, + "value": "\"FT\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5976, + "length": 4, + "value": "\"FF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 6049, + "length": 4, + "value": "\"SA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 6109, + "length": 4, + "value": "\"SS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 6182, + "length": 4, + "value": "\"DL\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 6242, + "length": 4, + "value": "\"DP\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "BooleanLiteral", + "offset": 6637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "BooleanLiteral", + "offset": 6693, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 179, + "length": 17, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 16, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 232, + "length": 20, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 262, + "length": 19, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 291, + "length": 15, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 341, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 361, + "length": 15, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 17, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 12, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 20, + "value": "11" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 465, + "length": 13, + "value": "12" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 15, + "value": "13" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 18, + "value": "14" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 541, + "length": 16, + "value": "15" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 567, + "length": 17, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 20, + "value": "17" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 624, + "length": 12, + "value": "18" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 646, + "length": 24, + "value": "19" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 680, + "length": 19, + "value": "20" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 709, + "length": 22, + "value": "21" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 24, + "value": "22" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 15, + "value": "23" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 800, + "length": 16, + "value": "24" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 826, + "length": 14, + "value": "25" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 17, + "value": "26" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 877, + "length": 19, + "value": "27" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 906, + "length": 19, + "value": "28" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 935, + "length": 22, + "value": "29" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 967, + "length": 9, + "value": "30" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 5, + "value": "31" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1001, + "length": 12, + "value": "32" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1023, + "length": 14, + "value": "33" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1047, + "length": 14, + "value": "34" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1071, + "length": 12, + "value": "35" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1093, + "length": 11, + "value": "36" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 17, + "value": "37" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1141, + "length": 18, + "value": "38" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1169, + "length": 16, + "value": "39" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 16, + "value": "40" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1221, + "length": 22, + "value": "41" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 14, + "value": "42" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1277, + "length": 13, + "value": "43" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1300, + "length": 6, + "value": "44" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1316, + "length": 11, + "value": "45" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 4, + "value": "46" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1351, + "length": 7, + "value": "47" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "48" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 18, + "value": "49" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1412, + "length": 20, + "value": "50" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1442, + "length": 22, + "value": "51" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1474, + "length": 16, + "value": "52" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1500, + "length": 18, + "value": "53" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 13, + "value": "54" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1551, + "length": 21, + "value": "55" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1582, + "length": 17, + "value": "56" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 18, + "value": "57" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 13, + "value": "58" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 13, + "value": "59" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 16, + "value": "60" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1709, + "length": 18, + "value": "61" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1737, + "length": 16, + "value": "62" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1763, + "length": 7, + "value": "63" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1780, + "length": 8, + "value": "64" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1798, + "length": 9, + "value": "65" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1817, + "length": 11, + "value": "66" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1838, + "length": 20, + "value": "67" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 19, + "value": "68" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "FloatLiteral", + "offset": 6880, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "FloatLiteral", + "offset": 6931, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "Array", + "offset": 7054, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 7117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 8616, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "Dictionary", + "offset": 8668, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "Array", + "offset": 9305, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 203, + "length": 96, + "value": "[0xd9, 0x4f, 0x97, 0x9e, 0x2c, 0xb7, 0x96, 0xf3, 0x07, 0x16, 0xae, 0x96, 0x1e, 0xef, 0x0c, 0x4b]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 9266, + "length": 1764, + "value": "[0xe9, 0xcd, 0x96, 0xbc, 0x1c, 0xba, 0x90, 0xfa, 0x2d, 0x90, 0xe6, 0x10, 0xe9, 0xe2, 0x0d, 0x4a, 0xd8, 0x4a, 0x97, 0x9d, 0xae, 0xb6, 0x99, 0xf3, 0x37, 0x94, 0xaf, 0x9c, 0x1c, 0x6d, 0x0d, 0x4a, 0xd9, 0xad, 0xd3, 0x60, 0x9c, 0x23, 0xda, 0x3f, 0x59, 0xff, 0x4b, 0x73, 0x59, 0x55, 0xab, 0x27, 0xa6, 0xe2, 0x02, 0xe4, 0xe4, 0xc2, 0xe0, 0x70, 0xba, 0x59, 0x66, 0x46, 0x14, 0x55, 0x9e, 0x79, 0x6b, 0x9d, 0x5a, 0xf9, 0x0b, 0xa2, 0x9d, 0xf9, 0xc7, 0xef, 0xe7, 0x95, 0xf3, 0x2b, 0x15, 0xf8, 0x36, 0xda, 0xa9, 0x09, 0x06, 0xc2, 0x4d, 0x1c, 0x51, 0xbe, 0x0e, 0x25, 0x0c, 0x5d, 0x70, 0x0c, 0x86, 0xf5, 0x0e, 0x0f, 0x0f, 0xa5, 0x1d, 0x30, 0x08, 0x2e, 0xaf, 0xd6, 0xe8, 0x3c, 0x08, 0x43, 0x6a, 0xd0, 0x3f, 0x19, 0xde, 0xed, 0x49, 0x9e, 0xb0, 0x85, 0x4e, 0x57, 0xc6, 0x0e, 0xee, 0xb2, 0xc4, 0xf4, 0x46, 0xf4, 0xb4, 0x75, 0xdf, 0xba, 0x4b, 0x3f, 0xc9, 0x23, 0x94, 0xb1, 0xf1, 0x3f, 0xf2, 0x5e, 0xe5, 0x2c, 0x12, 0xe2, 0xbc, 0xf9, 0xb5, 0x8d, 0x7c, 0x59, 0xe8, 0x8e, 0xee, 0xa1, 0xd7, 0xae, 0x2c, 0xd4, 0x8c, 0x39, 0x85, 0x90, 0x42, 0x01, 0xcd, 0xe5, 0x51, 0xc8, 0x7f, 0x96, 0x48, 0x06, 0xc3, 0x7f, 0x35, 0x6f, 0x2d, 0xbf, 0xcb, 0x4e, 0x6f, 0xaa, 0xd0, 0x8e, 0x45, 0xb0, 0x9f, 0xde, 0x7a, 0x21, 0x12, 0x82, 0x3c, 0x65, 0xcc, 0x42, 0x89, 0xc6, 0xaa, 0x43, 0xcb, 0x89, 0x16, 0xce, 0x0d, 0x1c, 0x65, 0x26, 0xfd, 0x90, 0x0d, 0x06, 0x50, 0x88, 0x77, 0x63, 0xca, 0xfe, 0x01, 0x84, 0xd0, 0xdb, 0xf2, 0x33, 0x02, 0x23, 0x38, 0x63, 0x7e, 0xe9, 0x24, 0x3c, 0x21, 0x0a, 0x7d, 0x54, 0x22, 0x79, 0x80, 0x8f, 0xaf, 0x73, 0x93, 0xc6, 0xbd, 0x0b, 0xad, 0xb2, 0x36, 0x8c, 0x95, 0x29, 0xcc, 0x44, 0x6a, 0x63, 0x39, 0x64, 0x07, 0xc8, 0xcf, 0xb6, 0x7b, 0x9a, 0x59, 0x77, 0x1e, 0xdb, 0x5d, 0x86, 0x35, 0xc4, 0x9a, 0x62, 0xef, 0x8c, 0x08, 0x4e, 0x80, 0xaa, 0x10, 0x55, 0x2c, 0x4d, 0x94, 0x9f, 0x2c, 0xb6]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 11110, + "length": 118, + "value": "[0x5a, 0xa7, 0xef, 0x89, 0xc7, 0xb9, 0xe7, 0xa9, 0x17, 0xb4, 0x84, 0x77, 0xce, 0x8d, 0x06, 0x6d]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 11267, + "length": 118, + "value": "[0xe6, 0xe0, 0x84, 0x56, 0x3f, 0x93, 0x04, 0xf3, 0x5d, 0xe7, 0x04, 0x5c, 0x02, 0x9e, 0x12, 0x99]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 11429, + "length": 180, + "value": "[0x39, 0xc8, 0x82, 0xa7, 0xaa, 0xd0, 0x93, 0xcc, 0x7c, 0xc7, 0xfd, 0x04, 0xba, 0xe8, 0x6b, 0x1e, 0x74, 0xcc, 0x8a, 0xf0, 0xa4, 0xd1, 0x86, 0xc0, 0x79]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 11653, + "length": 74, + "value": "[0x8f, 0x84, 0xe1, 0x38, 0x4b, 0xfa, 0x62, 0x9a, 0x38, 0x95]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "IntegerLiteral", + "offset": 11946, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "IntegerLiteral", + "offset": 12221, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "IntegerLiteral", + "offset": 12446, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 395, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 395, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 691, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 691, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "BooleanLiteral", + "offset": 1064, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1240, + "length": 27, + "value": "\"MiSnapLogConfiguration:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1283, + "length": 30, + "value": "\"\tLevel: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1310, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1329, + "length": 44, + "value": "\"\tPresentation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1370, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 25, + "value": "\"\tSavePII: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1411, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1564, + "length": 7, + "value": "\"level\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1666, + "length": 14, + "value": "\"presentation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1738, + "length": 9, + "value": "\"savePII\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1857, + "length": 7, + "value": "\"level\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1918, + "length": 14, + "value": "\"presentation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 9, + "value": "\"savePII\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 3540, + "length": 44, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 3579, + "length": 1, + "value": "\".txt\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "BooleanLiteral", + "offset": 3751, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 3915, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "Array", + "offset": 3955, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4053, + "length": 6, + "value": "\".txt\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4189, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4229, + "length": 115, + "value": "\"\nDevice info:\n\tModel: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 1, + "value": "\"\n\tOS: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4330, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4562, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4798, + "length": 12, + "value": "\"yyyy-MM-dd\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "BooleanLiteral", + "offset": 5030, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 5085, + "length": 21, + "value": "\"yyyy-MM-dd_HH_mm_ss\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 5130, + "length": 13, + "value": "\"misnap_nfc_\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 5179, + "length": 6, + "value": "\".txt\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 214, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 246, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 214, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 246, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1377, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1565, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1782, + "length": 2, + "value": "98" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1876, + "length": 3, + "value": "130" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "Array", + "offset": 3134, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "Array", + "offset": 3815, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 4547, + "length": 71, + "value": "\"Input data size is \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 4580, + "length": 1, + "value": "\". Max allowed size is \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 4617, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 4760, + "length": 46, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 4773, + "length": 2, + "value": "\" is not supported for encryption\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 5418, + "length": 46, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 5431, + "length": 2, + "value": "\" is not supported for decryption\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 7110, + "length": 38, + "value": "\"Could't copy public key from private\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 1009, + "length": 18, + "value": "\"MiSnapCore.MiSnapCryptography\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 284, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 334, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 15, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 448, + "length": 11, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 497, + "length": 6, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 547, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 596, + "length": 5, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 641, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 683, + "length": 2, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 760, + "length": 7, + "value": "11" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 803, + "length": 4, + "value": "12" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 846, + "length": 7, + "value": "13" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 892, + "length": 7, + "value": "14" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 934, + "length": 3, + "value": "15" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 979, + "length": 10, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1031, + "length": 10, + "value": "17" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1081, + "length": 8, + "value": "18" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1126, + "length": 5, + "value": "19" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1166, + "length": 3, + "value": "20" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1212, + "length": 10, + "value": "21" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1265, + "length": 10, + "value": "22" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1319, + "length": 11, + "value": "23" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1373, + "length": 11, + "value": "24" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1444, + "length": 26, + "value": "25" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1635, + "length": 13, + "value": "\"MibiVersion\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1704, + "length": 12, + "value": "\"DeviceInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1772, + "length": 9, + "value": "\"SdkInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 17, + "value": "\"PlatformPrivate\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1910, + "length": 13, + "value": "\"SessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1979, + "length": 8, + "value": "\"Device\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2043, + "length": 14, + "value": "\"Manufacturer\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2113, + "length": 7, + "value": "\"Model\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2176, + "length": 10, + "value": "\"Platform\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2242, + "length": 4, + "value": "\"OS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2302, + "length": 4, + "value": "\"ID\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2362, + "length": 9, + "value": "\"Modules\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2427, + "length": 6, + "value": "\"Name\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2489, + "length": 9, + "value": "\"Version\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2554, + "length": 9, + "value": "\"License\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2619, + "length": 5, + "value": "\"GPO\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2680, + "length": 12, + "value": "\"ExpiryDate\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2748, + "length": 12, + "value": "\"Parameters\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2816, + "length": 10, + "value": "\"Original\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2882, + "length": 7, + "value": "\"Final\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2945, + "length": 5, + "value": "\"UXP\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3006, + "length": 18, + "value": "\"MiSnapResultCode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3080, + "length": 12, + "value": "\"ImageWidth\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3148, + "length": 13, + "value": "\"ImageHeight\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3217, + "length": 13, + "value": "\"Orientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3286, + "length": 28, + "value": "\"ClassificationDocumentType\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 284, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 334, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 15, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 448, + "length": 11, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 497, + "length": 6, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 547, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 596, + "length": 5, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 641, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 683, + "length": 2, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 760, + "length": 7, + "value": "11" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 803, + "length": 4, + "value": "12" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 846, + "length": 7, + "value": "13" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 892, + "length": 7, + "value": "14" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 934, + "length": 3, + "value": "15" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 979, + "length": 10, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1031, + "length": 10, + "value": "17" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1081, + "length": 8, + "value": "18" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1126, + "length": 5, + "value": "19" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1166, + "length": 3, + "value": "20" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1212, + "length": 10, + "value": "21" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1265, + "length": 10, + "value": "22" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1319, + "length": 11, + "value": "23" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1373, + "length": 11, + "value": "24" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1444, + "length": 26, + "value": "25" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3436, + "length": 5, + "value": "\"2.2\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 3507, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 3586, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 3671, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Array", + "offset": 3724, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Array", + "offset": 3780, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Array", + "offset": 4382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 4686, + "length": 6, + "value": "\"Type\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 5769, + "length": 12, + "value": "\"MiSnapCore\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 7361, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 7419, + "length": 6, + "value": "\"Type\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 7468, + "length": 64, + "value": "\"Session info doesn't have a type or its value type not correct\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Array", + "offset": 7660, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 7744, + "length": 6, + "value": "\"Type\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "FloatLiteral", + "offset": 9572, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 9749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 9968, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 10110, + "length": 4, + "value": "\"72\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 10170, + "length": 4, + "value": "\"72\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 10233, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 10289, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "FloatLiteral", + "offset": 10422, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 10636, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 10891, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 11008, + "length": 21, + "value": "\"yyyy:MM:dd HH:mm:ss\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 11080, + "length": 5, + "value": "\"UTC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 11281, + "length": 8, + "value": "\"+00:00\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 11627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 11726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 12638, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 13000, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 13004, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 13866, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 13871, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 13895, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 14565, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 14896, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 14900, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 15035, + "length": 6, + "value": "\"mibi\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 16174, + "length": 6, + "value": "\"%08X\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 16255, + "length": 6, + "value": "\"%08X\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Array", + "offset": 16422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16498, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16519, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16560, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16641, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16715, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 17264, + "length": 5, + "value": "\"iOS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 17673, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18167, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18347, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18394, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18437, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18478, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18518, + "length": 3, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18666, + "length": 10, + "value": "\"Document\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18712, + "length": 9, + "value": "\"Barcode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18757, + "length": 6, + "value": "\"Face\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18799, + "length": 7, + "value": "\"Voice\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18842, + "length": 5, + "value": "\"NFC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18883, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19065, + "length": 10, + "value": "\"Document\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19110, + "length": 9, + "value": "\"Barcode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19154, + "length": 6, + "value": "\"Face\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19195, + "length": 7, + "value": "\"Voice\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19237, + "length": 5, + "value": "\"NFC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18347, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18394, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18437, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18478, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18518, + "length": 3, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19494, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19536, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19585, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19740, + "length": 6, + "value": "\"Auto\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19782, + "length": 8, + "value": "\"Manual\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19826, + "length": 12, + "value": "\"ForcedAuto\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19874, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20056, + "length": 6, + "value": "\"Auto\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20097, + "length": 8, + "value": "\"Manual\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20140, + "length": 12, + "value": "\"ForcedAuto\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19494, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19536, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19585, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 20429, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 20478, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20632, + "length": 10, + "value": "\"Portrait\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20678, + "length": 11, + "value": "\"Landscape\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20725, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20921, + "length": 10, + "value": "\"Portrait\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20966, + "length": 11, + "value": "\"Landscape\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 20429, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 20478, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 21235, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 21289, + "length": 12, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 21450, + "length": 12, + "value": "\"Enrollment\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 21502, + "length": 14, + "value": "\"Verification\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 21556, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 21738, + "length": 12, + "value": "\"Enrollment\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 21789, + "length": 14, + "value": "\"Verification\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 21235, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 21289, + "length": 12, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22094, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22132, + "length": 2, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22169, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22317, + "length": 6, + "value": "\"PACE\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22359, + "length": 4, + "value": "\"CA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22399, + "length": 5, + "value": "\"BAC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22440, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22636, + "length": 6, + "value": "\"PACE\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22677, + "length": 4, + "value": "\"CA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22716, + "length": 5, + "value": "\"BAC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22094, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22132, + "length": 2, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22169, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 23067, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23341, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23348, + "length": 27, + "value": "\"Type: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23374, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23378, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23398, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23405, + "length": 37, + "value": "\"Total duration: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23438, + "length": 2, + "value": "\" ms\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23445, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22841, + "length": 21, + "value": "\"MiSnapCore.MiSnapMibiSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23664, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 24126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 24211, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 24300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 24396, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 24769, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 24882, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 25385, + "length": 9, + "value": "\"DocType\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 25564, + "length": 6, + "value": "\"Mode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 25823, + "length": 19, + "value": "\"DeviceOrientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 26158, + "length": 21, + "value": "\"DocumentOrientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 26484, + "length": 13, + "value": "\"JpegQuality\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 26687, + "length": 15, + "value": "\"TotalDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 26888, + "length": 11, + "value": "\"AutoTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 27081, + "length": 13, + "value": "\"ManualTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 27286, + "length": 16, + "value": "\"EnhancedManual\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 27544, + "length": 20, + "value": "\"ClassificationType\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 27755, + "length": 13, + "value": "\"FourCorners\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 27940, + "length": 10, + "value": "\"Warnings\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28125, + "length": 14, + "value": "\"MrzExtracted\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28334, + "length": 22, + "value": "\"OptionalDataRedacted\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28592, + "length": 34, + "value": "\"MiSnapMibiDocumentSessionInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28675, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28682, + "length": 22, + "value": "\"Doc type: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28703, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28707, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28788, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28795, + "length": 44, + "value": "\"Classification type: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28838, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28842, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28872, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28879, + "length": 27, + "value": "\"Mode: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28905, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28909, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28929, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28936, + "length": 54, + "value": "\"Device orientation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28989, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28993, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29013, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29020, + "length": 58, + "value": "\"Document orientation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29077, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29081, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29101, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29108, + "length": 30, + "value": "\"Jpeg quality: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29137, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29141, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29161, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29168, + "length": 26, + "value": "\"Auto tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29193, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29197, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29217, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29224, + "length": 30, + "value": "\"Manual tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29253, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29257, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29324, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29331, + "length": 30, + "value": "\"Four corners: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29360, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29364, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29435, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29442, + "length": 12, + "value": "\"Warnings: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29457, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29523, + "length": 18, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29538, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29581, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29588, + "length": 36, + "value": "\"Enhanced manual: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29623, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29627, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29647, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29654, + "length": 32, + "value": "\"MRZ extracted: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29685, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29689, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29709, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29716, + "length": 49, + "value": "\"Optional data redacted: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29764, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29768, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23527, + "length": 29, + "value": "\"MiSnapCore.MiSnapMibiDocumentSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29993, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 30455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 30540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 30629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 31132, + "length": 13, + "value": "\"BarcodeType\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 31323, + "length": 6, + "value": "\"Mode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 31582, + "length": 19, + "value": "\"DeviceOrientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 31917, + "length": 21, + "value": "\"DocumentOrientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 32243, + "length": 13, + "value": "\"JpegQuality\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 32446, + "length": 15, + "value": "\"TotalDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 32647, + "length": 11, + "value": "\"AutoTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 32840, + "length": 13, + "value": "\"ManualTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33070, + "length": 33, + "value": "\"MiSnapMibiBarcodeSessionInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33152, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33159, + "length": 30, + "value": "\"Barcode type: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33188, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33192, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33212, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33219, + "length": 27, + "value": "\"Mode: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33245, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33249, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33269, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33276, + "length": 54, + "value": "\"Device orientation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33329, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33333, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33353, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33360, + "length": 58, + "value": "\"Document orientation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33417, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33421, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33441, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33448, + "length": 30, + "value": "\"Jpeg quality: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33477, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33481, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33501, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33508, + "length": 26, + "value": "\"Auto tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33533, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33537, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33557, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33564, + "length": 30, + "value": "\"Manual tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33593, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33597, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29849, + "length": 28, + "value": "\"MiSnapCore.MiSnapMibiBarcodeSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 33901, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 34128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 34213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 34302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 34866, + "length": 6, + "value": "\"Mode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 35098, + "length": 7, + "value": "\"Smile\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 35295, + "length": 19, + "value": "\"DeviceOrientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 35611, + "length": 13, + "value": "\"JpegQuality\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 35814, + "length": 15, + "value": "\"TotalDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36015, + "length": 11, + "value": "\"AutoTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36208, + "length": 13, + "value": "\"ManualTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36436, + "length": 10, + "value": "\"Warnings\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36662, + "length": 30, + "value": "\"MiSnapMibiFaceSessionInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36741, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36748, + "length": 27, + "value": "\"Mode: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36774, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36778, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36798, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36805, + "length": 17, + "value": "\"Smile: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36821, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36825, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36845, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36852, + "length": 54, + "value": "\"Device orientation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36905, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36909, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36929, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36936, + "length": 30, + "value": "\"Jpeg quality: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36965, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36969, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36989, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36996, + "length": 26, + "value": "\"Auto tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37021, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37025, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37045, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37052, + "length": 30, + "value": "\"Manual tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37081, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37085, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37146, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37153, + "length": 12, + "value": "\"Warnings: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37168, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37234, + "length": 18, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37249, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33675, + "length": 25, + "value": "\"MiSnapCore.MiSnapMibiFaceSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 37577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "FloatLiteral", + "offset": 37737, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 37834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 38318, + "length": 6, + "value": "\"Flow\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 38566, + "length": 15, + "value": "\"TotalDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 38759, + "length": 7, + "value": "\"Tries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 38969, + "length": 10, + "value": "\"Warnings\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39138, + "length": 5, + "value": "\"SNR\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39309, + "length": 16, + "value": "\"SpeechDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39548, + "length": 31, + "value": "\"MiSnapMibiVoiceSessionInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39628, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39635, + "length": 27, + "value": "\"Flow: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39661, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39665, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39685, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39692, + "length": 17, + "value": "\"Tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39708, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39712, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39732, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39739, + "length": 40, + "value": "\"SNR: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39762, + "length": 6, + "value": "\"%.2f\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39775, + "length": 2, + "value": "\" dB\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39782, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39802, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39809, + "length": 39, + "value": "\"Speech duration: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39844, + "length": 2, + "value": "\" ms\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39851, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39912, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39919, + "length": 12, + "value": "\"Warnings: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39934, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 40000, + "length": 18, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 40015, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37351, + "length": 26, + "value": "\"MiSnapCore.MiSnapMibiVoiceSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 40239, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 41087, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 41566, + "length": 7, + "value": "\"Tries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 41740, + "length": 8, + "value": "\"Unlock\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42000, + "length": 15, + "value": "\"TotalDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42222, + "length": 4, + "value": "\"CA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42378, + "length": 5, + "value": "\"DGs\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42540, + "length": 10, + "value": "\"Warnings\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42727, + "length": 14, + "value": "\"DocumentCode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42926, + "length": 16, + "value": "\"IssuingCountry\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43121, + "length": 11, + "value": "\"IssueDate\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43305, + "length": 13, + "value": "\"Nationality\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43513, + "length": 22, + "value": "\"OptionalDataRedacted\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43771, + "length": 29, + "value": "\"MiSnapMibiNFCSessionInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43849, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43856, + "length": 17, + "value": "\"Tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43872, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43876, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43896, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43903, + "length": 31, + "value": "\"Unlock: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43933, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43937, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43986, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43993, + "length": 6, + "value": "\"CA: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44002, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44061, + "length": 18, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44070, + "length": 1, + "value": "\": \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44076, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44150, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44157, + "length": 13, + "value": "\"DGs: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44169, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44173, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44244, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44251, + "length": 12, + "value": "\"Warnings: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44266, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44332, + "length": 18, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44347, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44439, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44446, + "length": 32, + "value": "\"Document code: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44477, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44481, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44564, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44571, + "length": 36, + "value": "\"Issuing country: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44606, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44610, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44683, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44690, + "length": 26, + "value": "\"Issue date: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44715, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44719, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44796, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44803, + "length": 29, + "value": "\"Nationality: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44831, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44835, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44865, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44872, + "length": 49, + "value": "\"Optional data redacted: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44920, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44924, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 40115, + "length": 24, + "value": "\"MiSnapCore.MiSnapMibiNFCSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 45182, + "length": 7, + "value": "\"Apple\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 45806, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47565, + "length": 25, + "value": "\"MiSnapMibiDeviceInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47606, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47613, + "length": 31, + "value": "\"Manufacturer: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47643, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47647, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47667, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47674, + "length": 19, + "value": "\"Device: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47692, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47696, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47716, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47723, + "length": 17, + "value": "\"Model: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47739, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47743, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47763, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47770, + "length": 11, + "value": "\"OS: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47780, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47784, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47804, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47811, + "length": 11, + "value": "\"ID: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47821, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47825, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 160, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 179, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 160, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 179, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 160, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 179, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 264, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 264, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 264, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "BooleanLiteral", + "offset": 452, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "BooleanLiteral", + "offset": 838, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 1223, + "length": 17, + "value": "\"decoding failed\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "BooleanLiteral", + "offset": 1578, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "Array", + "offset": 1908, + "length": 16, + "value": "[8, 4, 4, 4, 12]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 1977, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 2080, + "length": 20, + "value": "\"id creation failed\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 3041, + "length": 21, + "value": "\"id retrieval failed\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 3232, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 3387, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 3509, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 19, + "value": "\"encryption failed\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 6029, + "length": 58, + "value": "\"misnap_device_error: unhandled error with code \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 6086, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 6159, + "length": 33, + "value": "\"misnap_device_error: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 6191, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 6218, + "length": 30, + "value": "\"misnap_device_error: unknown\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 357, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 479, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 759, + "length": 6, + "value": "\"%.0f\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 790, + "length": 12, + "value": "1000000000" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 1971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2034, + "length": 6, + "value": "\"%02x\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2225, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2275, + "length": 4, + "value": "\"0x\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2296, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2354, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2687, + "length": 6, + "value": "\"%02x\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "Array", + "offset": 2879, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2899, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "BooleanLiteral", + "offset": 3573, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3601, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 3646, + "length": 28, + "value": "\"abcdefghijklmnopqrstuvwxyz\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 3705, + "length": 28, + "value": "\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 3760, + "length": 12, + "value": "\"0123456789\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 4003, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4161, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4193, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 4342, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4378, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4450, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4622, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4835, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "Dictionary", + "offset": 5398, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6076, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "Dictionary", + "offset": 6218, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 370, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 726, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1055, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1216, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1336, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1446, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1556, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 1817, + "length": 9, + "value": "\"generic\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 1865, + "length": 9, + "value": "\"deposit\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 1913, + "length": 9, + "value": "\"barcode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 1961, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2004, + "length": 5, + "value": "\"odc\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2048, + "length": 5, + "value": "\"ode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2092, + "length": 5, + "value": "\"nfc\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2136, + "length": 6, + "value": "\"face\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2181, + "length": 7, + "value": "\"voice\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2227, + "length": 4, + "value": "\"em\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 370, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 726, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1055, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1216, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1336, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1446, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1556, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2621, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2709, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2798, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2928, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 3037, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3267, + "length": 6, + "value": "\"None\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3325, + "length": 7, + "value": "\"Valid\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3384, + "length": 11, + "value": "\"Not Valid\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3447, + "length": 9, + "value": "\"Expired\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3508, + "length": 10, + "value": "\"Disabled\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3570, + "length": 18, + "value": "\"Not Valid App Id\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3640, + "length": 24, + "value": "\"Platform Not Supported\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3716, + "length": 23, + "value": "\"Feature Not Supported\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2621, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2709, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2798, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2928, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 3037, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 3912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 3965, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 4006, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 4104, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Dictionary", + "offset": 4155, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 4193, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 4335, + "length": 5, + "value": "\"1.0\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 4363, + "length": 394, + "value": "\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3ShUaKV+U705QRDP1k991r\/medVeib4zoNiot2zX2gaxyQnDTRUw90QTNOHPruTC\/B\/143B9Aqo85\/blir38GLJJCIfh73Bu3DKnEmCAnqFwRsxTV1SV3ZItxjexgAw0tkU6KyaXK8iCHCnjLffomlyPDkBfRrpxXh3ERgE9PyPFScalDvF1NQutR\/GVo3M8JGRlHvfEolQErUtGkuoJFQ5K1COX0RlDUZQ8v8y+wTG4bvUb1QAoIr4Hva3Auve2ur8yTHOQiS5F7ZzPFckl789HXHDKf8jTZ2mQ\/+JhS7G8\/H9uCEeQ6q33NtIYyqaDdqLxWliksj722ldBz43DOQIDAQAB\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 5269, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 6945, + "length": 25, + "value": "\"\"signature\":\"(.+?)\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 7033, + "length": 32, + "value": "\"\"signed\":(\\{.+\\})(?:\\}|,)\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 7123, + "length": 23, + "value": "\"\"version\":\"(.+?)\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 7810, + "length": 8, + "value": "\"signed\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 7945, + "length": 5, + "value": "\"gpo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 8030, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 8187, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 8582, + "length": 8, + "value": "\"expiry\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 8777, + "length": 23, + "value": "\"applicationIdentifier\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 5, + "value": "\"ios\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 9162, + "length": 22, + "value": "\"yyyy-MM-dd HH:mm:ssZ\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 9413, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 9437, + "length": 2, + "value": "\" 23:59:59+0000\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 9532, + "length": 12, + "value": "\"yyyy-MM-dd\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10499, + "length": 64, + "value": "\"MiSnapLicenseManager:\n\tLicense status: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10562, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10698, + "length": 37, + "value": "\"\n\tExpiry: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10734, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10761, + "length": 17, + "value": "\"\n\tFeatures:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10846, + "length": 25, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10868, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 10900, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 10916, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10934, + "length": 32, + "value": "\"\n\tApplication identifiers:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 10991, + "length": 25, + "value": "[\"ios\", \"android\", \"web\"]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11169, + "length": 5, + "value": "\"ios\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11187, + "length": 12, + "value": "\"\t\tiOS:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11217, + "length": 9, + "value": "\"android\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11235, + "length": 16, + "value": "\"\t\tAndroid:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11269, + "length": 5, + "value": "\"web\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11287, + "length": 12, + "value": "\"\t\tWeb:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11405, + "length": 18, + "value": "\"\t\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11420, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 11460, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 11476, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11504, + "length": 27, + "value": "\"\n\tVersion: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11528, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 11651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 11672, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 11695, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Dictionary", + "offset": 11750, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 12061, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 12118, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 12244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 12461, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 12645, + "length": 48, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 12658, + "length": 2, + "value": "\" is not supported for verification\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 12714, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13001, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 13166, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 13184, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 13466, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13495, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 13540, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 13619, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 13630, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13821, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13865, + "length": 5, + "value": "false" + } + ] +} \ No newline at end of file diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 00000000..6deed477 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,604 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MiSnapCore +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CommonCrypto +import Foundation +@_exported import MiSnapCore +import Swift +import UIKit +import _Concurrency +import _StringProcessing +@objc public enum MiSnapUxpEvent : Swift.Int { + case none + case checkFrontFailure + case checkBackFailure + case identityFrontFailure + case identityBackFailure + case passportFailure + case notFoundFailure + case mrzFailure + case contrastFailure + case backgroundFailure + case angleFailure + case rotationAngleFailure + case tooFarFailure + case tooCloseFailure + case aspectRatioFailure + case sharpnessFailure + case brightnessFailure + case maxBrightnessFailure + case glareFailure + case classificationInProgress + case faceNotFoundFailure + case faceNotCenteredFailure + case faceMultipleFacesFailure + case faceRollFailure + case facePitchFailure + case faceYawFailure + case faceTooFarFailure + case faceTooCloseFailure + case faceNotStillFailure + case faceStopSmilingFailure + case holdStill + case smile + case errorVerbose + case successVerbose + case timeoutVerbose + case startVerbose + case readVerbose + case unknownTagVerbose + case paceSupportVerbose + case caSupportVerbose + case aaSupportVerbose + case accessMechanismVerbose + case discardVerbose + case cancelVerbose + case cancel + case instruction + case help + case timeout + case review + case measuredConfidence + case measuredCornerPoints + case measuredMicrConfidence + case measuredContrast + case measuredBackground + case measuredAngle + case measuredRotationAngle + case measuredSharpness + case measuredBrightness + case measuredGlare + case measuredWidth + case measuredAutoTime + case measuredManualTime + case measuredFailover + case torchOn + case torchOff + case startAuto + case startManual + case orientationLandscape + case orientationPortrait + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapUxpEventManager : ObjectiveC.NSObject { + @objc public var events: [[Swift.String : Any]] { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc public class var shared: MiSnapUxpEventManager { + @objc get + } + @objc public class func destroyShared() + @objc override dynamic public init() + @objc public func start() + @objc public func addEvent(_ event: MiSnapUxpEvent) + @objc public func addEvent(_ event: MiSnapUxpEvent, value: Swift.String?) + @objc deinit +} +@objc public enum MiSnapLogLevel : Swift.Int { + case verbose = 0 + case debug = 1 + case info = 2 + case warning = 3 + case error = 4 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLogPresentation : Swift.Int { + case console = 0 + case file = 1 + case consoleAndFile = 2 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLogConfiguration : ObjectiveC.NSObject, Foundation.NSCoding { + @objc public var level: MiSnapLogLevel + @objc public var presentation: MiSnapLogPresentation + @objc public var savePII: Swift.Bool + @objc override dynamic public init() + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc required public init?(coder: Foundation.NSCoder) + @objc public func encode(with coder: Foundation.NSCoder) + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapLog : ObjectiveC.NSObject { + @objc public var configuration: MiSnapLogConfiguration + @objc public class var shared: MiSnapLog { + @objc get + } + @objc public class func destroyShared() + @objc public static var configuration: MiSnapLogConfiguration + @objc public func verbose(_ msg: Swift.String) + @objc public func debug(_ msg: Swift.String) + @objc public func info(_ msg: Swift.String) + @objc public func warning(_ msg: Swift.String) + @objc public func error(_ msg: Swift.String) + @discardableResult + @objc public func getLog(keepFile: Swift.Bool = false) -> Swift.String + @objc public func clearAllSavedLogFiles() + @objc override dynamic public init() + @objc deinit +} +@objc public enum MiSnapCryptographyHashingAlgorithm : Swift.Int { + case sha224 + case sha256 + case sha384 + case sha512 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class MiSnapCryptography : ObjectiveC.NSObject { + @objc public init(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil, algorithm: Security.SecKeyAlgorithm) + @objc public func set(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil) + @objc public func encryptDictionary(_ dictionary: [Swift.String : Any]) -> [Swift.String]? + @objc public func decryptToDictionary(_ base64Strings: [Swift.String]) -> [Swift.String : Any]? + @objc public func encryptData(_ data: Foundation.Data?) -> [Swift.String]? + @objc public func decryptData(_ base64Strings: [Swift.String]) -> Foundation.Data? + @objc public func encrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public func decrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public static func hash(_ data: Foundation.Data?, algorithm: MiSnapCryptographyHashingAlgorithm = .sha256) -> Swift.String? + @objc public static func secKey(from data: Foundation.Data, parameters: [Swift.String : Any]) -> Security.SecKey? + public static func generateKeys(parameters: [Swift.String : Any]) -> (privateKey: Security.SecKey?, publicKey: Security.SecKey?) + @objc deinit +} +@objc public enum MiSnapMibiDataElement : Swift.Int, Swift.Codable { + case mibiVersion + case deviceInfo + case sdkInfo + case platformPrivate + case sessionInfo + case device + case manufacturer + case model + case platform + case os + case id + case modules + case name + case version + case license + case gpo + case expiryDate + case parameters + case original + case final + case uxp + case resultCode + case imageWidth + case imageHeight + case orientation + case classificationDocumentType + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibi : ObjectiveC.NSObject, Swift.Codable { + @objc public var string: Swift.String? + @objc public var deviceInfo: MiSnapMibiDeviceInfo { + get + } + @objc public var sessionInfos: [MiSnapMibiSessionInfo] { + @objc get + } + @objc public var deepCopy: MiSnapMibi { + @objc get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc public func setModuleWithName(_ name: Swift.String, version: Swift.String) + @objc public func setSessionInfo(_ sessionInfo: [Swift.String : Any], resetOld: Swift.Bool = true) + @objc public func set(value: Swift.String, for element: MiSnapMibiDataElement) + @objc public func setParameters(_ parameters: [Swift.String : Any], original: Swift.Bool) + @objc public func setUXP(_ events: [[Swift.String : Any]]) + @objc public func add(to image: UIKit.UIImage?, compression: Swift.Float) -> Foundation.Data? + @objc public func add(to wavData: Foundation.Data) -> Foundation.Data + @objc deinit +} +@objc public enum MiSnapMibiSessionInfoType : Swift.Int { + case none + case document + case barcode + case face + case voice + case nfc + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoMode : Swift.Int, Swift.Codable { + case none + case auto + case manual + case forcedAuto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoOrientation : Swift.Int, Swift.Codable { + case none + case portrait + case landscape + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoFlow : Swift.Int, Swift.Codable { + case none + case enrollment + case verification + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoUnlock : Swift.Int, Swift.Codable { + case none + case pace + case ca + case bac + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiSessionInfo : ObjectiveC.NSObject { + @objc public var type: MiSnapMibiSessionInfoType { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiDocumentSessionInfo : MiSnapMibiSessionInfo { + @objc public var docType: Swift.String { + get + } + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var enhancedManual: Swift.Bool { + get + } + @objc public var classificationType: Swift.String? { + get + } + @objc public var fourCorners: [[Swift.Int]]? { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public var mrzExtracted: Swift.Bool { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiDocumentSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiBarcodeSessionInfo : MiSnapMibiSessionInfo { + @objc public var barcodeType: Swift.String { + get + } + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiBarcodeSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiFaceSessionInfo : MiSnapMibiSessionInfo { + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var smile: Swift.Bool { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiFaceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiVoiceSessionInfo : MiSnapMibiSessionInfo { + @objc public var flow: MiSnapMibiSessionInfoFlow { + get + } + @objc public var tries: Swift.Int { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var snr: Swift.Float { + get + } + @objc public var speechDuration: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiVoiceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiNFCSessionInfo : MiSnapMibiSessionInfo { + @objc public var tries: Swift.Int { + get + } + @objc public var unlock: MiSnapMibiSessionInfoUnlock { + get + } + @objc public var ca: [Swift.String : Swift.Bool]? { + get + } + @objc public var dgs: [Swift.String]? { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var documentCode: Swift.String? { + get + } + @objc public var issuingCountry: Swift.String? { + get + } + @objc public var issueDate: Swift.String? { + get + } + @objc public var nationality: Swift.String? { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiNFCSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibiDeviceInfo : ObjectiveC.NSObject, Swift.Codable { + @objc public var manufacturer: Swift.String { + get + } + @objc public var device: Swift.String { + get + } + @objc public var model: Swift.String { + get + } + @objc public var os: Swift.String { + get + } + @objc public var id: Swift.String { + get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapDevice : ObjectiveC.NSObject { + @objc override dynamic public init() + @objc public var id: Swift.String? { + @objc get + } + @objc public var modelName: Swift.String { + @objc get + } + @objc public var osVersion: Swift.String { + @objc get + } + @objc public var info: Swift.String? { + @objc get + } + @objc deinit +} +@objc public enum MiSnapLicenseFeature : Swift.Int { + case none = 0 + case generic = 1 + case deposit = 2 + case barcode = 3 + case id = 4 + case ODC = 5 + case ODE = 6 + case NFC = 7 + case face = 8 + case voice = 9 + case enhancedManual = 10 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLicenseStatus : Swift.Int { + case none = 0 + case valid = 1 + case notValid = 2 + case expired = 3 + case disabled = 4 + case notValidAppId = 5 + case platformNotSupported = 6 + case featureNotSupported = 7 + public var stringValue: Swift.String { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLicenseManager : ObjectiveC.NSObject { + @objc public class var shared: MiSnapLicenseManager { + @objc get + } + @objc public class func destroyShared() + @objc public var status: MiSnapLicenseStatus { + get + } + @objc public var gpo: Swift.String? { + get + } + @objc public var expirationDateString: Swift.String? { + get + } + @objc public func setLicenseKey(_ base64LicenseKey: Swift.String?) + @objc public func featureSupported(_ feature: MiSnapLicenseFeature) -> Swift.Bool + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc override dynamic public init() + @objc deinit +} +extension MiSnapUxpEvent : Swift.Equatable {} +extension MiSnapUxpEvent : Swift.Hashable {} +extension MiSnapUxpEvent : Swift.RawRepresentable {} +extension MiSnapLogLevel : Swift.Equatable {} +extension MiSnapLogLevel : Swift.Hashable {} +extension MiSnapLogLevel : Swift.RawRepresentable {} +extension MiSnapLogPresentation : Swift.Equatable {} +extension MiSnapLogPresentation : Swift.Hashable {} +extension MiSnapLogPresentation : Swift.RawRepresentable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.Equatable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.Hashable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.RawRepresentable {} +extension MiSnapMibiDataElement : Swift.Equatable {} +extension MiSnapMibiDataElement : Swift.Hashable {} +extension MiSnapMibiDataElement : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoType : Swift.Equatable {} +extension MiSnapMibiSessionInfoType : Swift.Hashable {} +extension MiSnapMibiSessionInfoType : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoMode : Swift.Equatable {} +extension MiSnapMibiSessionInfoMode : Swift.Hashable {} +extension MiSnapMibiSessionInfoMode : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoOrientation : Swift.Equatable {} +extension MiSnapMibiSessionInfoOrientation : Swift.Hashable {} +extension MiSnapMibiSessionInfoOrientation : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoFlow : Swift.Equatable {} +extension MiSnapMibiSessionInfoFlow : Swift.Hashable {} +extension MiSnapMibiSessionInfoFlow : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoUnlock : Swift.Equatable {} +extension MiSnapMibiSessionInfoUnlock : Swift.Hashable {} +extension MiSnapMibiSessionInfoUnlock : Swift.RawRepresentable {} +extension MiSnapLicenseFeature : Swift.Equatable {} +extension MiSnapLicenseFeature : Swift.Hashable {} +extension MiSnapLicenseFeature : Swift.RawRepresentable {} +extension MiSnapLicenseStatus : Swift.Equatable {} +extension MiSnapLicenseStatus : Swift.Hashable {} +extension MiSnapLicenseStatus : Swift.RawRepresentable {} diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e new file mode 100644 index 00000000..c33dd0ab --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e @@ -0,0 +1,604 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MiSnapCore +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CommonCrypto +import Foundation +@_exported import MiSnapCore +import Swift +import UIKit +import _Concurrency +import _StringProcessing +@objc public enum MiSnapUxpEvent : Swift.Int { + case none + case checkFrontFailure + case checkBackFailure + case identityFrontFailure + case identityBackFailure + case passportFailure + case notFoundFailure + case mrzFailure + case contrastFailure + case backgroundFailure + case angleFailure + case rotationAngleFailure + case tooFarFailure + case tooCloseFailure + case aspectRatioFailure + case sharpnessFailure + case brightnessFailure + case maxBrightnessFailure + case glareFailure + case classificationInProgress + case faceNotFoundFailure + case faceNotCenteredFailure + case faceMultipleFacesFailure + case faceRollFailure + case facePitchFailure + case faceYawFailure + case faceTooFarFailure + case faceTooCloseFailure + case faceNotStillFailure + case faceStopSmilingFailure + case holdStill + case smile + case errorVerbose + case successVerbose + case timeoutVerbose + case startVerbose + case readVerbose + case unknownTagVerbose + case paceSupportVerbose + case caSupportVerbose + case aaSupportVerbose + case accessMechanismVerbose + case discardVerbose + case cancelVerbose + case cancel + case instruction + case help + case timeout + case review + case measuredConfidence + case measuredCornerPoints + case measuredMicrConfidence + case measuredContrast + case measuredBackground + case measuredAngle + case measuredRotationAngle + case measuredSharpness + case measuredBrightness + case measuredGlare + case measuredWidth + case measuredAutoTime + case measuredManualTime + case measuredFailover + case torchOn + case torchOff + case startAuto + case startManual + case orientationLandscape + case orientationPortrait + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapUxpEventManager : ObjectiveC.NSObject { + @objc public var events: [[Swift.String : Any]] { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc public class var shared: MiSnapCore.MiSnapUxpEventManager { + @objc get + } + @objc public class func destroyShared() + @objc override dynamic public init() + @objc public func start() + @objc public func addEvent(_ event: MiSnapCore.MiSnapUxpEvent) + @objc public func addEvent(_ event: MiSnapCore.MiSnapUxpEvent, value: Swift.String?) + @objc deinit +} +@objc public enum MiSnapLogLevel : Swift.Int { + case verbose = 0 + case debug = 1 + case info = 2 + case warning = 3 + case error = 4 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLogPresentation : Swift.Int { + case console = 0 + case file = 1 + case consoleAndFile = 2 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLogConfiguration : ObjectiveC.NSObject, Foundation.NSCoding { + @objc public var level: MiSnapCore.MiSnapLogLevel + @objc public var presentation: MiSnapCore.MiSnapLogPresentation + @objc public var savePII: Swift.Bool + @objc override dynamic public init() + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc required public init?(coder: Foundation.NSCoder) + @objc public func encode(with coder: Foundation.NSCoder) + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapLog : ObjectiveC.NSObject { + @objc public var configuration: MiSnapCore.MiSnapLogConfiguration + @objc public class var shared: MiSnapCore.MiSnapLog { + @objc get + } + @objc public class func destroyShared() + @objc public static var configuration: MiSnapCore.MiSnapLogConfiguration + @objc public func verbose(_ msg: Swift.String) + @objc public func debug(_ msg: Swift.String) + @objc public func info(_ msg: Swift.String) + @objc public func warning(_ msg: Swift.String) + @objc public func error(_ msg: Swift.String) + @discardableResult + @objc public func getLog(keepFile: Swift.Bool = false) -> Swift.String + @objc public func clearAllSavedLogFiles() + @objc override dynamic public init() + @objc deinit +} +@objc public enum MiSnapCryptographyHashingAlgorithm : Swift.Int { + case sha224 + case sha256 + case sha384 + case sha512 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class MiSnapCryptography : ObjectiveC.NSObject { + @objc public init(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil, algorithm: Security.SecKeyAlgorithm) + @objc public func set(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil) + @objc public func encryptDictionary(_ dictionary: [Swift.String : Any]) -> [Swift.String]? + @objc public func decryptToDictionary(_ base64Strings: [Swift.String]) -> [Swift.String : Any]? + @objc public func encryptData(_ data: Foundation.Data?) -> [Swift.String]? + @objc public func decryptData(_ base64Strings: [Swift.String]) -> Foundation.Data? + @objc public func encrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public func decrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public static func hash(_ data: Foundation.Data?, algorithm: MiSnapCore.MiSnapCryptographyHashingAlgorithm = .sha256) -> Swift.String? + @objc public static func secKey(from data: Foundation.Data, parameters: [Swift.String : Any]) -> Security.SecKey? + public static func generateKeys(parameters: [Swift.String : Any]) -> (privateKey: Security.SecKey?, publicKey: Security.SecKey?) + @objc deinit +} +@objc public enum MiSnapMibiDataElement : Swift.Int, Swift.Codable { + case mibiVersion + case deviceInfo + case sdkInfo + case platformPrivate + case sessionInfo + case device + case manufacturer + case model + case platform + case os + case id + case modules + case name + case version + case license + case gpo + case expiryDate + case parameters + case original + case final + case uxp + case resultCode + case imageWidth + case imageHeight + case orientation + case classificationDocumentType + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibi : ObjectiveC.NSObject, Swift.Codable { + @objc public var string: Swift.String? + @objc public var deviceInfo: MiSnapCore.MiSnapMibiDeviceInfo { + get + } + @objc public var sessionInfos: [MiSnapCore.MiSnapMibiSessionInfo] { + @objc get + } + @objc public var deepCopy: MiSnapCore.MiSnapMibi { + @objc get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc public func setModuleWithName(_ name: Swift.String, version: Swift.String) + @objc public func setSessionInfo(_ sessionInfo: [Swift.String : Any], resetOld: Swift.Bool = true) + @objc public func set(value: Swift.String, for element: MiSnapCore.MiSnapMibiDataElement) + @objc public func setParameters(_ parameters: [Swift.String : Any], original: Swift.Bool) + @objc public func setUXP(_ events: [[Swift.String : Any]]) + @objc public func add(to image: UIKit.UIImage?, compression: Swift.Float) -> Foundation.Data? + @objc public func add(to wavData: Foundation.Data) -> Foundation.Data + @objc deinit +} +@objc public enum MiSnapMibiSessionInfoType : Swift.Int { + case none + case document + case barcode + case face + case voice + case nfc + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoMode : Swift.Int, Swift.Codable { + case none + case auto + case manual + case forcedAuto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoOrientation : Swift.Int, Swift.Codable { + case none + case portrait + case landscape + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoFlow : Swift.Int, Swift.Codable { + case none + case enrollment + case verification + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoUnlock : Swift.Int, Swift.Codable { + case none + case pace + case ca + case bac + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiSessionInfo : ObjectiveC.NSObject { + @objc public var type: MiSnapCore.MiSnapMibiSessionInfoType { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiDocumentSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var docType: Swift.String { + get + } + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var enhancedManual: Swift.Bool { + get + } + @objc public var classificationType: Swift.String? { + get + } + @objc public var fourCorners: [[Swift.Int]]? { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public var mrzExtracted: Swift.Bool { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiDocumentSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiBarcodeSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var barcodeType: Swift.String { + get + } + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiBarcodeSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiFaceSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var smile: Swift.Bool { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiFaceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiVoiceSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var flow: MiSnapCore.MiSnapMibiSessionInfoFlow { + get + } + @objc public var tries: Swift.Int { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var snr: Swift.Float { + get + } + @objc public var speechDuration: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiVoiceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiNFCSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var tries: Swift.Int { + get + } + @objc public var unlock: MiSnapCore.MiSnapMibiSessionInfoUnlock { + get + } + @objc public var ca: [Swift.String : Swift.Bool]? { + get + } + @objc public var dgs: [Swift.String]? { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var documentCode: Swift.String? { + get + } + @objc public var issuingCountry: Swift.String? { + get + } + @objc public var issueDate: Swift.String? { + get + } + @objc public var nationality: Swift.String? { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiNFCSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibiDeviceInfo : ObjectiveC.NSObject, Swift.Codable { + @objc public var manufacturer: Swift.String { + get + } + @objc public var device: Swift.String { + get + } + @objc public var model: Swift.String { + get + } + @objc public var os: Swift.String { + get + } + @objc public var id: Swift.String { + get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapDevice : ObjectiveC.NSObject { + @objc override dynamic public init() + @objc public var id: Swift.String? { + @objc get + } + @objc public var modelName: Swift.String { + @objc get + } + @objc public var osVersion: Swift.String { + @objc get + } + @objc public var info: Swift.String? { + @objc get + } + @objc deinit +} +@objc public enum MiSnapLicenseFeature : Swift.Int { + case none = 0 + case generic = 1 + case deposit = 2 + case barcode = 3 + case id = 4 + case ODC = 5 + case ODE = 6 + case NFC = 7 + case face = 8 + case voice = 9 + case enhancedManual = 10 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLicenseStatus : Swift.Int { + case none = 0 + case valid = 1 + case notValid = 2 + case expired = 3 + case disabled = 4 + case notValidAppId = 5 + case platformNotSupported = 6 + case featureNotSupported = 7 + public var stringValue: Swift.String { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLicenseManager : ObjectiveC.NSObject { + @objc public class var shared: MiSnapCore.MiSnapLicenseManager { + @objc get + } + @objc public class func destroyShared() + @objc public var status: MiSnapCore.MiSnapLicenseStatus { + get + } + @objc public var gpo: Swift.String? { + get + } + @objc public var expirationDateString: Swift.String? { + get + } + @objc public func setLicenseKey(_ base64LicenseKey: Swift.String?) + @objc public func featureSupported(_ feature: MiSnapCore.MiSnapLicenseFeature) -> Swift.Bool + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc override dynamic public init() + @objc deinit +} +extension MiSnapCore.MiSnapUxpEvent : Swift.Equatable {} +extension MiSnapCore.MiSnapUxpEvent : Swift.Hashable {} +extension MiSnapCore.MiSnapUxpEvent : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLogLevel : Swift.Equatable {} +extension MiSnapCore.MiSnapLogLevel : Swift.Hashable {} +extension MiSnapCore.MiSnapLogLevel : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.Equatable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.Hashable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.Equatable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.Hashable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.Equatable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.Hashable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.Equatable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.Hashable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.RawRepresentable {} diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc new file mode 100644 index 00000000..eefd7d47 Binary files /dev/null and b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface new file mode 100644 index 00000000..6deed477 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -0,0 +1,604 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MiSnapCore +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CommonCrypto +import Foundation +@_exported import MiSnapCore +import Swift +import UIKit +import _Concurrency +import _StringProcessing +@objc public enum MiSnapUxpEvent : Swift.Int { + case none + case checkFrontFailure + case checkBackFailure + case identityFrontFailure + case identityBackFailure + case passportFailure + case notFoundFailure + case mrzFailure + case contrastFailure + case backgroundFailure + case angleFailure + case rotationAngleFailure + case tooFarFailure + case tooCloseFailure + case aspectRatioFailure + case sharpnessFailure + case brightnessFailure + case maxBrightnessFailure + case glareFailure + case classificationInProgress + case faceNotFoundFailure + case faceNotCenteredFailure + case faceMultipleFacesFailure + case faceRollFailure + case facePitchFailure + case faceYawFailure + case faceTooFarFailure + case faceTooCloseFailure + case faceNotStillFailure + case faceStopSmilingFailure + case holdStill + case smile + case errorVerbose + case successVerbose + case timeoutVerbose + case startVerbose + case readVerbose + case unknownTagVerbose + case paceSupportVerbose + case caSupportVerbose + case aaSupportVerbose + case accessMechanismVerbose + case discardVerbose + case cancelVerbose + case cancel + case instruction + case help + case timeout + case review + case measuredConfidence + case measuredCornerPoints + case measuredMicrConfidence + case measuredContrast + case measuredBackground + case measuredAngle + case measuredRotationAngle + case measuredSharpness + case measuredBrightness + case measuredGlare + case measuredWidth + case measuredAutoTime + case measuredManualTime + case measuredFailover + case torchOn + case torchOff + case startAuto + case startManual + case orientationLandscape + case orientationPortrait + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapUxpEventManager : ObjectiveC.NSObject { + @objc public var events: [[Swift.String : Any]] { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc public class var shared: MiSnapUxpEventManager { + @objc get + } + @objc public class func destroyShared() + @objc override dynamic public init() + @objc public func start() + @objc public func addEvent(_ event: MiSnapUxpEvent) + @objc public func addEvent(_ event: MiSnapUxpEvent, value: Swift.String?) + @objc deinit +} +@objc public enum MiSnapLogLevel : Swift.Int { + case verbose = 0 + case debug = 1 + case info = 2 + case warning = 3 + case error = 4 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLogPresentation : Swift.Int { + case console = 0 + case file = 1 + case consoleAndFile = 2 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLogConfiguration : ObjectiveC.NSObject, Foundation.NSCoding { + @objc public var level: MiSnapLogLevel + @objc public var presentation: MiSnapLogPresentation + @objc public var savePII: Swift.Bool + @objc override dynamic public init() + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc required public init?(coder: Foundation.NSCoder) + @objc public func encode(with coder: Foundation.NSCoder) + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapLog : ObjectiveC.NSObject { + @objc public var configuration: MiSnapLogConfiguration + @objc public class var shared: MiSnapLog { + @objc get + } + @objc public class func destroyShared() + @objc public static var configuration: MiSnapLogConfiguration + @objc public func verbose(_ msg: Swift.String) + @objc public func debug(_ msg: Swift.String) + @objc public func info(_ msg: Swift.String) + @objc public func warning(_ msg: Swift.String) + @objc public func error(_ msg: Swift.String) + @discardableResult + @objc public func getLog(keepFile: Swift.Bool = false) -> Swift.String + @objc public func clearAllSavedLogFiles() + @objc override dynamic public init() + @objc deinit +} +@objc public enum MiSnapCryptographyHashingAlgorithm : Swift.Int { + case sha224 + case sha256 + case sha384 + case sha512 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class MiSnapCryptography : ObjectiveC.NSObject { + @objc public init(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil, algorithm: Security.SecKeyAlgorithm) + @objc public func set(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil) + @objc public func encryptDictionary(_ dictionary: [Swift.String : Any]) -> [Swift.String]? + @objc public func decryptToDictionary(_ base64Strings: [Swift.String]) -> [Swift.String : Any]? + @objc public func encryptData(_ data: Foundation.Data?) -> [Swift.String]? + @objc public func decryptData(_ base64Strings: [Swift.String]) -> Foundation.Data? + @objc public func encrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public func decrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public static func hash(_ data: Foundation.Data?, algorithm: MiSnapCryptographyHashingAlgorithm = .sha256) -> Swift.String? + @objc public static func secKey(from data: Foundation.Data, parameters: [Swift.String : Any]) -> Security.SecKey? + public static func generateKeys(parameters: [Swift.String : Any]) -> (privateKey: Security.SecKey?, publicKey: Security.SecKey?) + @objc deinit +} +@objc public enum MiSnapMibiDataElement : Swift.Int, Swift.Codable { + case mibiVersion + case deviceInfo + case sdkInfo + case platformPrivate + case sessionInfo + case device + case manufacturer + case model + case platform + case os + case id + case modules + case name + case version + case license + case gpo + case expiryDate + case parameters + case original + case final + case uxp + case resultCode + case imageWidth + case imageHeight + case orientation + case classificationDocumentType + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibi : ObjectiveC.NSObject, Swift.Codable { + @objc public var string: Swift.String? + @objc public var deviceInfo: MiSnapMibiDeviceInfo { + get + } + @objc public var sessionInfos: [MiSnapMibiSessionInfo] { + @objc get + } + @objc public var deepCopy: MiSnapMibi { + @objc get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc public func setModuleWithName(_ name: Swift.String, version: Swift.String) + @objc public func setSessionInfo(_ sessionInfo: [Swift.String : Any], resetOld: Swift.Bool = true) + @objc public func set(value: Swift.String, for element: MiSnapMibiDataElement) + @objc public func setParameters(_ parameters: [Swift.String : Any], original: Swift.Bool) + @objc public func setUXP(_ events: [[Swift.String : Any]]) + @objc public func add(to image: UIKit.UIImage?, compression: Swift.Float) -> Foundation.Data? + @objc public func add(to wavData: Foundation.Data) -> Foundation.Data + @objc deinit +} +@objc public enum MiSnapMibiSessionInfoType : Swift.Int { + case none + case document + case barcode + case face + case voice + case nfc + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoMode : Swift.Int, Swift.Codable { + case none + case auto + case manual + case forcedAuto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoOrientation : Swift.Int, Swift.Codable { + case none + case portrait + case landscape + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoFlow : Swift.Int, Swift.Codable { + case none + case enrollment + case verification + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoUnlock : Swift.Int, Swift.Codable { + case none + case pace + case ca + case bac + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiSessionInfo : ObjectiveC.NSObject { + @objc public var type: MiSnapMibiSessionInfoType { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiDocumentSessionInfo : MiSnapMibiSessionInfo { + @objc public var docType: Swift.String { + get + } + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var enhancedManual: Swift.Bool { + get + } + @objc public var classificationType: Swift.String? { + get + } + @objc public var fourCorners: [[Swift.Int]]? { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public var mrzExtracted: Swift.Bool { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiDocumentSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiBarcodeSessionInfo : MiSnapMibiSessionInfo { + @objc public var barcodeType: Swift.String { + get + } + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiBarcodeSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiFaceSessionInfo : MiSnapMibiSessionInfo { + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var smile: Swift.Bool { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiFaceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiVoiceSessionInfo : MiSnapMibiSessionInfo { + @objc public var flow: MiSnapMibiSessionInfoFlow { + get + } + @objc public var tries: Swift.Int { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var snr: Swift.Float { + get + } + @objc public var speechDuration: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiVoiceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiNFCSessionInfo : MiSnapMibiSessionInfo { + @objc public var tries: Swift.Int { + get + } + @objc public var unlock: MiSnapMibiSessionInfoUnlock { + get + } + @objc public var ca: [Swift.String : Swift.Bool]? { + get + } + @objc public var dgs: [Swift.String]? { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var documentCode: Swift.String? { + get + } + @objc public var issuingCountry: Swift.String? { + get + } + @objc public var issueDate: Swift.String? { + get + } + @objc public var nationality: Swift.String? { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiNFCSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibiDeviceInfo : ObjectiveC.NSObject, Swift.Codable { + @objc public var manufacturer: Swift.String { + get + } + @objc public var device: Swift.String { + get + } + @objc public var model: Swift.String { + get + } + @objc public var os: Swift.String { + get + } + @objc public var id: Swift.String { + get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapDevice : ObjectiveC.NSObject { + @objc override dynamic public init() + @objc public var id: Swift.String? { + @objc get + } + @objc public var modelName: Swift.String { + @objc get + } + @objc public var osVersion: Swift.String { + @objc get + } + @objc public var info: Swift.String? { + @objc get + } + @objc deinit +} +@objc public enum MiSnapLicenseFeature : Swift.Int { + case none = 0 + case generic = 1 + case deposit = 2 + case barcode = 3 + case id = 4 + case ODC = 5 + case ODE = 6 + case NFC = 7 + case face = 8 + case voice = 9 + case enhancedManual = 10 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLicenseStatus : Swift.Int { + case none = 0 + case valid = 1 + case notValid = 2 + case expired = 3 + case disabled = 4 + case notValidAppId = 5 + case platformNotSupported = 6 + case featureNotSupported = 7 + public var stringValue: Swift.String { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLicenseManager : ObjectiveC.NSObject { + @objc public class var shared: MiSnapLicenseManager { + @objc get + } + @objc public class func destroyShared() + @objc public var status: MiSnapLicenseStatus { + get + } + @objc public var gpo: Swift.String? { + get + } + @objc public var expirationDateString: Swift.String? { + get + } + @objc public func setLicenseKey(_ base64LicenseKey: Swift.String?) + @objc public func featureSupported(_ feature: MiSnapLicenseFeature) -> Swift.Bool + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc override dynamic public init() + @objc deinit +} +extension MiSnapUxpEvent : Swift.Equatable {} +extension MiSnapUxpEvent : Swift.Hashable {} +extension MiSnapUxpEvent : Swift.RawRepresentable {} +extension MiSnapLogLevel : Swift.Equatable {} +extension MiSnapLogLevel : Swift.Hashable {} +extension MiSnapLogLevel : Swift.RawRepresentable {} +extension MiSnapLogPresentation : Swift.Equatable {} +extension MiSnapLogPresentation : Swift.Hashable {} +extension MiSnapLogPresentation : Swift.RawRepresentable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.Equatable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.Hashable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.RawRepresentable {} +extension MiSnapMibiDataElement : Swift.Equatable {} +extension MiSnapMibiDataElement : Swift.Hashable {} +extension MiSnapMibiDataElement : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoType : Swift.Equatable {} +extension MiSnapMibiSessionInfoType : Swift.Hashable {} +extension MiSnapMibiSessionInfoType : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoMode : Swift.Equatable {} +extension MiSnapMibiSessionInfoMode : Swift.Hashable {} +extension MiSnapMibiSessionInfoMode : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoOrientation : Swift.Equatable {} +extension MiSnapMibiSessionInfoOrientation : Swift.Hashable {} +extension MiSnapMibiSessionInfoOrientation : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoFlow : Swift.Equatable {} +extension MiSnapMibiSessionInfoFlow : Swift.Hashable {} +extension MiSnapMibiSessionInfoFlow : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoUnlock : Swift.Equatable {} +extension MiSnapMibiSessionInfoUnlock : Swift.Hashable {} +extension MiSnapMibiSessionInfoUnlock : Swift.RawRepresentable {} +extension MiSnapLicenseFeature : Swift.Equatable {} +extension MiSnapLicenseFeature : Swift.Hashable {} +extension MiSnapLicenseFeature : Swift.RawRepresentable {} +extension MiSnapLicenseStatus : Swift.Equatable {} +extension MiSnapLicenseStatus : Swift.Hashable {} +extension MiSnapLicenseStatus : Swift.RawRepresentable {} diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e new file mode 100644 index 00000000..c33dd0ab --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e @@ -0,0 +1,604 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MiSnapCore +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CommonCrypto +import Foundation +@_exported import MiSnapCore +import Swift +import UIKit +import _Concurrency +import _StringProcessing +@objc public enum MiSnapUxpEvent : Swift.Int { + case none + case checkFrontFailure + case checkBackFailure + case identityFrontFailure + case identityBackFailure + case passportFailure + case notFoundFailure + case mrzFailure + case contrastFailure + case backgroundFailure + case angleFailure + case rotationAngleFailure + case tooFarFailure + case tooCloseFailure + case aspectRatioFailure + case sharpnessFailure + case brightnessFailure + case maxBrightnessFailure + case glareFailure + case classificationInProgress + case faceNotFoundFailure + case faceNotCenteredFailure + case faceMultipleFacesFailure + case faceRollFailure + case facePitchFailure + case faceYawFailure + case faceTooFarFailure + case faceTooCloseFailure + case faceNotStillFailure + case faceStopSmilingFailure + case holdStill + case smile + case errorVerbose + case successVerbose + case timeoutVerbose + case startVerbose + case readVerbose + case unknownTagVerbose + case paceSupportVerbose + case caSupportVerbose + case aaSupportVerbose + case accessMechanismVerbose + case discardVerbose + case cancelVerbose + case cancel + case instruction + case help + case timeout + case review + case measuredConfidence + case measuredCornerPoints + case measuredMicrConfidence + case measuredContrast + case measuredBackground + case measuredAngle + case measuredRotationAngle + case measuredSharpness + case measuredBrightness + case measuredGlare + case measuredWidth + case measuredAutoTime + case measuredManualTime + case measuredFailover + case torchOn + case torchOff + case startAuto + case startManual + case orientationLandscape + case orientationPortrait + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapUxpEventManager : ObjectiveC.NSObject { + @objc public var events: [[Swift.String : Any]] { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc public class var shared: MiSnapCore.MiSnapUxpEventManager { + @objc get + } + @objc public class func destroyShared() + @objc override dynamic public init() + @objc public func start() + @objc public func addEvent(_ event: MiSnapCore.MiSnapUxpEvent) + @objc public func addEvent(_ event: MiSnapCore.MiSnapUxpEvent, value: Swift.String?) + @objc deinit +} +@objc public enum MiSnapLogLevel : Swift.Int { + case verbose = 0 + case debug = 1 + case info = 2 + case warning = 3 + case error = 4 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLogPresentation : Swift.Int { + case console = 0 + case file = 1 + case consoleAndFile = 2 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLogConfiguration : ObjectiveC.NSObject, Foundation.NSCoding { + @objc public var level: MiSnapCore.MiSnapLogLevel + @objc public var presentation: MiSnapCore.MiSnapLogPresentation + @objc public var savePII: Swift.Bool + @objc override dynamic public init() + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc required public init?(coder: Foundation.NSCoder) + @objc public func encode(with coder: Foundation.NSCoder) + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapLog : ObjectiveC.NSObject { + @objc public var configuration: MiSnapCore.MiSnapLogConfiguration + @objc public class var shared: MiSnapCore.MiSnapLog { + @objc get + } + @objc public class func destroyShared() + @objc public static var configuration: MiSnapCore.MiSnapLogConfiguration + @objc public func verbose(_ msg: Swift.String) + @objc public func debug(_ msg: Swift.String) + @objc public func info(_ msg: Swift.String) + @objc public func warning(_ msg: Swift.String) + @objc public func error(_ msg: Swift.String) + @discardableResult + @objc public func getLog(keepFile: Swift.Bool = false) -> Swift.String + @objc public func clearAllSavedLogFiles() + @objc override dynamic public init() + @objc deinit +} +@objc public enum MiSnapCryptographyHashingAlgorithm : Swift.Int { + case sha224 + case sha256 + case sha384 + case sha512 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class MiSnapCryptography : ObjectiveC.NSObject { + @objc public init(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil, algorithm: Security.SecKeyAlgorithm) + @objc public func set(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil) + @objc public func encryptDictionary(_ dictionary: [Swift.String : Any]) -> [Swift.String]? + @objc public func decryptToDictionary(_ base64Strings: [Swift.String]) -> [Swift.String : Any]? + @objc public func encryptData(_ data: Foundation.Data?) -> [Swift.String]? + @objc public func decryptData(_ base64Strings: [Swift.String]) -> Foundation.Data? + @objc public func encrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public func decrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public static func hash(_ data: Foundation.Data?, algorithm: MiSnapCore.MiSnapCryptographyHashingAlgorithm = .sha256) -> Swift.String? + @objc public static func secKey(from data: Foundation.Data, parameters: [Swift.String : Any]) -> Security.SecKey? + public static func generateKeys(parameters: [Swift.String : Any]) -> (privateKey: Security.SecKey?, publicKey: Security.SecKey?) + @objc deinit +} +@objc public enum MiSnapMibiDataElement : Swift.Int, Swift.Codable { + case mibiVersion + case deviceInfo + case sdkInfo + case platformPrivate + case sessionInfo + case device + case manufacturer + case model + case platform + case os + case id + case modules + case name + case version + case license + case gpo + case expiryDate + case parameters + case original + case final + case uxp + case resultCode + case imageWidth + case imageHeight + case orientation + case classificationDocumentType + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibi : ObjectiveC.NSObject, Swift.Codable { + @objc public var string: Swift.String? + @objc public var deviceInfo: MiSnapCore.MiSnapMibiDeviceInfo { + get + } + @objc public var sessionInfos: [MiSnapCore.MiSnapMibiSessionInfo] { + @objc get + } + @objc public var deepCopy: MiSnapCore.MiSnapMibi { + @objc get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc public func setModuleWithName(_ name: Swift.String, version: Swift.String) + @objc public func setSessionInfo(_ sessionInfo: [Swift.String : Any], resetOld: Swift.Bool = true) + @objc public func set(value: Swift.String, for element: MiSnapCore.MiSnapMibiDataElement) + @objc public func setParameters(_ parameters: [Swift.String : Any], original: Swift.Bool) + @objc public func setUXP(_ events: [[Swift.String : Any]]) + @objc public func add(to image: UIKit.UIImage?, compression: Swift.Float) -> Foundation.Data? + @objc public func add(to wavData: Foundation.Data) -> Foundation.Data + @objc deinit +} +@objc public enum MiSnapMibiSessionInfoType : Swift.Int { + case none + case document + case barcode + case face + case voice + case nfc + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoMode : Swift.Int, Swift.Codable { + case none + case auto + case manual + case forcedAuto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoOrientation : Swift.Int, Swift.Codable { + case none + case portrait + case landscape + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoFlow : Swift.Int, Swift.Codable { + case none + case enrollment + case verification + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoUnlock : Swift.Int, Swift.Codable { + case none + case pace + case ca + case bac + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiSessionInfo : ObjectiveC.NSObject { + @objc public var type: MiSnapCore.MiSnapMibiSessionInfoType { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiDocumentSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var docType: Swift.String { + get + } + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var enhancedManual: Swift.Bool { + get + } + @objc public var classificationType: Swift.String? { + get + } + @objc public var fourCorners: [[Swift.Int]]? { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public var mrzExtracted: Swift.Bool { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiDocumentSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiBarcodeSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var barcodeType: Swift.String { + get + } + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiBarcodeSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiFaceSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var smile: Swift.Bool { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiFaceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiVoiceSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var flow: MiSnapCore.MiSnapMibiSessionInfoFlow { + get + } + @objc public var tries: Swift.Int { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var snr: Swift.Float { + get + } + @objc public var speechDuration: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiVoiceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiNFCSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var tries: Swift.Int { + get + } + @objc public var unlock: MiSnapCore.MiSnapMibiSessionInfoUnlock { + get + } + @objc public var ca: [Swift.String : Swift.Bool]? { + get + } + @objc public var dgs: [Swift.String]? { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var documentCode: Swift.String? { + get + } + @objc public var issuingCountry: Swift.String? { + get + } + @objc public var issueDate: Swift.String? { + get + } + @objc public var nationality: Swift.String? { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiNFCSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibiDeviceInfo : ObjectiveC.NSObject, Swift.Codable { + @objc public var manufacturer: Swift.String { + get + } + @objc public var device: Swift.String { + get + } + @objc public var model: Swift.String { + get + } + @objc public var os: Swift.String { + get + } + @objc public var id: Swift.String { + get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapDevice : ObjectiveC.NSObject { + @objc override dynamic public init() + @objc public var id: Swift.String? { + @objc get + } + @objc public var modelName: Swift.String { + @objc get + } + @objc public var osVersion: Swift.String { + @objc get + } + @objc public var info: Swift.String? { + @objc get + } + @objc deinit +} +@objc public enum MiSnapLicenseFeature : Swift.Int { + case none = 0 + case generic = 1 + case deposit = 2 + case barcode = 3 + case id = 4 + case ODC = 5 + case ODE = 6 + case NFC = 7 + case face = 8 + case voice = 9 + case enhancedManual = 10 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLicenseStatus : Swift.Int { + case none = 0 + case valid = 1 + case notValid = 2 + case expired = 3 + case disabled = 4 + case notValidAppId = 5 + case platformNotSupported = 6 + case featureNotSupported = 7 + public var stringValue: Swift.String { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLicenseManager : ObjectiveC.NSObject { + @objc public class var shared: MiSnapCore.MiSnapLicenseManager { + @objc get + } + @objc public class func destroyShared() + @objc public var status: MiSnapCore.MiSnapLicenseStatus { + get + } + @objc public var gpo: Swift.String? { + get + } + @objc public var expirationDateString: Swift.String? { + get + } + @objc public func setLicenseKey(_ base64LicenseKey: Swift.String?) + @objc public func featureSupported(_ feature: MiSnapCore.MiSnapLicenseFeature) -> Swift.Bool + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc override dynamic public init() + @objc deinit +} +extension MiSnapCore.MiSnapUxpEvent : Swift.Equatable {} +extension MiSnapCore.MiSnapUxpEvent : Swift.Hashable {} +extension MiSnapCore.MiSnapUxpEvent : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLogLevel : Swift.Equatable {} +extension MiSnapCore.MiSnapLogLevel : Swift.Hashable {} +extension MiSnapCore.MiSnapLogLevel : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.Equatable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.Hashable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.Equatable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.Hashable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.Equatable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.Hashable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.Equatable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.Hashable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.RawRepresentable {} diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.abi.json b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.abi.json new file mode 100644 index 00000000..97539e04 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -0,0 +1,22305 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapUxpEvent", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventNone", + "mangledName": "$s10MiSnapCore0aB8UxpEventO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "checkFrontFailure", + "printedName": "checkFrontFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventCheckFrontFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17checkFrontFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "checkBackFailure", + "printedName": "checkBackFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventCheckBackFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16checkBackFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "identityFrontFailure", + "printedName": "identityFrontFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventIdentityFrontFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO20identityFrontFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "identityBackFailure", + "printedName": "identityBackFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventIdentityBackFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO19identityBackFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "passportFailure", + "printedName": "passportFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventPassportFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO15passportFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "notFoundFailure", + "printedName": "notFoundFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventNotFoundFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO15notFoundFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "mrzFailure", + "printedName": "mrzFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMrzFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO10mrzFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "contrastFailure", + "printedName": "contrastFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventContrastFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO15contrastFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "backgroundFailure", + "printedName": "backgroundFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventBackgroundFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17backgroundFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "angleFailure", + "printedName": "angleFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventAngleFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO12angleFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "rotationAngleFailure", + "printedName": "rotationAngleFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventRotationAngleFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO20rotationAngleFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "tooFarFailure", + "printedName": "tooFarFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTooFarFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO13tooFarFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "tooCloseFailure", + "printedName": "tooCloseFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTooCloseFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO15tooCloseFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "aspectRatioFailure", + "printedName": "aspectRatioFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventAspectRatioFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18aspectRatioFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "sharpnessFailure", + "printedName": "sharpnessFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventSharpnessFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16sharpnessFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "brightnessFailure", + "printedName": "brightnessFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventBrightnessFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17brightnessFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "maxBrightnessFailure", + "printedName": "maxBrightnessFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMaxBrightnessFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO20maxBrightnessFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "glareFailure", + "printedName": "glareFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventGlareFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO12glareFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "classificationInProgress", + "printedName": "classificationInProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventClassificationInProgress", + "mangledName": "$s10MiSnapCore0aB8UxpEventO24classificationInProgressyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 19 + }, + { + "kind": "Var", + "name": "faceNotFoundFailure", + "printedName": "faceNotFoundFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceNotFoundFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO19faceNotFoundFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 20 + }, + { + "kind": "Var", + "name": "faceNotCenteredFailure", + "printedName": "faceNotCenteredFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceNotCenteredFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO22faceNotCenteredFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 21 + }, + { + "kind": "Var", + "name": "faceMultipleFacesFailure", + "printedName": "faceMultipleFacesFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceMultipleFacesFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO24faceMultipleFacesFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 22 + }, + { + "kind": "Var", + "name": "faceRollFailure", + "printedName": "faceRollFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceRollFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO15faceRollFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 23 + }, + { + "kind": "Var", + "name": "facePitchFailure", + "printedName": "facePitchFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFacePitchFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16facePitchFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 24 + }, + { + "kind": "Var", + "name": "faceYawFailure", + "printedName": "faceYawFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceYawFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO14faceYawFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 25 + }, + { + "kind": "Var", + "name": "faceTooFarFailure", + "printedName": "faceTooFarFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceTooFarFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17faceTooFarFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 26 + }, + { + "kind": "Var", + "name": "faceTooCloseFailure", + "printedName": "faceTooCloseFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceTooCloseFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO19faceTooCloseFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 27 + }, + { + "kind": "Var", + "name": "faceNotStillFailure", + "printedName": "faceNotStillFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceNotStillFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO19faceNotStillFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 28 + }, + { + "kind": "Var", + "name": "faceStopSmilingFailure", + "printedName": "faceStopSmilingFailure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventFaceStopSmilingFailure", + "mangledName": "$s10MiSnapCore0aB8UxpEventO22faceStopSmilingFailureyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 29 + }, + { + "kind": "Var", + "name": "holdStill", + "printedName": "holdStill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventHoldStill", + "mangledName": "$s10MiSnapCore0aB8UxpEventO9holdStillyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 30 + }, + { + "kind": "Var", + "name": "smile", + "printedName": "smile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventSmile", + "mangledName": "$s10MiSnapCore0aB8UxpEventO5smileyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 31 + }, + { + "kind": "Var", + "name": "errorVerbose", + "printedName": "errorVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventErrorVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO12errorVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 32 + }, + { + "kind": "Var", + "name": "successVerbose", + "printedName": "successVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventSuccessVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO14successVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 33 + }, + { + "kind": "Var", + "name": "timeoutVerbose", + "printedName": "timeoutVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTimeoutVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO14timeoutVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 34 + }, + { + "kind": "Var", + "name": "startVerbose", + "printedName": "startVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventStartVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO12startVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 35 + }, + { + "kind": "Var", + "name": "readVerbose", + "printedName": "readVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventReadVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO11readVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 36 + }, + { + "kind": "Var", + "name": "unknownTagVerbose", + "printedName": "unknownTagVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventUnknownTagVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17unknownTagVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 37 + }, + { + "kind": "Var", + "name": "paceSupportVerbose", + "printedName": "paceSupportVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventPaceSupportVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18paceSupportVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 38 + }, + { + "kind": "Var", + "name": "caSupportVerbose", + "printedName": "caSupportVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventCaSupportVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16caSupportVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 39 + }, + { + "kind": "Var", + "name": "aaSupportVerbose", + "printedName": "aaSupportVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventAaSupportVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16aaSupportVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 40 + }, + { + "kind": "Var", + "name": "accessMechanismVerbose", + "printedName": "accessMechanismVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventAccessMechanismVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO22accessMechanismVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 41 + }, + { + "kind": "Var", + "name": "discardVerbose", + "printedName": "discardVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventDiscardVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO14discardVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 42 + }, + { + "kind": "Var", + "name": "cancelVerbose", + "printedName": "cancelVerbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventCancelVerbose", + "mangledName": "$s10MiSnapCore0aB8UxpEventO13cancelVerboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 43 + }, + { + "kind": "Var", + "name": "cancel", + "printedName": "cancel", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventCancel", + "mangledName": "$s10MiSnapCore0aB8UxpEventO6cancelyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 44 + }, + { + "kind": "Var", + "name": "instruction", + "printedName": "instruction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventInstruction", + "mangledName": "$s10MiSnapCore0aB8UxpEventO11instructionyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 45 + }, + { + "kind": "Var", + "name": "help", + "printedName": "help", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventHelp", + "mangledName": "$s10MiSnapCore0aB8UxpEventO4helpyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 46 + }, + { + "kind": "Var", + "name": "timeout", + "printedName": "timeout", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTimeout", + "mangledName": "$s10MiSnapCore0aB8UxpEventO7timeoutyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 47 + }, + { + "kind": "Var", + "name": "review", + "printedName": "review", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventReview", + "mangledName": "$s10MiSnapCore0aB8UxpEventO6reviewyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 48 + }, + { + "kind": "Var", + "name": "measuredConfidence", + "printedName": "measuredConfidence", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredConfidence", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18measuredConfidenceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 49 + }, + { + "kind": "Var", + "name": "measuredCornerPoints", + "printedName": "measuredCornerPoints", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredCornerPoints", + "mangledName": "$s10MiSnapCore0aB8UxpEventO20measuredCornerPointsyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 50 + }, + { + "kind": "Var", + "name": "measuredMicrConfidence", + "printedName": "measuredMicrConfidence", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredMicrConfidence", + "mangledName": "$s10MiSnapCore0aB8UxpEventO22measuredMicrConfidenceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 51 + }, + { + "kind": "Var", + "name": "measuredContrast", + "printedName": "measuredContrast", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredContrast", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16measuredContrastyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 52 + }, + { + "kind": "Var", + "name": "measuredBackground", + "printedName": "measuredBackground", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredBackground", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18measuredBackgroundyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 53 + }, + { + "kind": "Var", + "name": "measuredAngle", + "printedName": "measuredAngle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredAngle", + "mangledName": "$s10MiSnapCore0aB8UxpEventO13measuredAngleyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 54 + }, + { + "kind": "Var", + "name": "measuredRotationAngle", + "printedName": "measuredRotationAngle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredRotationAngle", + "mangledName": "$s10MiSnapCore0aB8UxpEventO21measuredRotationAngleyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 55 + }, + { + "kind": "Var", + "name": "measuredSharpness", + "printedName": "measuredSharpness", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredSharpness", + "mangledName": "$s10MiSnapCore0aB8UxpEventO17measuredSharpnessyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 56 + }, + { + "kind": "Var", + "name": "measuredBrightness", + "printedName": "measuredBrightness", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredBrightness", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18measuredBrightnessyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 57 + }, + { + "kind": "Var", + "name": "measuredGlare", + "printedName": "measuredGlare", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredGlare", + "mangledName": "$s10MiSnapCore0aB8UxpEventO13measuredGlareyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 58 + }, + { + "kind": "Var", + "name": "measuredWidth", + "printedName": "measuredWidth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredWidth", + "mangledName": "$s10MiSnapCore0aB8UxpEventO13measuredWidthyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 59 + }, + { + "kind": "Var", + "name": "measuredAutoTime", + "printedName": "measuredAutoTime", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredAutoTime", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16measuredAutoTimeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 60 + }, + { + "kind": "Var", + "name": "measuredManualTime", + "printedName": "measuredManualTime", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredManualTime", + "mangledName": "$s10MiSnapCore0aB8UxpEventO18measuredManualTimeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 61 + }, + { + "kind": "Var", + "name": "measuredFailover", + "printedName": "measuredFailover", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventMeasuredFailover", + "mangledName": "$s10MiSnapCore0aB8UxpEventO16measuredFailoveryA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 62 + }, + { + "kind": "Var", + "name": "torchOn", + "printedName": "torchOn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTorchOn", + "mangledName": "$s10MiSnapCore0aB8UxpEventO7torchOnyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 63 + }, + { + "kind": "Var", + "name": "torchOff", + "printedName": "torchOff", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventTorchOff", + "mangledName": "$s10MiSnapCore0aB8UxpEventO8torchOffyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 64 + }, + { + "kind": "Var", + "name": "startAuto", + "printedName": "startAuto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventStartAuto", + "mangledName": "$s10MiSnapCore0aB8UxpEventO9startAutoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 65 + }, + { + "kind": "Var", + "name": "startManual", + "printedName": "startManual", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventStartManual", + "mangledName": "$s10MiSnapCore0aB8UxpEventO11startManualyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 66 + }, + { + "kind": "Var", + "name": "orientationLandscape", + "printedName": "orientationLandscape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventOrientationLandscape", + "mangledName": "$s10MiSnapCore0aB8UxpEventO20orientationLandscapeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 67 + }, + { + "kind": "Var", + "name": "orientationPortrait", + "printedName": "orientationPortrait", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapUxpEvent.Type) -> MiSnapCore.MiSnapUxpEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapUxpEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent@MiSnapUxpEventOrientationPortrait", + "mangledName": "$s10MiSnapCore0aB8UxpEventO19orientationPortraityA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 68 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapUxpEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB8UxpEventO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB8UxpEventO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB8UxpEventO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB8UxpEventO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB8UxpEventO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB8UxpEventO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent", + "mangledName": "$s10MiSnapCore0aB8UxpEventO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapUxpEventManager", + "printedName": "MiSnapUxpEventManager", + "children": [ + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String : Any]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(py)events", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC6eventsSaySDySSypGGvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String : Any]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)events", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC6eventsSaySDySSypGGvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "totalDuration", + "printedName": "totalDuration", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(py)totalDuration", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC13totalDurationSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)totalDuration", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC13totalDurationSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEventManager", + "printedName": "MiSnapCore.MiSnapUxpEventManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(cpy)shared", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC6sharedACvpZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEventManager", + "printedName": "MiSnapCore.MiSnapUxpEventManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(cm)shared", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC6sharedACvgZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "destroyShared", + "printedName": "destroyShared()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(cm)destroyShared", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC13destroySharedyyFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapUxpEventManager", + "printedName": "MiSnapCore.MiSnapUxpEventManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)init", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "start", + "printedName": "start()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)start", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC5startyyF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addEvent", + "printedName": "addEvent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)addEvent:", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC03addE0yyAA0abdE0OF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addEvent", + "printedName": "addEvent(_:value:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapUxpEvent", + "printedName": "MiSnapCore.MiSnapUxpEvent", + "usr": "c:@M@MiSnapCore@E@MiSnapUxpEvent" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager(im)addEvent:value:", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC03addE0_5valueyAA0abdE0O_SSSgtF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapUxpEventManager", + "mangledName": "$s10MiSnapCore0aB15UxpEventManagerC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLogLevel", + "printedName": "MiSnapLogLevel", + "children": [ + { + "kind": "Var", + "name": "verbose", + "printedName": "verbose", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogLevel.Type) -> MiSnapCore.MiSnapLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel@MiSnapLogLevelVerbose", + "mangledName": "$s10MiSnapCore0aB8LogLevelO7verboseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "debug", + "printedName": "debug", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogLevel.Type) -> MiSnapCore.MiSnapLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel@MiSnapLogLevelDebug", + "mangledName": "$s10MiSnapCore0aB8LogLevelO5debugyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "info", + "printedName": "info", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogLevel.Type) -> MiSnapCore.MiSnapLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel@MiSnapLogLevelInfo", + "mangledName": "$s10MiSnapCore0aB8LogLevelO4infoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "warning", + "printedName": "warning", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogLevel.Type) -> MiSnapCore.MiSnapLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel@MiSnapLogLevelWarning", + "mangledName": "$s10MiSnapCore0aB8LogLevelO7warningyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogLevel.Type) -> MiSnapCore.MiSnapLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel@MiSnapLogLevelError", + "mangledName": "$s10MiSnapCore0aB8LogLevelO5erroryA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapLogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB8LogLevelO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB8LogLevelO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB8LogLevelO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB8LogLevelO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB8LogLevelO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB8LogLevelO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel", + "mangledName": "$s10MiSnapCore0aB8LogLevelO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapLogPresentation", + "children": [ + { + "kind": "Var", + "name": "console", + "printedName": "console", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogPresentation.Type) -> MiSnapCore.MiSnapLogPresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogPresentation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation@MiSnapLogPresentationConsole", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO7consoleyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "file", + "printedName": "file", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogPresentation.Type) -> MiSnapCore.MiSnapLogPresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogPresentation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation@MiSnapLogPresentationFile", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO4fileyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "consoleAndFile", + "printedName": "consoleAndFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLogPresentation.Type) -> MiSnapCore.MiSnapLogPresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLogPresentation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation@MiSnapLogPresentationConsoleAndFile", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO14consoleAndFileyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapLogPresentation?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB15LogPresentationO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB15LogPresentationO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB15LogPresentationO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation", + "mangledName": "$s10MiSnapCore0aB15LogPresentationO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapLogConfiguration", + "children": [ + { + "kind": "Var", + "name": "level", + "printedName": "level", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(py)level", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC5levelAA0abD5LevelOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)level", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC5levelAA0abD5LevelOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapLogLevel", + "printedName": "MiSnapCore.MiSnapLogLevel", + "usr": "c:@M@MiSnapCore@E@MiSnapLogLevel" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)setLevel:", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC5levelAA0abD5LevelOvs", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB16LogConfigurationC5levelAA0abD5LevelOvM", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC5levelAA0abD5LevelOvM", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "presentation", + "printedName": "presentation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(py)presentation", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC12presentationAA0abD12PresentationOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)presentation", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC12presentationAA0abD12PresentationOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapLogPresentation", + "printedName": "MiSnapCore.MiSnapLogPresentation", + "usr": "c:@M@MiSnapCore@E@MiSnapLogPresentation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)setPresentation:", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC12presentationAA0abD12PresentationOvs", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB16LogConfigurationC12presentationAA0abD12PresentationOvM", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC12presentationAA0abD12PresentationOvM", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "savePII", + "printedName": "savePII", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(py)savePII", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC7savePIISbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)savePII", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC7savePIISbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)setSavePII:", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC7savePIISbvs", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB16LogConfigurationC7savePIISbvM", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC7savePIISbvM", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)init", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(py)description", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)description", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapLogConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)initWithCoder:", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "MiSnapCore", + "objc_name": "initWithCoder:", + "declAttributes": [ + "ObjC", + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration(im)encodeWithCoder:", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC6encode4withySo7NSCoderC_tF", + "moduleName": "MiSnapCore", + "objc_name": "encodeWithCoder:", + "declAttributes": [ + "ObjC", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration", + "mangledName": "$s10MiSnapCore0aB16LogConfigurationC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLog", + "printedName": "MiSnapLog", + "children": [ + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(py)configuration", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)configuration", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)setConfiguration:", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvs", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvM", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvM", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLog", + "printedName": "MiSnapCore.MiSnapLog", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cpy)shared", + "mangledName": "$s10MiSnapCore0aB3LogC6sharedACvpZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLog", + "printedName": "MiSnapCore.MiSnapLog", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cm)shared", + "mangledName": "$s10MiSnapCore0aB3LogC6sharedACvgZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "destroyShared", + "printedName": "destroyShared()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cm)destroyShared", + "mangledName": "$s10MiSnapCore0aB3LogC13destroySharedyyFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cpy)configuration", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvpZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cm)configuration", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvgZ", + "moduleName": "MiSnapCore", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MiSnapLogConfiguration", + "printedName": "MiSnapCore.MiSnapLogConfiguration", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLogConfiguration" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(cm)setConfiguration:", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvsZ", + "moduleName": "MiSnapCore", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvMZ", + "mangledName": "$s10MiSnapCore0aB3LogC13configurationAA0abD13ConfigurationCvMZ", + "moduleName": "MiSnapCore", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "verbose", + "printedName": "verbose(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)verbose:", + "mangledName": "$s10MiSnapCore0aB3LogC7verboseyySSF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "debug", + "printedName": "debug(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)debug:", + "mangledName": "$s10MiSnapCore0aB3LogC5debugyySSF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)info:", + "mangledName": "$s10MiSnapCore0aB3LogC4infoyySSF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warning", + "printedName": "warning(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)warning:", + "mangledName": "$s10MiSnapCore0aB3LogC7warningyySSF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "error", + "printedName": "error(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)error:", + "mangledName": "$s10MiSnapCore0aB3LogC5erroryySSF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getLog", + "printedName": "getLog(keepFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)getLogWithKeepFile:", + "mangledName": "$s10MiSnapCore0aB3LogC03getD08keepFileSSSb_tF", + "moduleName": "MiSnapCore", + "objc_name": "getLogWithKeepFile:", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearAllSavedLogFiles", + "printedName": "clearAllSavedLogFiles()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)clearAllSavedLogFiles", + "mangledName": "$s10MiSnapCore0aB3LogC013clearAllSavedD5FilesyyF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLog", + "printedName": "MiSnapCore.MiSnapLog", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog(im)init", + "mangledName": "$s10MiSnapCore0aB3LogCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLog", + "mangledName": "$s10MiSnapCore0aB3LogC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "MiSnapCore" + }, + { + "kind": "TypeDecl", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCryptographyHashingAlgorithm", + "children": [ + { + "kind": "Var", + "name": "sha224", + "printedName": "sha224", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type) -> MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm@MiSnapCryptographyHashingAlgorithmSha224", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO6sha224yA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "sha256", + "printedName": "sha256", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type) -> MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm@MiSnapCryptographyHashingAlgorithmSha256", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO6sha256yA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "sha384", + "printedName": "sha384", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type) -> MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm@MiSnapCryptographyHashingAlgorithmSha384", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO6sha384yA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "sha512", + "printedName": "sha512", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type) -> MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm@MiSnapCryptographyHashingAlgorithmSha512", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO6sha512yA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm", + "mangledName": "$s10MiSnapCore0aB28CryptographyHashingAlgorithmO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapCryptography", + "printedName": "MiSnapCryptography", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(publicKey:privateKey:algorithm:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptography", + "printedName": "MiSnapCore.MiSnapCryptography", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "SecKeyAlgorithm", + "printedName": "Security.SecKeyAlgorithm", + "usr": "c:@T@SecKeyAlgorithm" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)initWithPublicKey:privateKey:algorithm:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC9publicKey07privateF09algorithmACSo03SecF3RefaSg_AISo0iF9Algorithmatcfc", + "moduleName": "MiSnapCore", + "objc_name": "initWithPublicKey:privateKey:algorithm:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "set", + "printedName": "set(publicKey:privateKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)setWithPublicKey:privateKey:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC3set9publicKey07privateG0ySo03SecG3RefaSg_AItF", + "moduleName": "MiSnapCore", + "objc_name": "setWithPublicKey:privateKey:", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "encryptDictionary", + "printedName": "encryptDictionary(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)encryptDictionary:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC17encryptDictionaryySaySSGSgSDySSypGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decryptToDictionary", + "printedName": "decryptToDictionary(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)decryptToDictionary:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC19decryptToDictionaryySDySSypGSgSaySSGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "encryptData", + "printedName": "encryptData(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)encryptData:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC11encryptDataySaySSGSg10Foundation0F0VSgF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decryptData", + "printedName": "decryptData(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)decryptData:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC11decryptDatay10Foundation0F0VSgSaySSGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "encrypt", + "printedName": "encrypt(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)encrypt:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC7encrypty10Foundation4DataVSgAGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "decrypt", + "printedName": "decrypt(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)decrypt:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC7decrypty10Foundation4DataVSgAGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(_:algorithm:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "MiSnapCryptographyHashingAlgorithm", + "printedName": "MiSnapCore.MiSnapCryptographyHashingAlgorithm", + "hasDefaultArg": true, + "usr": "c:@M@MiSnapCore@E@MiSnapCryptographyHashingAlgorithm" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(cm)hash:algorithm:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC4hash_9algorithmSSSg10Foundation4DataVSg_AA0abD16HashingAlgorithmOtFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "secKey", + "printedName": "secKey(from:parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(cm)secKeyFrom:parameters:", + "mangledName": "$s10MiSnapCore0aB12CryptographyC6secKey4from10parametersSo03SecF3RefaSg10Foundation4DataV_SDySSypGtFZ", + "moduleName": "MiSnapCore", + "static": true, + "objc_name": "secKeyFrom:parameters:", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "generateKeys", + "printedName": "generateKeys(parameters:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(privateKey: Security.SecKey?, publicKey: Security.SecKey?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Security.SecKey?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecKey", + "printedName": "Security.SecKey", + "usr": "c:@T@SecKeyRef" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "s:10MiSnapCore0aB12CryptographyC12generateKeys10parametersSo9SecKeyRefaSg07privateI0_AH06publicI0tSDySSypG_tFZ", + "mangledName": "$s10MiSnapCore0aB12CryptographyC12generateKeys10parametersSo9SecKeyRefaSg07privateI0_AH06publicI0tSDySSypG_tFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapCryptography", + "printedName": "MiSnapCore.MiSnapCryptography", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography(im)init", + "mangledName": "$s10MiSnapCore0aB12CryptographyCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapCryptography", + "mangledName": "$s10MiSnapCore0aB12CryptographyC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapMibiDataElement", + "children": [ + { + "kind": "Var", + "name": "mibiVersion", + "printedName": "mibiVersion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementMibiVersion", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO11mibiVersionyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "deviceInfo", + "printedName": "deviceInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementDeviceInfo", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO10deviceInfoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "sdkInfo", + "printedName": "sdkInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementSdkInfo", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO7sdkInfoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "platformPrivate", + "printedName": "platformPrivate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementPlatformPrivate", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO15platformPrivateyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "sessionInfo", + "printedName": "sessionInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementSessionInfo", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO11sessionInfoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "device", + "printedName": "device", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementDevice", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO6deviceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "manufacturer", + "printedName": "manufacturer", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementManufacturer", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO12manufactureryA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "model", + "printedName": "model", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementModel", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO5modelyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "platform", + "printedName": "platform", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementPlatform", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO8platformyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "os", + "printedName": "os", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementOs", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO2osyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementId", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO2idyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "modules", + "printedName": "modules", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementModules", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO7modulesyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementName", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO4nameyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "version", + "printedName": "version", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementVersion", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO7versionyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Var", + "name": "license", + "printedName": "license", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementLicense", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO7licenseyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 14 + }, + { + "kind": "Var", + "name": "gpo", + "printedName": "gpo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementGpo", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO3gpoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 15 + }, + { + "kind": "Var", + "name": "expiryDate", + "printedName": "expiryDate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementExpiryDate", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO10expiryDateyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 16 + }, + { + "kind": "Var", + "name": "parameters", + "printedName": "parameters", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementParameters", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO10parametersyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 17 + }, + { + "kind": "Var", + "name": "original", + "printedName": "original", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementOriginal", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO8originalyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 18 + }, + { + "kind": "Var", + "name": "final", + "printedName": "final", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementFinal", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO5finalyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 19 + }, + { + "kind": "Var", + "name": "uxp", + "printedName": "uxp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementUxp", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO3uxpyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 20 + }, + { + "kind": "Var", + "name": "resultCode", + "printedName": "resultCode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementResultCode", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO10resultCodeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 21 + }, + { + "kind": "Var", + "name": "imageWidth", + "printedName": "imageWidth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementImageWidth", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO10imageWidthyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 22 + }, + { + "kind": "Var", + "name": "imageHeight", + "printedName": "imageHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementImageHeight", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO11imageHeightyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 23 + }, + { + "kind": "Var", + "name": "orientation", + "printedName": "orientation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementOrientation", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO11orientationyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 24 + }, + { + "kind": "Var", + "name": "classificationDocumentType", + "printedName": "classificationDocumentType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiDataElement.Type) -> MiSnapCore.MiSnapMibiDataElement", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiDataElement.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement@MiSnapMibiDataElementClassificationDocumentType", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO26classificationDocumentTypeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 25 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiDataElement?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB15MibiDataElementO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB15MibiDataElementO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB15MibiDataElementO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement", + "mangledName": "$s10MiSnapCore0aB15MibiDataElementO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibi", + "printedName": "MiSnapMibi", + "children": [ + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(py)string", + "mangledName": "$s10MiSnapCore0aB4MibiC6stringSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)string", + "mangledName": "$s10MiSnapCore0aB4MibiC6stringSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setString:", + "mangledName": "$s10MiSnapCore0aB4MibiC6stringSSSgvs", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB4MibiC6stringSSSgvM", + "mangledName": "$s10MiSnapCore0aB4MibiC6stringSSSgvM", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "deviceInfo", + "printedName": "deviceInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDeviceInfo", + "printedName": "MiSnapCore.MiSnapMibiDeviceInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(py)deviceInfo", + "mangledName": "$s10MiSnapCore0aB4MibiC10deviceInfoAA0abd6DeviceF0Cvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDeviceInfo", + "printedName": "MiSnapCore.MiSnapMibiDeviceInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)deviceInfo", + "mangledName": "$s10MiSnapCore0aB4MibiC10deviceInfoAA0abd6DeviceF0Cvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sessionInfos", + "printedName": "sessionInfos", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[MiSnapCore.MiSnapMibiSessionInfo]", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(py)sessionInfos", + "mangledName": "$s10MiSnapCore0aB4MibiC12sessionInfosSayAA0abD11SessionInfoCGvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[MiSnapCore.MiSnapMibiSessionInfo]", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)sessionInfos", + "mangledName": "$s10MiSnapCore0aB4MibiC12sessionInfosSayAA0abD11SessionInfoCGvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "deepCopy", + "printedName": "deepCopy", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibi", + "printedName": "MiSnapCore.MiSnapMibi", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(py)deepCopy", + "mangledName": "$s10MiSnapCore0aB4MibiC8deepCopyACvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibi", + "printedName": "MiSnapCore.MiSnapMibi", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)deepCopy", + "mangledName": "$s10MiSnapCore0aB4MibiC8deepCopyACvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibi", + "printedName": "MiSnapCore.MiSnapMibi", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)init", + "mangledName": "$s10MiSnapCore0aB4MibiCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10MiSnapCore0aB4MibiC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10MiSnapCore0aB4MibiC6encode2toys7Encoder_p_tKF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibi", + "printedName": "MiSnapCore.MiSnapMibi", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB4MibiC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10MiSnapCore0aB4MibiC4fromACs7Decoder_p_tKcfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "setModuleWithName", + "printedName": "setModuleWithName(_:version:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setModuleWithName:version:", + "mangledName": "$s10MiSnapCore0aB4MibiC17setModuleWithName_7versionySS_SStF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSessionInfo", + "printedName": "setSessionInfo(_:resetOld:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setSessionInfo:resetOld:", + "mangledName": "$s10MiSnapCore0aB4MibiC14setSessionInfo_8resetOldySDySSypG_SbtF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "set", + "printedName": "set(value:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "MiSnapMibiDataElement", + "printedName": "MiSnapCore.MiSnapMibiDataElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiDataElement" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setWithValue:for:", + "mangledName": "$s10MiSnapCore0aB4MibiC3set5value3forySS_AA0abD11DataElementOtF", + "moduleName": "MiSnapCore", + "objc_name": "setWithValue:for:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setParameters", + "printedName": "setParameters(_:original:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setParameters:original:", + "mangledName": "$s10MiSnapCore0aB4MibiC13setParameters_8originalySDySSypG_SbtF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setUXP", + "printedName": "setUXP(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String : Any]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)setUXP:", + "mangledName": "$s10MiSnapCore0aB4MibiC6setUXPyySaySDySSypGGF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(to:compression:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Data?", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)addTo:compression:", + "mangledName": "$s10MiSnapCore0aB4MibiC3add2to11compression10Foundation4DataVSgSo7UIImageCSg_SftF", + "moduleName": "MiSnapCore", + "objc_name": "addTo:compression:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi(im)addTo:", + "mangledName": "$s10MiSnapCore0aB4MibiC3add2to10Foundation4DataVAH_tF", + "moduleName": "MiSnapCore", + "objc_name": "addTo:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibi", + "mangledName": "$s10MiSnapCore0aB4MibiC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeNone", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "document", + "printedName": "document", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeDocument", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO8documentyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "barcode", + "printedName": "barcode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeBarcode", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO7barcodeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "face", + "printedName": "face", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeFace", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO4faceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "voice", + "printedName": "voice", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeVoice", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO5voiceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "nfc", + "printedName": "nfc", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoType.Type) -> MiSnapCore.MiSnapMibiSessionInfoType", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType@MiSnapMibiSessionInfoTypeNfc", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO3nfcyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoTypeO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapMibiSessionInfoMode", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoMode.Type) -> MiSnapCore.MiSnapMibiSessionInfoMode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode@MiSnapMibiSessionInfoModeNone", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "auto", + "printedName": "auto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoMode.Type) -> MiSnapCore.MiSnapMibiSessionInfoMode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode@MiSnapMibiSessionInfoModeAuto", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO4autoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "manual", + "printedName": "manual", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoMode.Type) -> MiSnapCore.MiSnapMibiSessionInfoMode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode@MiSnapMibiSessionInfoModeManual", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO6manualyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "forcedAuto", + "printedName": "forcedAuto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoMode.Type) -> MiSnapCore.MiSnapMibiSessionInfoMode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode@MiSnapMibiSessionInfoModeForcedAuto", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO10forcedAutoyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoModeO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoModeO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoModeO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoModeO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapMibiSessionInfoOrientation", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoOrientation.Type) -> MiSnapCore.MiSnapMibiSessionInfoOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation@MiSnapMibiSessionInfoOrientationNone", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "portrait", + "printedName": "portrait", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoOrientation.Type) -> MiSnapCore.MiSnapMibiSessionInfoOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation@MiSnapMibiSessionInfoOrientationPortrait", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO8portraityA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "landscape", + "printedName": "landscape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoOrientation.Type) -> MiSnapCore.MiSnapMibiSessionInfoOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation@MiSnapMibiSessionInfoOrientationLandscape", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO9landscapeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation", + "mangledName": "$s10MiSnapCore0aB26MibiSessionInfoOrientationO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapMibiSessionInfoFlow", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoFlow.Type) -> MiSnapCore.MiSnapMibiSessionInfoFlow", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow@MiSnapMibiSessionInfoFlowNone", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "enrollment", + "printedName": "enrollment", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoFlow.Type) -> MiSnapCore.MiSnapMibiSessionInfoFlow", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow@MiSnapMibiSessionInfoFlowEnrollment", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO10enrollmentyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "verification", + "printedName": "verification", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoFlow.Type) -> MiSnapCore.MiSnapMibiSessionInfoFlow", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow@MiSnapMibiSessionInfoFlowVerification", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO12verificationyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow", + "mangledName": "$s10MiSnapCore0aB19MibiSessionInfoFlowO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapMibiSessionInfoUnlock", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoUnlock.Type) -> MiSnapCore.MiSnapMibiSessionInfoUnlock", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock@MiSnapMibiSessionInfoUnlockNone", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "pace", + "printedName": "pace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoUnlock.Type) -> MiSnapCore.MiSnapMibiSessionInfoUnlock", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock@MiSnapMibiSessionInfoUnlockPace", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO4paceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "ca", + "printedName": "ca", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoUnlock.Type) -> MiSnapCore.MiSnapMibiSessionInfoUnlock", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock@MiSnapMibiSessionInfoUnlockCa", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO2cayA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "bac", + "printedName": "bac", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapMibiSessionInfoUnlock.Type) -> MiSnapCore.MiSnapMibiSessionInfoUnlock", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock@MiSnapMibiSessionInfoUnlockBac", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO3bacyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock", + "mangledName": "$s10MiSnapCore0aB21MibiSessionInfoUnlockO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiSessionInfo", + "printedName": "MiSnapMibiSessionInfo", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(py)type", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC4typeAA0abdeF4TypeOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoType", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoType", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoType" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(im)type", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC4typeAA0abdeF4TypeOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "totalDuration", + "printedName": "totalDuration", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(py)totalDuration", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC13totalDurationSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(im)totalDuration", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC13totalDurationSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "mangledName": "$s10MiSnapCore0aB15MibiSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiDocumentSessionInfo", + "printedName": "MiSnapMibiDocumentSessionInfo", + "children": [ + { + "kind": "Var", + "name": "docType", + "printedName": "docType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)docType", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC7docTypeSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)docType", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC7docTypeSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mode", + "printedName": "mode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)mode", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC4modeAA0abdfG4ModeOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)mode", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC4modeAA0abdfG4ModeOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "deviceOrientation", + "printedName": "deviceOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC17deviceOrientationAA0abdfgI0Ovp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC17deviceOrientationAA0abdfgI0Ovg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "documentOrientation", + "printedName": "documentOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)documentOrientation", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC19documentOrientationAA0abdfgI0Ovp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)documentOrientation", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC19documentOrientationAA0abdfgI0Ovg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jpegQuality", + "printedName": "jpegQuality", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)jpegQuality", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11jpegQualitySivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)jpegQuality", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11jpegQualitySivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "autoTries", + "printedName": "autoTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)autoTries", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC9autoTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)autoTries", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC9autoTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "manualTries", + "printedName": "manualTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)manualTries", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11manualTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)manualTries", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11manualTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "enhancedManual", + "printedName": "enhancedManual", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)enhancedManual", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC14enhancedManualSbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)enhancedManual", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC14enhancedManualSbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "classificationType", + "printedName": "classificationType", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)classificationType", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC18classificationTypeSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)classificationType", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC18classificationTypeSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "fourCorners", + "printedName": "fourCorners", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.Int]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.Int]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)fourCorners", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11fourCornersSaySaySiGGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.Int]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.Int]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)fourCorners", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11fourCornersSaySaySiGGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "warnings", + "printedName": "warnings", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)warnings", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC8warningsSaySSGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)warnings", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC8warningsSaySSGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mrzExtracted", + "printedName": "mrzExtracted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)mrzExtracted", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC12mrzExtractedSbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)mrzExtracted", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC12mrzExtractedSbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "optionalDataRedacted", + "printedName": "optionalDataRedacted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)optionalDataRedacted", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC20optionalDataRedactedSbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)optionalDataRedacted", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC20optionalDataRedactedSbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDocumentSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiDocumentSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDocumentSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiDocumentSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(cm)from:", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC4fromyACSDySSypGFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDocumentSessionInfo", + "mangledName": "$s10MiSnapCore0aB23MibiDocumentSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "MiSnapCore.MiSnapMibiSessionInfo", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiBarcodeSessionInfo", + "printedName": "MiSnapMibiBarcodeSessionInfo", + "children": [ + { + "kind": "Var", + "name": "barcodeType", + "printedName": "barcodeType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)barcodeType", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11barcodeTypeSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)barcodeType", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11barcodeTypeSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mode", + "printedName": "mode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)mode", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC4modeAA0abdfG4ModeOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)mode", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC4modeAA0abdfG4ModeOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "deviceOrientation", + "printedName": "deviceOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC17deviceOrientationAA0abdfgI0Ovp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC17deviceOrientationAA0abdfgI0Ovg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "documentOrientation", + "printedName": "documentOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)documentOrientation", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC19documentOrientationAA0abdfgI0Ovp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)documentOrientation", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC19documentOrientationAA0abdfgI0Ovg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jpegQuality", + "printedName": "jpegQuality", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)jpegQuality", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11jpegQualitySivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)jpegQuality", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11jpegQualitySivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "autoTries", + "printedName": "autoTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)autoTries", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC9autoTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)autoTries", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC9autoTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "manualTries", + "printedName": "manualTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)manualTries", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11manualTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)manualTries", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11manualTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiBarcodeSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiBarcodeSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiBarcodeSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiBarcodeSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(cm)from:", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC4fromyACSDySSypGFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiBarcodeSessionInfo", + "mangledName": "$s10MiSnapCore0aB22MibiBarcodeSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "MiSnapCore.MiSnapMibiSessionInfo", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiFaceSessionInfo", + "printedName": "MiSnapMibiFaceSessionInfo", + "children": [ + { + "kind": "Var", + "name": "mode", + "printedName": "mode", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)mode", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC4modeAA0abdfG4ModeOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoMode", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoMode", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)mode", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC4modeAA0abdfG4ModeOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "smile", + "printedName": "smile", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)smile", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC5smileSbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)smile", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC5smileSbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "deviceOrientation", + "printedName": "deviceOrientation", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC17deviceOrientationAA0abdfgI0Ovp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoOrientation", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoOrientation", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoOrientation" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)deviceOrientation", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC17deviceOrientationAA0abdfgI0Ovg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jpegQuality", + "printedName": "jpegQuality", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)jpegQuality", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11jpegQualitySivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)jpegQuality", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11jpegQualitySivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "autoTries", + "printedName": "autoTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)autoTries", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC9autoTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)autoTries", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC9autoTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "manualTries", + "printedName": "manualTries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)manualTries", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11manualTriesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)manualTries", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11manualTriesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "warnings", + "printedName": "warnings", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)warnings", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC8warningsSaySSGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)warnings", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC8warningsSaySSGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiFaceSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiFaceSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiFaceSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiFaceSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(cm)from:", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC4fromyACSDySSypGFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiFaceSessionInfo", + "mangledName": "$s10MiSnapCore0aB19MibiFaceSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "MiSnapCore.MiSnapMibiSessionInfo", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiVoiceSessionInfo", + "printedName": "MiSnapMibiVoiceSessionInfo", + "children": [ + { + "kind": "Var", + "name": "flow", + "printedName": "flow", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)flow", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC4flowAA0abdfG4FlowOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoFlow", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoFlow", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoFlow" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)flow", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC4flowAA0abdfG4FlowOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tries", + "printedName": "tries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)tries", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC5triesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)tries", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC5triesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "warnings", + "printedName": "warnings", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.String]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)warnings", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC8warningsSaySaySSGGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.String]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)warnings", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC8warningsSaySaySSGGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "snr", + "printedName": "snr", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)snr", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC3snrSfvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)snr", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC3snrSfvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "speechDuration", + "printedName": "speechDuration", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)speechDuration", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC14speechDurationSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)speechDuration", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC14speechDurationSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiVoiceSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiVoiceSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiVoiceSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiVoiceSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(cm)from:", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC4fromyACSDySSypGFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiVoiceSessionInfo", + "mangledName": "$s10MiSnapCore0aB20MibiVoiceSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "MiSnapCore.MiSnapMibiSessionInfo", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiNFCSessionInfo", + "printedName": "MiSnapMibiNFCSessionInfo", + "children": [ + { + "kind": "Var", + "name": "tries", + "printedName": "tries", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)tries", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC5triesSivp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)tries", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC5triesSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "unlock", + "printedName": "unlock", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)unlock", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC6unlockAA0abd7SessionF6UnlockOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiSessionInfoUnlock", + "printedName": "MiSnapCore.MiSnapMibiSessionInfoUnlock", + "usr": "c:@M@MiSnapCore@E@MiSnapMibiSessionInfoUnlock" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)unlock", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC6unlockAA0abd7SessionF6UnlockOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "ca", + "printedName": "ca", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.Bool]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)ca", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC2caSDySSSbGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.Bool]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.Bool]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)ca", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC2caSDySSSbGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "dgs", + "printedName": "dgs", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)dgs", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC3dgsSaySSGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)dgs", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC3dgsSaySSGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "warnings", + "printedName": "warnings", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.String]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)warnings", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC8warningsSaySaySSGGSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[[Swift.String]]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[[Swift.String]]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)warnings", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC8warningsSaySaySSGGSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "documentCode", + "printedName": "documentCode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)documentCode", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC12documentCodeSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)documentCode", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC12documentCodeSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "issuingCountry", + "printedName": "issuingCountry", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)issuingCountry", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC14issuingCountrySSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)issuingCountry", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC14issuingCountrySSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "issueDate", + "printedName": "issueDate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)issueDate", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC9issueDateSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)issueDate", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC9issueDateSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "nationality", + "printedName": "nationality", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)nationality", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC11nationalitySSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)nationality", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC11nationalitySSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "optionalDataRedacted", + "printedName": "optionalDataRedacted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)optionalDataRedacted", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC20optionalDataRedactedSbvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)optionalDataRedacted", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC20optionalDataRedactedSbvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiNFCSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiNFCSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)init", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoCACycfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiNFCSessionInfo", + "printedName": "MiSnapCore.MiSnapMibiNFCSessionInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(cm)from:", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC4fromyACSDySSypGFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(py)description", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo(im)description", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiNFCSessionInfo", + "mangledName": "$s10MiSnapCore0aB18MibiNFCSessionInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiSessionInfo", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "MiSnapCore.MiSnapMibiSessionInfo", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapMibiDeviceInfo", + "printedName": "MiSnapMibiDeviceInfo", + "children": [ + { + "kind": "Var", + "name": "manufacturer", + "printedName": "manufacturer", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)manufacturer", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC12manufacturerSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)manufacturer", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC12manufacturerSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "device", + "printedName": "device", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)device", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC6deviceSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)device", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC6deviceSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "model", + "printedName": "model", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)model", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC5modelSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)model", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC5modelSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "os", + "printedName": "os", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)os", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC2osSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)os", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC2osSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)id", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC2idSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)id", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC2idSSvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDeviceInfo", + "printedName": "MiSnapCore.MiSnapMibiDeviceInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)init", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:10MiSnapCore0aB14MibiDeviceInfoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC6encode2toys7Encoder_p_tKF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapMibiDeviceInfo", + "printedName": "MiSnapCore.MiSnapMibiDeviceInfo", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB14MibiDeviceInfoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC4fromACs7Decoder_p_tKcfc", + "moduleName": "MiSnapCore", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(py)description", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo(im)description", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapMibiDeviceInfo", + "mangledName": "$s10MiSnapCore0aB14MibiDeviceInfoC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapDevice", + "printedName": "MiSnapDevice", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapDevice", + "printedName": "MiSnapCore.MiSnapDevice", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(im)init", + "mangledName": "$s10MiSnapCore0aB6DeviceCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(py)id", + "mangledName": "$s10MiSnapCore0aB6DeviceC2idSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(im)id", + "mangledName": "$s10MiSnapCore0aB6DeviceC2idSSSgvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelName", + "printedName": "modelName", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(py)modelName", + "mangledName": "$s10MiSnapCore0aB6DeviceC9modelNameSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(im)modelName", + "mangledName": "$s10MiSnapCore0aB6DeviceC9modelNameSSvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "osVersion", + "printedName": "osVersion", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(py)osVersion", + "mangledName": "$s10MiSnapCore0aB6DeviceC9osVersionSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(im)osVersion", + "mangledName": "$s10MiSnapCore0aB6DeviceC9osVersionSSvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "info", + "printedName": "info", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(py)info", + "mangledName": "$s10MiSnapCore0aB6DeviceC4infoSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice(im)info", + "mangledName": "$s10MiSnapCore0aB6DeviceC4infoSSSgvg", + "moduleName": "MiSnapCore", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapDevice", + "mangledName": "$s10MiSnapCore0aB6DeviceC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapLicenseFeature", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureNone", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "generic", + "printedName": "generic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureGeneric", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO7genericyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "deposit", + "printedName": "deposit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureDeposit", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO7deposityA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "barcode", + "printedName": "barcode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureBarcode", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO7barcodeyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureId", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO2idyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "ODC", + "printedName": "ODC", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureODC", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO3ODCyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "ODE", + "printedName": "ODE", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureODE", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO3ODEyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "NFC", + "printedName": "NFC", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureNFC", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO3NFCyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "face", + "printedName": "face", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureFace", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO4faceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "voice", + "printedName": "voice", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureVoice", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO5voiceyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "enhancedManual", + "printedName": "enhancedManual", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseFeature.Type) -> MiSnapCore.MiSnapLicenseFeature", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseFeature.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature@MiSnapLicenseFeatureEnhancedManual", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO14enhancedManualyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapLicenseFeature?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB14LicenseFeatureO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB14LicenseFeatureO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB14LicenseFeatureO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature", + "mangledName": "$s10MiSnapCore0aB14LicenseFeatureO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapLicenseStatus", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusNone", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO4noneyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "valid", + "printedName": "valid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusValid", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO5validyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "notValid", + "printedName": "notValid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusNotValid", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO8notValidyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "expired", + "printedName": "expired", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusExpired", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO7expiredyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "disabled", + "printedName": "disabled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusDisabled", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO8disabledyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "notValidAppId", + "printedName": "notValidAppId", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusNotValidAppId", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO13notValidAppIdyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "platformNotSupported", + "printedName": "platformNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusPlatformNotSupported", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO20platformNotSupportedyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "featureNotSupported", + "printedName": "featureNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(MiSnapCore.MiSnapLicenseStatus.Type) -> MiSnapCore.MiSnapLicenseStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "MiSnapCore.MiSnapLicenseStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus@MiSnapLicenseStatusFeatureNotSupported", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO19featureNotSupportedyA2CmF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "stringValue", + "printedName": "stringValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB13LicenseStatusO11stringValueSSvp", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO11stringValueSSvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB13LicenseStatusO11stringValueSSvg", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO11stringValueSSvg", + "moduleName": "MiSnapCore", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "MiSnapCore.MiSnapLicenseStatus?", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:10MiSnapCore0aB13LicenseStatusO8rawValueACSgSi_tcfc", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO8rawValueACSgSi_tcfc", + "moduleName": "MiSnapCore", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:10MiSnapCore0aB13LicenseStatusO8rawValueSivp", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO8rawValueSivp", + "moduleName": "MiSnapCore", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:10MiSnapCore0aB13LicenseStatusO8rawValueSivg", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO8rawValueSivg", + "moduleName": "MiSnapCore", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus", + "mangledName": "$s10MiSnapCore0aB13LicenseStatusO", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MiSnapLicenseManager", + "printedName": "MiSnapLicenseManager", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseManager", + "printedName": "MiSnapCore.MiSnapLicenseManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(cpy)shared", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC6sharedACvpZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseManager", + "printedName": "MiSnapCore.MiSnapLicenseManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(cm)shared", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC6sharedACvgZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "destroyShared", + "printedName": "destroyShared()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(cm)destroyShared", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC13destroySharedyyFZ", + "moduleName": "MiSnapCore", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "status", + "printedName": "status", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(py)status", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC6statusAA0abD6StatusOvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseStatus", + "printedName": "MiSnapCore.MiSnapLicenseStatus", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseStatus" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)status", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC6statusAA0abD6StatusOvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "gpo", + "printedName": "gpo", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(py)gpo", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC3gpoSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)gpo", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC3gpoSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "expirationDateString", + "printedName": "expirationDateString", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(py)expirationDateString", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC20expirationDateStringSSSgvp", + "moduleName": "MiSnapCore", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "SetterAccess", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)expirationDateString", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC20expirationDateStringSSSgvg", + "moduleName": "MiSnapCore", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setLicenseKey", + "printedName": "setLicenseKey(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)setLicenseKey:", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC03setD3KeyyySSSgF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "featureSupported", + "printedName": "featureSupported(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "MiSnapLicenseFeature", + "printedName": "MiSnapCore.MiSnapLicenseFeature", + "usr": "c:@M@MiSnapCore@E@MiSnapLicenseFeature" + } + ], + "declKind": "Func", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)featureSupported:", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC16featureSupportedySbAA0abD7FeatureOF", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(py)description", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC11descriptionSSvp", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)description", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC11descriptionSSvg", + "moduleName": "MiSnapCore", + "overriding": true, + "objc_name": "description", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "MiSnapLicenseManager", + "printedName": "MiSnapCore.MiSnapLicenseManager", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager(im)init", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerCACycfc", + "moduleName": "MiSnapCore", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@MiSnapCore@objc(cs)MiSnapLicenseManager", + "mangledName": "$s10MiSnapCore0aB14LicenseManagerC", + "moduleName": "MiSnapCore", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 179, + "length": 17, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 16, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 232, + "length": 20, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 262, + "length": 19, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 291, + "length": 15, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 341, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 361, + "length": 15, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 17, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 12, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 20, + "value": "11" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 465, + "length": 13, + "value": "12" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 15, + "value": "13" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 18, + "value": "14" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 541, + "length": 16, + "value": "15" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 567, + "length": 17, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 20, + "value": "17" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 624, + "length": 12, + "value": "18" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 646, + "length": 24, + "value": "19" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 680, + "length": 19, + "value": "20" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 709, + "length": 22, + "value": "21" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 24, + "value": "22" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 15, + "value": "23" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 800, + "length": 16, + "value": "24" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 826, + "length": 14, + "value": "25" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 17, + "value": "26" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 877, + "length": 19, + "value": "27" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 906, + "length": 19, + "value": "28" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 935, + "length": 22, + "value": "29" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 967, + "length": 9, + "value": "30" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 5, + "value": "31" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1001, + "length": 12, + "value": "32" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1023, + "length": 14, + "value": "33" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1047, + "length": 14, + "value": "34" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1071, + "length": 12, + "value": "35" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1093, + "length": 11, + "value": "36" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 17, + "value": "37" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1141, + "length": 18, + "value": "38" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1169, + "length": 16, + "value": "39" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 16, + "value": "40" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1221, + "length": 22, + "value": "41" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 14, + "value": "42" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1277, + "length": 13, + "value": "43" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1300, + "length": 6, + "value": "44" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1316, + "length": 11, + "value": "45" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 4, + "value": "46" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1351, + "length": 7, + "value": "47" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "48" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 18, + "value": "49" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1412, + "length": 20, + "value": "50" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1442, + "length": 22, + "value": "51" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1474, + "length": 16, + "value": "52" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1500, + "length": 18, + "value": "53" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 13, + "value": "54" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1551, + "length": 21, + "value": "55" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1582, + "length": 17, + "value": "56" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 18, + "value": "57" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 13, + "value": "58" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 13, + "value": "59" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 16, + "value": "60" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1709, + "length": 18, + "value": "61" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1737, + "length": 16, + "value": "62" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1763, + "length": 7, + "value": "63" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1780, + "length": 8, + "value": "64" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1798, + "length": 9, + "value": "65" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1817, + "length": 11, + "value": "66" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1838, + "length": 20, + "value": "67" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 19, + "value": "68" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2000, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2058, + "length": 4, + "value": "\"FE\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2118, + "length": 4, + "value": "\"BE\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2178, + "length": 5, + "value": "\"EIF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2239, + "length": 5, + "value": "\"EIB\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2300, + "length": 4, + "value": "\"EP\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2360, + "length": 4, + "value": "\"NF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2420, + "length": 4, + "value": "\"EM\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2480, + "length": 4, + "value": "\"YF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2540, + "length": 4, + "value": "\"ZF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2600, + "length": 4, + "value": "\"AF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2660, + "length": 4, + "value": "\"RF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2720, + "length": 4, + "value": "\"TF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2780, + "length": 4, + "value": "\"CF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2840, + "length": 5, + "value": "\"ARF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2901, + "length": 4, + "value": "\"SF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 2961, + "length": 4, + "value": "\"BF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3021, + "length": 4, + "value": "\"LF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3081, + "length": 4, + "value": "\"GF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3141, + "length": 4, + "value": "\"CP\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3214, + "length": 6, + "value": "\"FENF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3276, + "length": 6, + "value": "\"FENC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3338, + "length": 6, + "value": "\"FEMF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 5, + "value": "\"FER\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3461, + "length": 5, + "value": "\"FEP\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 5, + "value": "\"FEY\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3583, + "length": 6, + "value": "\"FETF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3645, + "length": 6, + "value": "\"FETC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3707, + "length": 6, + "value": "\"FENS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3769, + "length": 6, + "value": "\"FESS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3831, + "length": 5, + "value": "\"FHS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3892, + "length": 4, + "value": "\"FS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 3965, + "length": 7, + "value": "\"ERROR\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4028, + "length": 9, + "value": "\"SUCCESS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4093, + "length": 9, + "value": "\"TIMEOUT\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4158, + "length": 7, + "value": "\"START\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4221, + "length": 6, + "value": "\"READ\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4283, + "length": 13, + "value": "\"UNKNOWN_TAG\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4352, + "length": 6, + "value": "\"PACE\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4414, + "length": 4, + "value": "\"CA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4474, + "length": 4, + "value": "\"AA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4534, + "length": 18, + "value": "\"ACCESS_MECHANISM\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4608, + "length": 9, + "value": "\"DISCARD\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4673, + "length": 8, + "value": "\"CANCEL\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4750, + "length": 3, + "value": "\"C\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4809, + "length": 4, + "value": "\"IS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4869, + "length": 4, + "value": "\"HS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4929, + "length": 4, + "value": "\"TS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 4989, + "length": 4, + "value": "\"RS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5062, + "length": 4, + "value": "\"MC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5122, + "length": 5, + "value": "\"MFC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5183, + "length": 4, + "value": "\"MI\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5243, + "length": 4, + "value": "\"MY\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5303, + "length": 4, + "value": "\"MZ\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5363, + "length": 4, + "value": "\"MA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5423, + "length": 4, + "value": "\"MR\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5483, + "length": 4, + "value": "\"MS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5543, + "length": 4, + "value": "\"MB\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5603, + "length": 4, + "value": "\"MG\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5663, + "length": 4, + "value": "\"MW\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5723, + "length": 4, + "value": "\"MT\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5783, + "length": 4, + "value": "\"ST\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5843, + "length": 4, + "value": "\"MF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5916, + "length": 4, + "value": "\"FT\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 5976, + "length": 4, + "value": "\"FF\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 6049, + "length": 4, + "value": "\"SA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 6109, + "length": 4, + "value": "\"SS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 6182, + "length": 4, + "value": "\"DL\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "StringLiteral", + "offset": 6242, + "length": 4, + "value": "\"DP\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "BooleanLiteral", + "offset": 6637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "BooleanLiteral", + "offset": 6693, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 179, + "length": 17, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 16, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 232, + "length": 20, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 262, + "length": 19, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 291, + "length": 15, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 341, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 361, + "length": 15, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 17, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 12, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 435, + "length": 20, + "value": "11" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 465, + "length": 13, + "value": "12" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 15, + "value": "13" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 18, + "value": "14" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 541, + "length": 16, + "value": "15" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 567, + "length": 17, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 20, + "value": "17" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 624, + "length": 12, + "value": "18" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 646, + "length": 24, + "value": "19" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 680, + "length": 19, + "value": "20" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 709, + "length": 22, + "value": "21" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 24, + "value": "22" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 15, + "value": "23" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 800, + "length": 16, + "value": "24" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 826, + "length": 14, + "value": "25" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 17, + "value": "26" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 877, + "length": 19, + "value": "27" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 906, + "length": 19, + "value": "28" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 935, + "length": 22, + "value": "29" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 967, + "length": 9, + "value": "30" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 5, + "value": "31" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1001, + "length": 12, + "value": "32" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1023, + "length": 14, + "value": "33" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1047, + "length": 14, + "value": "34" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1071, + "length": 12, + "value": "35" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1093, + "length": 11, + "value": "36" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1114, + "length": 17, + "value": "37" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1141, + "length": 18, + "value": "38" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1169, + "length": 16, + "value": "39" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 16, + "value": "40" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1221, + "length": 22, + "value": "41" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 14, + "value": "42" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1277, + "length": 13, + "value": "43" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1300, + "length": 6, + "value": "44" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1316, + "length": 11, + "value": "45" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 4, + "value": "46" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1351, + "length": 7, + "value": "47" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "48" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 18, + "value": "49" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1412, + "length": 20, + "value": "50" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1442, + "length": 22, + "value": "51" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1474, + "length": 16, + "value": "52" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1500, + "length": 18, + "value": "53" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 13, + "value": "54" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1551, + "length": 21, + "value": "55" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1582, + "length": 17, + "value": "56" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 18, + "value": "57" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 13, + "value": "58" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 13, + "value": "59" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 16, + "value": "60" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1709, + "length": 18, + "value": "61" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1737, + "length": 16, + "value": "62" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1763, + "length": 7, + "value": "63" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1780, + "length": 8, + "value": "64" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1798, + "length": 9, + "value": "65" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1817, + "length": 11, + "value": "66" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1838, + "length": 20, + "value": "67" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 19, + "value": "68" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "FloatLiteral", + "offset": 6880, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "FloatLiteral", + "offset": 6931, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "Array", + "offset": 7054, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 7117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "IntegerLiteral", + "offset": 8616, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "Dictionary", + "offset": 8668, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapUxpEventManager.swift", + "kind": "Array", + "offset": 9305, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 203, + "length": 96, + "value": "[0xd9, 0x4f, 0x97, 0x9e, 0x2c, 0xb7, 0x96, 0xf3, 0x07, 0x16, 0xae, 0x96, 0x1e, 0xef, 0x0c, 0x4b]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 9266, + "length": 1764, + "value": "[0xe9, 0xcd, 0x96, 0xbc, 0x1c, 0xba, 0x90, 0xfa, 0x2d, 0x90, 0xe6, 0x10, 0xe9, 0xe2, 0x0d, 0x4a, 0xd8, 0x4a, 0x97, 0x9d, 0xae, 0xb6, 0x99, 0xf3, 0x37, 0x94, 0xaf, 0x9c, 0x1c, 0x6d, 0x0d, 0x4a, 0xd9, 0xad, 0xd3, 0x60, 0x9c, 0x23, 0xda, 0x3f, 0x59, 0xff, 0x4b, 0x73, 0x59, 0x55, 0xab, 0x27, 0xa6, 0xe2, 0x02, 0xe4, 0xe4, 0xc2, 0xe0, 0x70, 0xba, 0x59, 0x66, 0x46, 0x14, 0x55, 0x9e, 0x79, 0x6b, 0x9d, 0x5a, 0xf9, 0x0b, 0xa2, 0x9d, 0xf9, 0xc7, 0xef, 0xe7, 0x95, 0xf3, 0x2b, 0x15, 0xf8, 0x36, 0xda, 0xa9, 0x09, 0x06, 0xc2, 0x4d, 0x1c, 0x51, 0xbe, 0x0e, 0x25, 0x0c, 0x5d, 0x70, 0x0c, 0x86, 0xf5, 0x0e, 0x0f, 0x0f, 0xa5, 0x1d, 0x30, 0x08, 0x2e, 0xaf, 0xd6, 0xe8, 0x3c, 0x08, 0x43, 0x6a, 0xd0, 0x3f, 0x19, 0xde, 0xed, 0x49, 0x9e, 0xb0, 0x85, 0x4e, 0x57, 0xc6, 0x0e, 0xee, 0xb2, 0xc4, 0xf4, 0x46, 0xf4, 0xb4, 0x75, 0xdf, 0xba, 0x4b, 0x3f, 0xc9, 0x23, 0x94, 0xb1, 0xf1, 0x3f, 0xf2, 0x5e, 0xe5, 0x2c, 0x12, 0xe2, 0xbc, 0xf9, 0xb5, 0x8d, 0x7c, 0x59, 0xe8, 0x8e, 0xee, 0xa1, 0xd7, 0xae, 0x2c, 0xd4, 0x8c, 0x39, 0x85, 0x90, 0x42, 0x01, 0xcd, 0xe5, 0x51, 0xc8, 0x7f, 0x96, 0x48, 0x06, 0xc3, 0x7f, 0x35, 0x6f, 0x2d, 0xbf, 0xcb, 0x4e, 0x6f, 0xaa, 0xd0, 0x8e, 0x45, 0xb0, 0x9f, 0xde, 0x7a, 0x21, 0x12, 0x82, 0x3c, 0x65, 0xcc, 0x42, 0x89, 0xc6, 0xaa, 0x43, 0xcb, 0x89, 0x16, 0xce, 0x0d, 0x1c, 0x65, 0x26, 0xfd, 0x90, 0x0d, 0x06, 0x50, 0x88, 0x77, 0x63, 0xca, 0xfe, 0x01, 0x84, 0xd0, 0xdb, 0xf2, 0x33, 0x02, 0x23, 0x38, 0x63, 0x7e, 0xe9, 0x24, 0x3c, 0x21, 0x0a, 0x7d, 0x54, 0x22, 0x79, 0x80, 0x8f, 0xaf, 0x73, 0x93, 0xc6, 0xbd, 0x0b, 0xad, 0xb2, 0x36, 0x8c, 0x95, 0x29, 0xcc, 0x44, 0x6a, 0x63, 0x39, 0x64, 0x07, 0xc8, 0xcf, 0xb6, 0x7b, 0x9a, 0x59, 0x77, 0x1e, 0xdb, 0x5d, 0x86, 0x35, 0xc4, 0x9a, 0x62, 0xef, 0x8c, 0x08, 0x4e, 0x80, 0xaa, 0x10, 0x55, 0x2c, 0x4d, 0x94, 0x9f, 0x2c, 0xb6]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 11110, + "length": 118, + "value": "[0x5a, 0xa7, 0xef, 0x89, 0xc7, 0xb9, 0xe7, 0xa9, 0x17, 0xb4, 0x84, 0x77, 0xce, 0x8d, 0x06, 0x6d]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 11267, + "length": 118, + "value": "[0xe6, 0xe0, 0x84, 0x56, 0x3f, 0x93, 0x04, 0xf3, 0x5d, 0xe7, 0x04, 0x5c, 0x02, 0x9e, 0x12, 0x99]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 11429, + "length": 180, + "value": "[0x39, 0xc8, 0x82, 0xa7, 0xaa, 0xd0, 0x93, 0xcc, 0x7c, 0xc7, 0xfd, 0x04, 0xba, 0xe8, 0x6b, 0x1e, 0x74, 0xcc, 0x8a, 0xf0, 0xa4, 0xd1, 0x86, 0xc0, 0x79]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "Array", + "offset": 11653, + "length": 74, + "value": "[0x8f, 0x84, 0xe1, 0x38, 0x4b, 0xfa, 0x62, 0x9a, 0x38, 0x95]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "IntegerLiteral", + "offset": 11946, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "IntegerLiteral", + "offset": 12221, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDeviceConstants.swift", + "kind": "IntegerLiteral", + "offset": 12446, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 395, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 299, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 395, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 691, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "IntegerLiteral", + "offset": 691, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "BooleanLiteral", + "offset": 1064, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1240, + "length": 27, + "value": "\"MiSnapLogConfiguration:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1283, + "length": 30, + "value": "\"\tLevel: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1310, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1329, + "length": 44, + "value": "\"\tPresentation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1370, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 25, + "value": "\"\tSavePII: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1411, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1564, + "length": 7, + "value": "\"level\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1666, + "length": 14, + "value": "\"presentation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1738, + "length": 9, + "value": "\"savePII\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1857, + "length": 7, + "value": "\"level\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1918, + "length": 14, + "value": "\"presentation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 9, + "value": "\"savePII\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 3540, + "length": 44, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 3579, + "length": 1, + "value": "\".txt\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "BooleanLiteral", + "offset": 3751, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 3915, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "Array", + "offset": 3955, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4053, + "length": 6, + "value": "\".txt\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4189, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4229, + "length": 115, + "value": "\"\nDevice info:\n\tModel: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 1, + "value": "\"\n\tOS: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4330, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4562, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 4798, + "length": 12, + "value": "\"yyyy-MM-dd\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "BooleanLiteral", + "offset": 5030, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 5085, + "length": 21, + "value": "\"yyyy-MM-dd_HH_mm_ss\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 5130, + "length": 13, + "value": "\"misnap_nfc_\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLog.swift", + "kind": "StringLiteral", + "offset": 5179, + "length": 6, + "value": "\".txt\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 214, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 246, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 214, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 246, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1377, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1565, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1782, + "length": 2, + "value": "98" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "IntegerLiteral", + "offset": 1876, + "length": 3, + "value": "130" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "Array", + "offset": 3134, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "Array", + "offset": 3815, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 4547, + "length": 71, + "value": "\"Input data size is \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 4580, + "length": 1, + "value": "\". Max allowed size is \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 4617, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 4760, + "length": 46, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 4773, + "length": 2, + "value": "\" is not supported for encryption\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 5418, + "length": 46, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 5431, + "length": 2, + "value": "\" is not supported for decryption\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 7110, + "length": 38, + "value": "\"Could't copy public key from private\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCryptography.swift", + "kind": "StringLiteral", + "offset": 1009, + "length": 18, + "value": "\"MiSnapCore.MiSnapCryptography\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 284, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 334, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 15, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 448, + "length": 11, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 497, + "length": 6, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 547, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 596, + "length": 5, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 641, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 683, + "length": 2, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 760, + "length": 7, + "value": "11" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 803, + "length": 4, + "value": "12" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 846, + "length": 7, + "value": "13" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 892, + "length": 7, + "value": "14" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 934, + "length": 3, + "value": "15" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 979, + "length": 10, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1031, + "length": 10, + "value": "17" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1081, + "length": 8, + "value": "18" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1126, + "length": 5, + "value": "19" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1166, + "length": 3, + "value": "20" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1212, + "length": 10, + "value": "21" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1265, + "length": 10, + "value": "22" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1319, + "length": 11, + "value": "23" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1373, + "length": 11, + "value": "24" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1444, + "length": 26, + "value": "25" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1635, + "length": 13, + "value": "\"MibiVersion\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1704, + "length": 12, + "value": "\"DeviceInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1772, + "length": 9, + "value": "\"SdkInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1837, + "length": 17, + "value": "\"PlatformPrivate\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1910, + "length": 13, + "value": "\"SessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 1979, + "length": 8, + "value": "\"Device\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2043, + "length": 14, + "value": "\"Manufacturer\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2113, + "length": 7, + "value": "\"Model\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2176, + "length": 10, + "value": "\"Platform\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2242, + "length": 4, + "value": "\"OS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2302, + "length": 4, + "value": "\"ID\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2362, + "length": 9, + "value": "\"Modules\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2427, + "length": 6, + "value": "\"Name\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2489, + "length": 9, + "value": "\"Version\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2554, + "length": 9, + "value": "\"License\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2619, + "length": 5, + "value": "\"GPO\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2680, + "length": 12, + "value": "\"ExpiryDate\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2748, + "length": 12, + "value": "\"Parameters\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2816, + "length": 10, + "value": "\"Original\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2882, + "length": 7, + "value": "\"Final\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 2945, + "length": 5, + "value": "\"UXP\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3006, + "length": 18, + "value": "\"MiSnapResultCode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3080, + "length": 12, + "value": "\"ImageWidth\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3148, + "length": 13, + "value": "\"ImageHeight\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3217, + "length": 13, + "value": "\"Orientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3286, + "length": 28, + "value": "\"ClassificationDocumentType\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 284, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 334, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 15, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 448, + "length": 11, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 497, + "length": 6, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 547, + "length": 12, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 596, + "length": 5, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 641, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 683, + "length": 2, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 760, + "length": 7, + "value": "11" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 803, + "length": 4, + "value": "12" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 846, + "length": 7, + "value": "13" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 892, + "length": 7, + "value": "14" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 934, + "length": 3, + "value": "15" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 979, + "length": 10, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1031, + "length": 10, + "value": "17" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1081, + "length": 8, + "value": "18" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1126, + "length": 5, + "value": "19" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1166, + "length": 3, + "value": "20" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1212, + "length": 10, + "value": "21" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1265, + "length": 10, + "value": "22" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1319, + "length": 11, + "value": "23" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1373, + "length": 11, + "value": "24" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 1444, + "length": 26, + "value": "25" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 3436, + "length": 5, + "value": "\"2.2\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 3507, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 3586, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 3671, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Array", + "offset": 3724, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Array", + "offset": 3780, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Array", + "offset": 4382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 4686, + "length": 6, + "value": "\"Type\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 5769, + "length": 12, + "value": "\"MiSnapCore\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 7361, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 7419, + "length": 6, + "value": "\"Type\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 7468, + "length": 64, + "value": "\"Session info doesn't have a type or its value type not correct\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Array", + "offset": 7660, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 7744, + "length": 6, + "value": "\"Type\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "FloatLiteral", + "offset": 9572, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 9749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 9968, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 10110, + "length": 4, + "value": "\"72\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 10170, + "length": 4, + "value": "\"72\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 10233, + "length": 3, + "value": "\"1\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 10289, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "FloatLiteral", + "offset": 10422, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 10636, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 10891, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 11008, + "length": 21, + "value": "\"yyyy:MM:dd HH:mm:ss\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 11080, + "length": 5, + "value": "\"UTC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 11281, + "length": 8, + "value": "\"+00:00\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 11627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 11726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 12638, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 13000, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 13004, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 13866, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 13871, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 13895, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 14565, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 14896, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 14900, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 15035, + "length": 6, + "value": "\"mibi\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 16174, + "length": 6, + "value": "\"%08X\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 16255, + "length": 6, + "value": "\"%08X\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Array", + "offset": 16422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16498, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16519, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16560, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16641, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 16715, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 17264, + "length": 5, + "value": "\"iOS\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "Dictionary", + "offset": 17673, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18167, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18347, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18394, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18437, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18478, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18518, + "length": 3, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18666, + "length": 10, + "value": "\"Document\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18712, + "length": 9, + "value": "\"Barcode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18757, + "length": 6, + "value": "\"Face\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18799, + "length": 7, + "value": "\"Voice\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18842, + "length": 5, + "value": "\"NFC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 18883, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19065, + "length": 10, + "value": "\"Document\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19110, + "length": 9, + "value": "\"Barcode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19154, + "length": 6, + "value": "\"Face\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19195, + "length": 7, + "value": "\"Voice\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19237, + "length": 5, + "value": "\"NFC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18347, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18394, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18437, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18478, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 18518, + "length": 3, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19494, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19536, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19585, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19740, + "length": 6, + "value": "\"Auto\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19782, + "length": 8, + "value": "\"Manual\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19826, + "length": 12, + "value": "\"ForcedAuto\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 19874, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20056, + "length": 6, + "value": "\"Auto\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20097, + "length": 8, + "value": "\"Manual\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20140, + "length": 12, + "value": "\"ForcedAuto\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19494, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19536, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 19585, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 20429, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 20478, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20632, + "length": 10, + "value": "\"Portrait\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20678, + "length": 11, + "value": "\"Landscape\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20725, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20921, + "length": 10, + "value": "\"Portrait\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 20966, + "length": 11, + "value": "\"Landscape\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 20429, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 20478, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 21235, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 21289, + "length": 12, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 21450, + "length": 12, + "value": "\"Enrollment\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 21502, + "length": 14, + "value": "\"Verification\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 21556, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 21738, + "length": 12, + "value": "\"Enrollment\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 21789, + "length": 14, + "value": "\"Verification\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 21235, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 21289, + "length": 12, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22094, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22132, + "length": 2, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22169, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22317, + "length": 6, + "value": "\"PACE\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22359, + "length": 4, + "value": "\"CA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22399, + "length": 5, + "value": "\"BAC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22440, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22636, + "length": 6, + "value": "\"PACE\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22677, + "length": 4, + "value": "\"CA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22716, + "length": 5, + "value": "\"BAC\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22094, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22132, + "length": 2, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 22169, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 23067, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23341, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23348, + "length": 27, + "value": "\"Type: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23374, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23378, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23398, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23405, + "length": 37, + "value": "\"Total duration: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23438, + "length": 2, + "value": "\" ms\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23445, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 22841, + "length": 21, + "value": "\"MiSnapCore.MiSnapMibiSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23664, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 24126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 24211, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 24300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 24396, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 24769, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 24882, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 25385, + "length": 9, + "value": "\"DocType\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 25564, + "length": 6, + "value": "\"Mode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 25823, + "length": 19, + "value": "\"DeviceOrientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 26158, + "length": 21, + "value": "\"DocumentOrientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 26484, + "length": 13, + "value": "\"JpegQuality\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 26687, + "length": 15, + "value": "\"TotalDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 26888, + "length": 11, + "value": "\"AutoTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 27081, + "length": 13, + "value": "\"ManualTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 27286, + "length": 16, + "value": "\"EnhancedManual\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 27544, + "length": 20, + "value": "\"ClassificationType\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 27755, + "length": 13, + "value": "\"FourCorners\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 27940, + "length": 10, + "value": "\"Warnings\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28125, + "length": 14, + "value": "\"MrzExtracted\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28334, + "length": 22, + "value": "\"OptionalDataRedacted\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28592, + "length": 34, + "value": "\"MiSnapMibiDocumentSessionInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28675, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28682, + "length": 22, + "value": "\"Doc type: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28703, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28707, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28788, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28795, + "length": 44, + "value": "\"Classification type: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28838, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28842, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28872, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28879, + "length": 27, + "value": "\"Mode: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28905, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28909, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28929, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28936, + "length": 54, + "value": "\"Device orientation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28989, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 28993, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29013, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29020, + "length": 58, + "value": "\"Document orientation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29077, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29081, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29101, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29108, + "length": 30, + "value": "\"Jpeg quality: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29137, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29141, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29161, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29168, + "length": 26, + "value": "\"Auto tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29193, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29197, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29217, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29224, + "length": 30, + "value": "\"Manual tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29253, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29257, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29324, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29331, + "length": 30, + "value": "\"Four corners: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29360, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29364, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29435, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29442, + "length": 12, + "value": "\"Warnings: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29457, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29523, + "length": 18, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29538, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29581, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29588, + "length": 36, + "value": "\"Enhanced manual: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29623, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29627, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29647, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29654, + "length": 32, + "value": "\"MRZ extracted: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29685, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29689, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29709, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29716, + "length": 49, + "value": "\"Optional data redacted: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29764, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29768, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 23527, + "length": 29, + "value": "\"MiSnapCore.MiSnapMibiDocumentSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29993, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 30455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 30540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 30629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 31132, + "length": 13, + "value": "\"BarcodeType\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 31323, + "length": 6, + "value": "\"Mode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 31582, + "length": 19, + "value": "\"DeviceOrientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 31917, + "length": 21, + "value": "\"DocumentOrientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 32243, + "length": 13, + "value": "\"JpegQuality\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 32446, + "length": 15, + "value": "\"TotalDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 32647, + "length": 11, + "value": "\"AutoTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 32840, + "length": 13, + "value": "\"ManualTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33070, + "length": 33, + "value": "\"MiSnapMibiBarcodeSessionInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33152, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33159, + "length": 30, + "value": "\"Barcode type: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33188, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33192, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33212, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33219, + "length": 27, + "value": "\"Mode: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33245, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33249, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33269, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33276, + "length": 54, + "value": "\"Device orientation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33329, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33333, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33353, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33360, + "length": 58, + "value": "\"Document orientation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33417, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33421, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33441, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33448, + "length": 30, + "value": "\"Jpeg quality: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33477, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33481, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33501, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33508, + "length": 26, + "value": "\"Auto tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33533, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33537, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33557, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33564, + "length": 30, + "value": "\"Manual tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33593, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33597, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 29849, + "length": 28, + "value": "\"MiSnapCore.MiSnapMibiBarcodeSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 33901, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 34128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 34213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 34302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 34866, + "length": 6, + "value": "\"Mode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 35098, + "length": 7, + "value": "\"Smile\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 35295, + "length": 19, + "value": "\"DeviceOrientation\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 35611, + "length": 13, + "value": "\"JpegQuality\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 35814, + "length": 15, + "value": "\"TotalDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36015, + "length": 11, + "value": "\"AutoTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36208, + "length": 13, + "value": "\"ManualTries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36436, + "length": 10, + "value": "\"Warnings\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36662, + "length": 30, + "value": "\"MiSnapMibiFaceSessionInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36741, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36748, + "length": 27, + "value": "\"Mode: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36774, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36778, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36798, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36805, + "length": 17, + "value": "\"Smile: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36821, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36825, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36845, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36852, + "length": 54, + "value": "\"Device orientation: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36905, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36909, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36929, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36936, + "length": 30, + "value": "\"Jpeg quality: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36965, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36969, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36989, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 36996, + "length": 26, + "value": "\"Auto tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37021, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37025, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37045, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37052, + "length": 30, + "value": "\"Manual tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37081, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37085, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37146, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37153, + "length": 12, + "value": "\"Warnings: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37168, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37234, + "length": 18, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37249, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 33675, + "length": 25, + "value": "\"MiSnapCore.MiSnapMibiFaceSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 37577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "FloatLiteral", + "offset": 37737, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 37834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 38318, + "length": 6, + "value": "\"Flow\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 38566, + "length": 15, + "value": "\"TotalDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 38759, + "length": 7, + "value": "\"Tries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 38969, + "length": 10, + "value": "\"Warnings\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39138, + "length": 5, + "value": "\"SNR\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39309, + "length": 16, + "value": "\"SpeechDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39548, + "length": 31, + "value": "\"MiSnapMibiVoiceSessionInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39628, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39635, + "length": 27, + "value": "\"Flow: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39661, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39665, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39685, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39692, + "length": 17, + "value": "\"Tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39708, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39712, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39732, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39739, + "length": 40, + "value": "\"SNR: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39762, + "length": 6, + "value": "\"%.2f\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39775, + "length": 2, + "value": "\" dB\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39782, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39802, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39809, + "length": 39, + "value": "\"Speech duration: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39844, + "length": 2, + "value": "\" ms\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39851, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39912, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39919, + "length": 12, + "value": "\"Warnings: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 39934, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 40000, + "length": 18, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 40015, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 37351, + "length": 26, + "value": "\"MiSnapCore.MiSnapMibiVoiceSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "IntegerLiteral", + "offset": 40239, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "BooleanLiteral", + "offset": 41087, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 41566, + "length": 7, + "value": "\"Tries\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 41740, + "length": 8, + "value": "\"Unlock\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42000, + "length": 15, + "value": "\"TotalDuration\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42222, + "length": 4, + "value": "\"CA\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42378, + "length": 5, + "value": "\"DGs\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42540, + "length": 10, + "value": "\"Warnings\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42727, + "length": 14, + "value": "\"DocumentCode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 42926, + "length": 16, + "value": "\"IssuingCountry\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43121, + "length": 11, + "value": "\"IssueDate\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43305, + "length": 13, + "value": "\"Nationality\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43513, + "length": 22, + "value": "\"OptionalDataRedacted\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43771, + "length": 29, + "value": "\"MiSnapMibiNFCSessionInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43849, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43856, + "length": 17, + "value": "\"Tries: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43872, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43876, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43896, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43903, + "length": 31, + "value": "\"Unlock: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43933, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43937, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43986, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 43993, + "length": 6, + "value": "\"CA: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44002, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44061, + "length": 18, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44070, + "length": 1, + "value": "\": \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44076, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44150, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44157, + "length": 13, + "value": "\"DGs: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44169, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44173, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44244, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44251, + "length": 12, + "value": "\"Warnings: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44266, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44332, + "length": 18, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44347, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44439, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44446, + "length": 32, + "value": "\"Document code: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44477, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44481, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44564, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44571, + "length": 36, + "value": "\"Issuing country: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44606, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44610, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44683, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44690, + "length": 26, + "value": "\"Issue date: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44715, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44719, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44796, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44803, + "length": 29, + "value": "\"Nationality: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44831, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44835, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44865, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44872, + "length": 49, + "value": "\"Optional data redacted: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44920, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 44924, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 40115, + "length": 24, + "value": "\"MiSnapCore.MiSnapMibiNFCSessionInfo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 45182, + "length": 7, + "value": "\"Apple\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 45806, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47565, + "length": 25, + "value": "\"MiSnapMibiDeviceInfo:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47606, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47613, + "length": 31, + "value": "\"Manufacturer: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47643, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47647, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47667, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47674, + "length": 19, + "value": "\"Device: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47692, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47696, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47716, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47723, + "length": 17, + "value": "\"Model: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47739, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47743, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47763, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47770, + "length": 11, + "value": "\"OS: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47780, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47784, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47804, + "length": 4, + "value": "\"\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47811, + "length": 11, + "value": "\"ID: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47821, + "length": 5, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapMibi.swift", + "kind": "StringLiteral", + "offset": 47825, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 160, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 179, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 160, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 179, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 160, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 179, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 3, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 264, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 264, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 264, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "BooleanLiteral", + "offset": 452, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "BooleanLiteral", + "offset": 838, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 1223, + "length": 17, + "value": "\"decoding failed\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "BooleanLiteral", + "offset": 1578, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "Array", + "offset": 1908, + "length": 16, + "value": "[8, 4, 4, 4, 12]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 1977, + "length": 3, + "value": "\"-\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 2080, + "length": 20, + "value": "\"id creation failed\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 3041, + "length": 21, + "value": "\"id retrieval failed\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 3232, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 3387, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 3509, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 19, + "value": "\"encryption failed\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 6029, + "length": 58, + "value": "\"misnap_device_error: unhandled error with code \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 6086, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 6159, + "length": 33, + "value": "\"misnap_device_error: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 6191, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapDevice.swift", + "kind": "StringLiteral", + "offset": 6218, + "length": 30, + "value": "\"misnap_device_error: unknown\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 357, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 479, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 759, + "length": 6, + "value": "\"%.0f\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 790, + "length": 12, + "value": "1000000000" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 1971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2034, + "length": 6, + "value": "\"%02x\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2225, + "length": 3, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2275, + "length": 4, + "value": "\"0x\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2296, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2354, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 3, + "value": "\"]\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 2687, + "length": 6, + "value": "\"%02x\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "Array", + "offset": 2879, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2899, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "BooleanLiteral", + "offset": 3573, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3601, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 3646, + "length": 28, + "value": "\"abcdefghijklmnopqrstuvwxyz\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 3705, + "length": 28, + "value": "\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 3760, + "length": 12, + "value": "\"0123456789\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 4003, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4161, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4193, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "StringLiteral", + "offset": 4342, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4378, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4450, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4622, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4835, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "Dictionary", + "offset": 5398, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6076, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapCoreExtensions.swift", + "kind": "Dictionary", + "offset": 6218, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 370, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 726, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1055, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1216, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1336, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1446, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1556, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 1817, + "length": 9, + "value": "\"generic\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 1865, + "length": 9, + "value": "\"deposit\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 1913, + "length": 9, + "value": "\"barcode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 1961, + "length": 4, + "value": "\"id\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2004, + "length": 5, + "value": "\"odc\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2048, + "length": 5, + "value": "\"ode\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2092, + "length": 5, + "value": "\"nfc\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2136, + "length": 6, + "value": "\"face\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2181, + "length": 7, + "value": "\"voice\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 2227, + "length": 4, + "value": "\"em\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 259, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 370, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 726, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1055, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1216, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1336, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1446, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1556, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2621, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2709, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2798, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2928, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 3037, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3267, + "length": 6, + "value": "\"None\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3325, + "length": 7, + "value": "\"Valid\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3384, + "length": 11, + "value": "\"Not Valid\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3447, + "length": 9, + "value": "\"Expired\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3508, + "length": 10, + "value": "\"Disabled\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3570, + "length": 18, + "value": "\"Not Valid App Id\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3640, + "length": 24, + "value": "\"Platform Not Supported\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 3716, + "length": 23, + "value": "\"Feature Not Supported\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2621, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2709, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2798, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 2928, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 3037, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 3150, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 3912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 3965, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 4006, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 4104, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Dictionary", + "offset": 4155, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 4193, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 4335, + "length": 5, + "value": "\"1.0\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 4363, + "length": 394, + "value": "\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3ShUaKV+U705QRDP1k991r\/medVeib4zoNiot2zX2gaxyQnDTRUw90QTNOHPruTC\/B\/143B9Aqo85\/blir38GLJJCIfh73Bu3DKnEmCAnqFwRsxTV1SV3ZItxjexgAw0tkU6KyaXK8iCHCnjLffomlyPDkBfRrpxXh3ERgE9PyPFScalDvF1NQutR\/GVo3M8JGRlHvfEolQErUtGkuoJFQ5K1COX0RlDUZQ8v8y+wTG4bvUb1QAoIr4Hva3Auve2ur8yTHOQiS5F7ZzPFckl789HXHDKf8jTZ2mQ\/+JhS7G8\/H9uCEeQ6q33NtIYyqaDdqLxWliksj722ldBz43DOQIDAQAB\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 5269, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 6945, + "length": 25, + "value": "\"\"signature\":\"(.+?)\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 7033, + "length": 32, + "value": "\"\"signed\":(\\{.+\\})(?:\\}|,)\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 7123, + "length": 23, + "value": "\"\"version\":\"(.+?)\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 7810, + "length": 8, + "value": "\"signed\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 7945, + "length": 5, + "value": "\"gpo\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 8030, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 8187, + "length": 10, + "value": "\"features\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 8582, + "length": 8, + "value": "\"expiry\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 8777, + "length": 23, + "value": "\"applicationIdentifier\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 5, + "value": "\"ios\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 9162, + "length": 22, + "value": "\"yyyy-MM-dd HH:mm:ssZ\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 9413, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 9437, + "length": 2, + "value": "\" 23:59:59+0000\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 9532, + "length": 12, + "value": "\"yyyy-MM-dd\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10499, + "length": 64, + "value": "\"MiSnapLicenseManager:\n\tLicense status: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10562, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10698, + "length": 37, + "value": "\"\n\tExpiry: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10734, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10761, + "length": 17, + "value": "\"\n\tFeatures:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10846, + "length": 25, + "value": "\"\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10868, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 10900, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 10916, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 10934, + "length": 32, + "value": "\"\n\tApplication identifiers:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 10991, + "length": 25, + "value": "[\"ios\", \"android\", \"web\"]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11169, + "length": 5, + "value": "\"ios\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11187, + "length": 12, + "value": "\"\t\tiOS:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11217, + "length": 9, + "value": "\"android\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11235, + "length": 16, + "value": "\"\t\tAndroid:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11269, + "length": 5, + "value": "\"web\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11287, + "length": 12, + "value": "\"\t\tWeb:\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11405, + "length": 18, + "value": "\"\t\t\t\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11420, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 11460, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 11476, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11504, + "length": 27, + "value": "\"\n\tVersion: \"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 11528, + "length": 1, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 11651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 11672, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Array", + "offset": 11695, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "Dictionary", + "offset": 11750, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 12061, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 12118, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 12244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 12461, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 12645, + "length": 48, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 12658, + "length": 2, + "value": "\" is not supported for verification\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 12714, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13001, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 13166, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "IntegerLiteral", + "offset": 13184, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 13466, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13495, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 13540, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 13619, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "StringLiteral", + "offset": 13630, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13821, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/stsuprenko\/Repositories\/MobileVerify\/MiSnapCore\/MiSnapCore\/MiSnapLicenseManager.swift", + "kind": "BooleanLiteral", + "offset": 13865, + "length": 5, + "value": "false" + } + ] +} \ No newline at end of file diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 00000000..8b1b3133 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,604 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MiSnapCore +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CommonCrypto +import Foundation +@_exported import MiSnapCore +import Swift +import UIKit +import _Concurrency +import _StringProcessing +@objc public enum MiSnapUxpEvent : Swift.Int { + case none + case checkFrontFailure + case checkBackFailure + case identityFrontFailure + case identityBackFailure + case passportFailure + case notFoundFailure + case mrzFailure + case contrastFailure + case backgroundFailure + case angleFailure + case rotationAngleFailure + case tooFarFailure + case tooCloseFailure + case aspectRatioFailure + case sharpnessFailure + case brightnessFailure + case maxBrightnessFailure + case glareFailure + case classificationInProgress + case faceNotFoundFailure + case faceNotCenteredFailure + case faceMultipleFacesFailure + case faceRollFailure + case facePitchFailure + case faceYawFailure + case faceTooFarFailure + case faceTooCloseFailure + case faceNotStillFailure + case faceStopSmilingFailure + case holdStill + case smile + case errorVerbose + case successVerbose + case timeoutVerbose + case startVerbose + case readVerbose + case unknownTagVerbose + case paceSupportVerbose + case caSupportVerbose + case aaSupportVerbose + case accessMechanismVerbose + case discardVerbose + case cancelVerbose + case cancel + case instruction + case help + case timeout + case review + case measuredConfidence + case measuredCornerPoints + case measuredMicrConfidence + case measuredContrast + case measuredBackground + case measuredAngle + case measuredRotationAngle + case measuredSharpness + case measuredBrightness + case measuredGlare + case measuredWidth + case measuredAutoTime + case measuredManualTime + case measuredFailover + case torchOn + case torchOff + case startAuto + case startManual + case orientationLandscape + case orientationPortrait + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapUxpEventManager : ObjectiveC.NSObject { + @objc public var events: [[Swift.String : Any]] { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc public class var shared: MiSnapUxpEventManager { + @objc get + } + @objc public class func destroyShared() + @objc override dynamic public init() + @objc public func start() + @objc public func addEvent(_ event: MiSnapUxpEvent) + @objc public func addEvent(_ event: MiSnapUxpEvent, value: Swift.String?) + @objc deinit +} +@objc public enum MiSnapLogLevel : Swift.Int { + case verbose = 0 + case debug = 1 + case info = 2 + case warning = 3 + case error = 4 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLogPresentation : Swift.Int { + case console = 0 + case file = 1 + case consoleAndFile = 2 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLogConfiguration : ObjectiveC.NSObject, Foundation.NSCoding { + @objc public var level: MiSnapLogLevel + @objc public var presentation: MiSnapLogPresentation + @objc public var savePII: Swift.Bool + @objc override dynamic public init() + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc required public init?(coder: Foundation.NSCoder) + @objc public func encode(with coder: Foundation.NSCoder) + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapLog : ObjectiveC.NSObject { + @objc public var configuration: MiSnapLogConfiguration + @objc public class var shared: MiSnapLog { + @objc get + } + @objc public class func destroyShared() + @objc public static var configuration: MiSnapLogConfiguration + @objc public func verbose(_ msg: Swift.String) + @objc public func debug(_ msg: Swift.String) + @objc public func info(_ msg: Swift.String) + @objc public func warning(_ msg: Swift.String) + @objc public func error(_ msg: Swift.String) + @discardableResult + @objc public func getLog(keepFile: Swift.Bool = false) -> Swift.String + @objc public func clearAllSavedLogFiles() + @objc override dynamic public init() + @objc deinit +} +@objc public enum MiSnapCryptographyHashingAlgorithm : Swift.Int { + case sha224 + case sha256 + case sha384 + case sha512 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class MiSnapCryptography : ObjectiveC.NSObject { + @objc public init(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil, algorithm: Security.SecKeyAlgorithm) + @objc public func set(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil) + @objc public func encryptDictionary(_ dictionary: [Swift.String : Any]) -> [Swift.String]? + @objc public func decryptToDictionary(_ base64Strings: [Swift.String]) -> [Swift.String : Any]? + @objc public func encryptData(_ data: Foundation.Data?) -> [Swift.String]? + @objc public func decryptData(_ base64Strings: [Swift.String]) -> Foundation.Data? + @objc public func encrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public func decrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public static func hash(_ data: Foundation.Data?, algorithm: MiSnapCryptographyHashingAlgorithm = .sha256) -> Swift.String? + @objc public static func secKey(from data: Foundation.Data, parameters: [Swift.String : Any]) -> Security.SecKey? + public static func generateKeys(parameters: [Swift.String : Any]) -> (privateKey: Security.SecKey?, publicKey: Security.SecKey?) + @objc deinit +} +@objc public enum MiSnapMibiDataElement : Swift.Int, Swift.Codable { + case mibiVersion + case deviceInfo + case sdkInfo + case platformPrivate + case sessionInfo + case device + case manufacturer + case model + case platform + case os + case id + case modules + case name + case version + case license + case gpo + case expiryDate + case parameters + case original + case final + case uxp + case resultCode + case imageWidth + case imageHeight + case orientation + case classificationDocumentType + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibi : ObjectiveC.NSObject, Swift.Codable { + @objc public var string: Swift.String? + @objc public var deviceInfo: MiSnapMibiDeviceInfo { + get + } + @objc public var sessionInfos: [MiSnapMibiSessionInfo] { + @objc get + } + @objc public var deepCopy: MiSnapMibi { + @objc get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc public func setModuleWithName(_ name: Swift.String, version: Swift.String) + @objc public func setSessionInfo(_ sessionInfo: [Swift.String : Any], resetOld: Swift.Bool = true) + @objc public func set(value: Swift.String, for element: MiSnapMibiDataElement) + @objc public func setParameters(_ parameters: [Swift.String : Any], original: Swift.Bool) + @objc public func setUXP(_ events: [[Swift.String : Any]]) + @objc public func add(to image: UIKit.UIImage?, compression: Swift.Float) -> Foundation.Data? + @objc public func add(to wavData: Foundation.Data) -> Foundation.Data + @objc deinit +} +@objc public enum MiSnapMibiSessionInfoType : Swift.Int { + case none + case document + case barcode + case face + case voice + case nfc + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoMode : Swift.Int, Swift.Codable { + case none + case auto + case manual + case forcedAuto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoOrientation : Swift.Int, Swift.Codable { + case none + case portrait + case landscape + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoFlow : Swift.Int, Swift.Codable { + case none + case enrollment + case verification + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoUnlock : Swift.Int, Swift.Codable { + case none + case pace + case ca + case bac + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiSessionInfo : ObjectiveC.NSObject { + @objc public var type: MiSnapMibiSessionInfoType { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiDocumentSessionInfo : MiSnapMibiSessionInfo { + @objc public var docType: Swift.String { + get + } + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var enhancedManual: Swift.Bool { + get + } + @objc public var classificationType: Swift.String? { + get + } + @objc public var fourCorners: [[Swift.Int]]? { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public var mrzExtracted: Swift.Bool { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiDocumentSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiBarcodeSessionInfo : MiSnapMibiSessionInfo { + @objc public var barcodeType: Swift.String { + get + } + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiBarcodeSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiFaceSessionInfo : MiSnapMibiSessionInfo { + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var smile: Swift.Bool { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiFaceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiVoiceSessionInfo : MiSnapMibiSessionInfo { + @objc public var flow: MiSnapMibiSessionInfoFlow { + get + } + @objc public var tries: Swift.Int { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var snr: Swift.Float { + get + } + @objc public var speechDuration: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiVoiceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiNFCSessionInfo : MiSnapMibiSessionInfo { + @objc public var tries: Swift.Int { + get + } + @objc public var unlock: MiSnapMibiSessionInfoUnlock { + get + } + @objc public var ca: [Swift.String : Swift.Bool]? { + get + } + @objc public var dgs: [Swift.String]? { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var documentCode: Swift.String? { + get + } + @objc public var issuingCountry: Swift.String? { + get + } + @objc public var issueDate: Swift.String? { + get + } + @objc public var nationality: Swift.String? { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiNFCSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibiDeviceInfo : ObjectiveC.NSObject, Swift.Codable { + @objc public var manufacturer: Swift.String { + get + } + @objc public var device: Swift.String { + get + } + @objc public var model: Swift.String { + get + } + @objc public var os: Swift.String { + get + } + @objc public var id: Swift.String { + get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapDevice : ObjectiveC.NSObject { + @objc override dynamic public init() + @objc public var id: Swift.String? { + @objc get + } + @objc public var modelName: Swift.String { + @objc get + } + @objc public var osVersion: Swift.String { + @objc get + } + @objc public var info: Swift.String? { + @objc get + } + @objc deinit +} +@objc public enum MiSnapLicenseFeature : Swift.Int { + case none = 0 + case generic = 1 + case deposit = 2 + case barcode = 3 + case id = 4 + case ODC = 5 + case ODE = 6 + case NFC = 7 + case face = 8 + case voice = 9 + case enhancedManual = 10 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLicenseStatus : Swift.Int { + case none = 0 + case valid = 1 + case notValid = 2 + case expired = 3 + case disabled = 4 + case notValidAppId = 5 + case platformNotSupported = 6 + case featureNotSupported = 7 + public var stringValue: Swift.String { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLicenseManager : ObjectiveC.NSObject { + @objc public class var shared: MiSnapLicenseManager { + @objc get + } + @objc public class func destroyShared() + @objc public var status: MiSnapLicenseStatus { + get + } + @objc public var gpo: Swift.String? { + get + } + @objc public var expirationDateString: Swift.String? { + get + } + @objc public func setLicenseKey(_ base64LicenseKey: Swift.String?) + @objc public func featureSupported(_ feature: MiSnapLicenseFeature) -> Swift.Bool + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc override dynamic public init() + @objc deinit +} +extension MiSnapUxpEvent : Swift.Equatable {} +extension MiSnapUxpEvent : Swift.Hashable {} +extension MiSnapUxpEvent : Swift.RawRepresentable {} +extension MiSnapLogLevel : Swift.Equatable {} +extension MiSnapLogLevel : Swift.Hashable {} +extension MiSnapLogLevel : Swift.RawRepresentable {} +extension MiSnapLogPresentation : Swift.Equatable {} +extension MiSnapLogPresentation : Swift.Hashable {} +extension MiSnapLogPresentation : Swift.RawRepresentable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.Equatable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.Hashable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.RawRepresentable {} +extension MiSnapMibiDataElement : Swift.Equatable {} +extension MiSnapMibiDataElement : Swift.Hashable {} +extension MiSnapMibiDataElement : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoType : Swift.Equatable {} +extension MiSnapMibiSessionInfoType : Swift.Hashable {} +extension MiSnapMibiSessionInfoType : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoMode : Swift.Equatable {} +extension MiSnapMibiSessionInfoMode : Swift.Hashable {} +extension MiSnapMibiSessionInfoMode : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoOrientation : Swift.Equatable {} +extension MiSnapMibiSessionInfoOrientation : Swift.Hashable {} +extension MiSnapMibiSessionInfoOrientation : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoFlow : Swift.Equatable {} +extension MiSnapMibiSessionInfoFlow : Swift.Hashable {} +extension MiSnapMibiSessionInfoFlow : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoUnlock : Swift.Equatable {} +extension MiSnapMibiSessionInfoUnlock : Swift.Hashable {} +extension MiSnapMibiSessionInfoUnlock : Swift.RawRepresentable {} +extension MiSnapLicenseFeature : Swift.Equatable {} +extension MiSnapLicenseFeature : Swift.Hashable {} +extension MiSnapLicenseFeature : Swift.RawRepresentable {} +extension MiSnapLicenseStatus : Swift.Equatable {} +extension MiSnapLicenseStatus : Swift.Hashable {} +extension MiSnapLicenseStatus : Swift.RawRepresentable {} diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e new file mode 100644 index 00000000..676084e3 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e @@ -0,0 +1,604 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MiSnapCore +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CommonCrypto +import Foundation +@_exported import MiSnapCore +import Swift +import UIKit +import _Concurrency +import _StringProcessing +@objc public enum MiSnapUxpEvent : Swift.Int { + case none + case checkFrontFailure + case checkBackFailure + case identityFrontFailure + case identityBackFailure + case passportFailure + case notFoundFailure + case mrzFailure + case contrastFailure + case backgroundFailure + case angleFailure + case rotationAngleFailure + case tooFarFailure + case tooCloseFailure + case aspectRatioFailure + case sharpnessFailure + case brightnessFailure + case maxBrightnessFailure + case glareFailure + case classificationInProgress + case faceNotFoundFailure + case faceNotCenteredFailure + case faceMultipleFacesFailure + case faceRollFailure + case facePitchFailure + case faceYawFailure + case faceTooFarFailure + case faceTooCloseFailure + case faceNotStillFailure + case faceStopSmilingFailure + case holdStill + case smile + case errorVerbose + case successVerbose + case timeoutVerbose + case startVerbose + case readVerbose + case unknownTagVerbose + case paceSupportVerbose + case caSupportVerbose + case aaSupportVerbose + case accessMechanismVerbose + case discardVerbose + case cancelVerbose + case cancel + case instruction + case help + case timeout + case review + case measuredConfidence + case measuredCornerPoints + case measuredMicrConfidence + case measuredContrast + case measuredBackground + case measuredAngle + case measuredRotationAngle + case measuredSharpness + case measuredBrightness + case measuredGlare + case measuredWidth + case measuredAutoTime + case measuredManualTime + case measuredFailover + case torchOn + case torchOff + case startAuto + case startManual + case orientationLandscape + case orientationPortrait + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapUxpEventManager : ObjectiveC.NSObject { + @objc public var events: [[Swift.String : Any]] { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc public class var shared: MiSnapCore.MiSnapUxpEventManager { + @objc get + } + @objc public class func destroyShared() + @objc override dynamic public init() + @objc public func start() + @objc public func addEvent(_ event: MiSnapCore.MiSnapUxpEvent) + @objc public func addEvent(_ event: MiSnapCore.MiSnapUxpEvent, value: Swift.String?) + @objc deinit +} +@objc public enum MiSnapLogLevel : Swift.Int { + case verbose = 0 + case debug = 1 + case info = 2 + case warning = 3 + case error = 4 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLogPresentation : Swift.Int { + case console = 0 + case file = 1 + case consoleAndFile = 2 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLogConfiguration : ObjectiveC.NSObject, Foundation.NSCoding { + @objc public var level: MiSnapCore.MiSnapLogLevel + @objc public var presentation: MiSnapCore.MiSnapLogPresentation + @objc public var savePII: Swift.Bool + @objc override dynamic public init() + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc required public init?(coder: Foundation.NSCoder) + @objc public func encode(with coder: Foundation.NSCoder) + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapLog : ObjectiveC.NSObject { + @objc public var configuration: MiSnapCore.MiSnapLogConfiguration + @objc public class var shared: MiSnapCore.MiSnapLog { + @objc get + } + @objc public class func destroyShared() + @objc public static var configuration: MiSnapCore.MiSnapLogConfiguration + @objc public func verbose(_ msg: Swift.String) + @objc public func debug(_ msg: Swift.String) + @objc public func info(_ msg: Swift.String) + @objc public func warning(_ msg: Swift.String) + @objc public func error(_ msg: Swift.String) + @discardableResult + @objc public func getLog(keepFile: Swift.Bool = false) -> Swift.String + @objc public func clearAllSavedLogFiles() + @objc override dynamic public init() + @objc deinit +} +@objc public enum MiSnapCryptographyHashingAlgorithm : Swift.Int { + case sha224 + case sha256 + case sha384 + case sha512 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class MiSnapCryptography : ObjectiveC.NSObject { + @objc public init(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil, algorithm: Security.SecKeyAlgorithm) + @objc public func set(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil) + @objc public func encryptDictionary(_ dictionary: [Swift.String : Any]) -> [Swift.String]? + @objc public func decryptToDictionary(_ base64Strings: [Swift.String]) -> [Swift.String : Any]? + @objc public func encryptData(_ data: Foundation.Data?) -> [Swift.String]? + @objc public func decryptData(_ base64Strings: [Swift.String]) -> Foundation.Data? + @objc public func encrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public func decrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public static func hash(_ data: Foundation.Data?, algorithm: MiSnapCore.MiSnapCryptographyHashingAlgorithm = .sha256) -> Swift.String? + @objc public static func secKey(from data: Foundation.Data, parameters: [Swift.String : Any]) -> Security.SecKey? + public static func generateKeys(parameters: [Swift.String : Any]) -> (privateKey: Security.SecKey?, publicKey: Security.SecKey?) + @objc deinit +} +@objc public enum MiSnapMibiDataElement : Swift.Int, Swift.Codable { + case mibiVersion + case deviceInfo + case sdkInfo + case platformPrivate + case sessionInfo + case device + case manufacturer + case model + case platform + case os + case id + case modules + case name + case version + case license + case gpo + case expiryDate + case parameters + case original + case final + case uxp + case resultCode + case imageWidth + case imageHeight + case orientation + case classificationDocumentType + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibi : ObjectiveC.NSObject, Swift.Codable { + @objc public var string: Swift.String? + @objc public var deviceInfo: MiSnapCore.MiSnapMibiDeviceInfo { + get + } + @objc public var sessionInfos: [MiSnapCore.MiSnapMibiSessionInfo] { + @objc get + } + @objc public var deepCopy: MiSnapCore.MiSnapMibi { + @objc get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc public func setModuleWithName(_ name: Swift.String, version: Swift.String) + @objc public func setSessionInfo(_ sessionInfo: [Swift.String : Any], resetOld: Swift.Bool = true) + @objc public func set(value: Swift.String, for element: MiSnapCore.MiSnapMibiDataElement) + @objc public func setParameters(_ parameters: [Swift.String : Any], original: Swift.Bool) + @objc public func setUXP(_ events: [[Swift.String : Any]]) + @objc public func add(to image: UIKit.UIImage?, compression: Swift.Float) -> Foundation.Data? + @objc public func add(to wavData: Foundation.Data) -> Foundation.Data + @objc deinit +} +@objc public enum MiSnapMibiSessionInfoType : Swift.Int { + case none + case document + case barcode + case face + case voice + case nfc + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoMode : Swift.Int, Swift.Codable { + case none + case auto + case manual + case forcedAuto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoOrientation : Swift.Int, Swift.Codable { + case none + case portrait + case landscape + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoFlow : Swift.Int, Swift.Codable { + case none + case enrollment + case verification + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoUnlock : Swift.Int, Swift.Codable { + case none + case pace + case ca + case bac + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiSessionInfo : ObjectiveC.NSObject { + @objc public var type: MiSnapCore.MiSnapMibiSessionInfoType { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiDocumentSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var docType: Swift.String { + get + } + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var enhancedManual: Swift.Bool { + get + } + @objc public var classificationType: Swift.String? { + get + } + @objc public var fourCorners: [[Swift.Int]]? { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public var mrzExtracted: Swift.Bool { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiDocumentSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiBarcodeSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var barcodeType: Swift.String { + get + } + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiBarcodeSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiFaceSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var smile: Swift.Bool { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiFaceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiVoiceSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var flow: MiSnapCore.MiSnapMibiSessionInfoFlow { + get + } + @objc public var tries: Swift.Int { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var snr: Swift.Float { + get + } + @objc public var speechDuration: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiVoiceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiNFCSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var tries: Swift.Int { + get + } + @objc public var unlock: MiSnapCore.MiSnapMibiSessionInfoUnlock { + get + } + @objc public var ca: [Swift.String : Swift.Bool]? { + get + } + @objc public var dgs: [Swift.String]? { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var documentCode: Swift.String? { + get + } + @objc public var issuingCountry: Swift.String? { + get + } + @objc public var issueDate: Swift.String? { + get + } + @objc public var nationality: Swift.String? { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiNFCSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibiDeviceInfo : ObjectiveC.NSObject, Swift.Codable { + @objc public var manufacturer: Swift.String { + get + } + @objc public var device: Swift.String { + get + } + @objc public var model: Swift.String { + get + } + @objc public var os: Swift.String { + get + } + @objc public var id: Swift.String { + get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapDevice : ObjectiveC.NSObject { + @objc override dynamic public init() + @objc public var id: Swift.String? { + @objc get + } + @objc public var modelName: Swift.String { + @objc get + } + @objc public var osVersion: Swift.String { + @objc get + } + @objc public var info: Swift.String? { + @objc get + } + @objc deinit +} +@objc public enum MiSnapLicenseFeature : Swift.Int { + case none = 0 + case generic = 1 + case deposit = 2 + case barcode = 3 + case id = 4 + case ODC = 5 + case ODE = 6 + case NFC = 7 + case face = 8 + case voice = 9 + case enhancedManual = 10 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLicenseStatus : Swift.Int { + case none = 0 + case valid = 1 + case notValid = 2 + case expired = 3 + case disabled = 4 + case notValidAppId = 5 + case platformNotSupported = 6 + case featureNotSupported = 7 + public var stringValue: Swift.String { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLicenseManager : ObjectiveC.NSObject { + @objc public class var shared: MiSnapCore.MiSnapLicenseManager { + @objc get + } + @objc public class func destroyShared() + @objc public var status: MiSnapCore.MiSnapLicenseStatus { + get + } + @objc public var gpo: Swift.String? { + get + } + @objc public var expirationDateString: Swift.String? { + get + } + @objc public func setLicenseKey(_ base64LicenseKey: Swift.String?) + @objc public func featureSupported(_ feature: MiSnapCore.MiSnapLicenseFeature) -> Swift.Bool + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc override dynamic public init() + @objc deinit +} +extension MiSnapCore.MiSnapUxpEvent : Swift.Equatable {} +extension MiSnapCore.MiSnapUxpEvent : Swift.Hashable {} +extension MiSnapCore.MiSnapUxpEvent : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLogLevel : Swift.Equatable {} +extension MiSnapCore.MiSnapLogLevel : Swift.Hashable {} +extension MiSnapCore.MiSnapLogLevel : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.Equatable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.Hashable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.Equatable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.Hashable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.Equatable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.Hashable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.Equatable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.Hashable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.RawRepresentable {} diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc new file mode 100644 index 00000000..e2ece910 Binary files /dev/null and b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface new file mode 100644 index 00000000..8b1b3133 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -0,0 +1,604 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MiSnapCore +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CommonCrypto +import Foundation +@_exported import MiSnapCore +import Swift +import UIKit +import _Concurrency +import _StringProcessing +@objc public enum MiSnapUxpEvent : Swift.Int { + case none + case checkFrontFailure + case checkBackFailure + case identityFrontFailure + case identityBackFailure + case passportFailure + case notFoundFailure + case mrzFailure + case contrastFailure + case backgroundFailure + case angleFailure + case rotationAngleFailure + case tooFarFailure + case tooCloseFailure + case aspectRatioFailure + case sharpnessFailure + case brightnessFailure + case maxBrightnessFailure + case glareFailure + case classificationInProgress + case faceNotFoundFailure + case faceNotCenteredFailure + case faceMultipleFacesFailure + case faceRollFailure + case facePitchFailure + case faceYawFailure + case faceTooFarFailure + case faceTooCloseFailure + case faceNotStillFailure + case faceStopSmilingFailure + case holdStill + case smile + case errorVerbose + case successVerbose + case timeoutVerbose + case startVerbose + case readVerbose + case unknownTagVerbose + case paceSupportVerbose + case caSupportVerbose + case aaSupportVerbose + case accessMechanismVerbose + case discardVerbose + case cancelVerbose + case cancel + case instruction + case help + case timeout + case review + case measuredConfidence + case measuredCornerPoints + case measuredMicrConfidence + case measuredContrast + case measuredBackground + case measuredAngle + case measuredRotationAngle + case measuredSharpness + case measuredBrightness + case measuredGlare + case measuredWidth + case measuredAutoTime + case measuredManualTime + case measuredFailover + case torchOn + case torchOff + case startAuto + case startManual + case orientationLandscape + case orientationPortrait + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapUxpEventManager : ObjectiveC.NSObject { + @objc public var events: [[Swift.String : Any]] { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc public class var shared: MiSnapUxpEventManager { + @objc get + } + @objc public class func destroyShared() + @objc override dynamic public init() + @objc public func start() + @objc public func addEvent(_ event: MiSnapUxpEvent) + @objc public func addEvent(_ event: MiSnapUxpEvent, value: Swift.String?) + @objc deinit +} +@objc public enum MiSnapLogLevel : Swift.Int { + case verbose = 0 + case debug = 1 + case info = 2 + case warning = 3 + case error = 4 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLogPresentation : Swift.Int { + case console = 0 + case file = 1 + case consoleAndFile = 2 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLogConfiguration : ObjectiveC.NSObject, Foundation.NSCoding { + @objc public var level: MiSnapLogLevel + @objc public var presentation: MiSnapLogPresentation + @objc public var savePII: Swift.Bool + @objc override dynamic public init() + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc required public init?(coder: Foundation.NSCoder) + @objc public func encode(with coder: Foundation.NSCoder) + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapLog : ObjectiveC.NSObject { + @objc public var configuration: MiSnapLogConfiguration + @objc public class var shared: MiSnapLog { + @objc get + } + @objc public class func destroyShared() + @objc public static var configuration: MiSnapLogConfiguration + @objc public func verbose(_ msg: Swift.String) + @objc public func debug(_ msg: Swift.String) + @objc public func info(_ msg: Swift.String) + @objc public func warning(_ msg: Swift.String) + @objc public func error(_ msg: Swift.String) + @discardableResult + @objc public func getLog(keepFile: Swift.Bool = false) -> Swift.String + @objc public func clearAllSavedLogFiles() + @objc override dynamic public init() + @objc deinit +} +@objc public enum MiSnapCryptographyHashingAlgorithm : Swift.Int { + case sha224 + case sha256 + case sha384 + case sha512 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class MiSnapCryptography : ObjectiveC.NSObject { + @objc public init(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil, algorithm: Security.SecKeyAlgorithm) + @objc public func set(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil) + @objc public func encryptDictionary(_ dictionary: [Swift.String : Any]) -> [Swift.String]? + @objc public func decryptToDictionary(_ base64Strings: [Swift.String]) -> [Swift.String : Any]? + @objc public func encryptData(_ data: Foundation.Data?) -> [Swift.String]? + @objc public func decryptData(_ base64Strings: [Swift.String]) -> Foundation.Data? + @objc public func encrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public func decrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public static func hash(_ data: Foundation.Data?, algorithm: MiSnapCryptographyHashingAlgorithm = .sha256) -> Swift.String? + @objc public static func secKey(from data: Foundation.Data, parameters: [Swift.String : Any]) -> Security.SecKey? + public static func generateKeys(parameters: [Swift.String : Any]) -> (privateKey: Security.SecKey?, publicKey: Security.SecKey?) + @objc deinit +} +@objc public enum MiSnapMibiDataElement : Swift.Int, Swift.Codable { + case mibiVersion + case deviceInfo + case sdkInfo + case platformPrivate + case sessionInfo + case device + case manufacturer + case model + case platform + case os + case id + case modules + case name + case version + case license + case gpo + case expiryDate + case parameters + case original + case final + case uxp + case resultCode + case imageWidth + case imageHeight + case orientation + case classificationDocumentType + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibi : ObjectiveC.NSObject, Swift.Codable { + @objc public var string: Swift.String? + @objc public var deviceInfo: MiSnapMibiDeviceInfo { + get + } + @objc public var sessionInfos: [MiSnapMibiSessionInfo] { + @objc get + } + @objc public var deepCopy: MiSnapMibi { + @objc get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc public func setModuleWithName(_ name: Swift.String, version: Swift.String) + @objc public func setSessionInfo(_ sessionInfo: [Swift.String : Any], resetOld: Swift.Bool = true) + @objc public func set(value: Swift.String, for element: MiSnapMibiDataElement) + @objc public func setParameters(_ parameters: [Swift.String : Any], original: Swift.Bool) + @objc public func setUXP(_ events: [[Swift.String : Any]]) + @objc public func add(to image: UIKit.UIImage?, compression: Swift.Float) -> Foundation.Data? + @objc public func add(to wavData: Foundation.Data) -> Foundation.Data + @objc deinit +} +@objc public enum MiSnapMibiSessionInfoType : Swift.Int { + case none + case document + case barcode + case face + case voice + case nfc + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoMode : Swift.Int, Swift.Codable { + case none + case auto + case manual + case forcedAuto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoOrientation : Swift.Int, Swift.Codable { + case none + case portrait + case landscape + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoFlow : Swift.Int, Swift.Codable { + case none + case enrollment + case verification + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoUnlock : Swift.Int, Swift.Codable { + case none + case pace + case ca + case bac + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiSessionInfo : ObjectiveC.NSObject { + @objc public var type: MiSnapMibiSessionInfoType { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiDocumentSessionInfo : MiSnapMibiSessionInfo { + @objc public var docType: Swift.String { + get + } + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var enhancedManual: Swift.Bool { + get + } + @objc public var classificationType: Swift.String? { + get + } + @objc public var fourCorners: [[Swift.Int]]? { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public var mrzExtracted: Swift.Bool { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiDocumentSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiBarcodeSessionInfo : MiSnapMibiSessionInfo { + @objc public var barcodeType: Swift.String { + get + } + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiBarcodeSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiFaceSessionInfo : MiSnapMibiSessionInfo { + @objc public var mode: MiSnapMibiSessionInfoMode { + get + } + @objc public var smile: Swift.Bool { + get + } + @objc public var deviceOrientation: MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiFaceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiVoiceSessionInfo : MiSnapMibiSessionInfo { + @objc public var flow: MiSnapMibiSessionInfoFlow { + get + } + @objc public var tries: Swift.Int { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var snr: Swift.Float { + get + } + @objc public var speechDuration: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiVoiceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiNFCSessionInfo : MiSnapMibiSessionInfo { + @objc public var tries: Swift.Int { + get + } + @objc public var unlock: MiSnapMibiSessionInfoUnlock { + get + } + @objc public var ca: [Swift.String : Swift.Bool]? { + get + } + @objc public var dgs: [Swift.String]? { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var documentCode: Swift.String? { + get + } + @objc public var issuingCountry: Swift.String? { + get + } + @objc public var issueDate: Swift.String? { + get + } + @objc public var nationality: Swift.String? { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapMibiNFCSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibiDeviceInfo : ObjectiveC.NSObject, Swift.Codable { + @objc public var manufacturer: Swift.String { + get + } + @objc public var device: Swift.String { + get + } + @objc public var model: Swift.String { + get + } + @objc public var os: Swift.String { + get + } + @objc public var id: Swift.String { + get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapDevice : ObjectiveC.NSObject { + @objc override dynamic public init() + @objc public var id: Swift.String? { + @objc get + } + @objc public var modelName: Swift.String { + @objc get + } + @objc public var osVersion: Swift.String { + @objc get + } + @objc public var info: Swift.String? { + @objc get + } + @objc deinit +} +@objc public enum MiSnapLicenseFeature : Swift.Int { + case none = 0 + case generic = 1 + case deposit = 2 + case barcode = 3 + case id = 4 + case ODC = 5 + case ODE = 6 + case NFC = 7 + case face = 8 + case voice = 9 + case enhancedManual = 10 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLicenseStatus : Swift.Int { + case none = 0 + case valid = 1 + case notValid = 2 + case expired = 3 + case disabled = 4 + case notValidAppId = 5 + case platformNotSupported = 6 + case featureNotSupported = 7 + public var stringValue: Swift.String { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLicenseManager : ObjectiveC.NSObject { + @objc public class var shared: MiSnapLicenseManager { + @objc get + } + @objc public class func destroyShared() + @objc public var status: MiSnapLicenseStatus { + get + } + @objc public var gpo: Swift.String? { + get + } + @objc public var expirationDateString: Swift.String? { + get + } + @objc public func setLicenseKey(_ base64LicenseKey: Swift.String?) + @objc public func featureSupported(_ feature: MiSnapLicenseFeature) -> Swift.Bool + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc override dynamic public init() + @objc deinit +} +extension MiSnapUxpEvent : Swift.Equatable {} +extension MiSnapUxpEvent : Swift.Hashable {} +extension MiSnapUxpEvent : Swift.RawRepresentable {} +extension MiSnapLogLevel : Swift.Equatable {} +extension MiSnapLogLevel : Swift.Hashable {} +extension MiSnapLogLevel : Swift.RawRepresentable {} +extension MiSnapLogPresentation : Swift.Equatable {} +extension MiSnapLogPresentation : Swift.Hashable {} +extension MiSnapLogPresentation : Swift.RawRepresentable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.Equatable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.Hashable {} +extension MiSnapCryptographyHashingAlgorithm : Swift.RawRepresentable {} +extension MiSnapMibiDataElement : Swift.Equatable {} +extension MiSnapMibiDataElement : Swift.Hashable {} +extension MiSnapMibiDataElement : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoType : Swift.Equatable {} +extension MiSnapMibiSessionInfoType : Swift.Hashable {} +extension MiSnapMibiSessionInfoType : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoMode : Swift.Equatable {} +extension MiSnapMibiSessionInfoMode : Swift.Hashable {} +extension MiSnapMibiSessionInfoMode : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoOrientation : Swift.Equatable {} +extension MiSnapMibiSessionInfoOrientation : Swift.Hashable {} +extension MiSnapMibiSessionInfoOrientation : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoFlow : Swift.Equatable {} +extension MiSnapMibiSessionInfoFlow : Swift.Hashable {} +extension MiSnapMibiSessionInfoFlow : Swift.RawRepresentable {} +extension MiSnapMibiSessionInfoUnlock : Swift.Equatable {} +extension MiSnapMibiSessionInfoUnlock : Swift.Hashable {} +extension MiSnapMibiSessionInfoUnlock : Swift.RawRepresentable {} +extension MiSnapLicenseFeature : Swift.Equatable {} +extension MiSnapLicenseFeature : Swift.Hashable {} +extension MiSnapLicenseFeature : Swift.RawRepresentable {} +extension MiSnapLicenseStatus : Swift.Equatable {} +extension MiSnapLicenseStatus : Swift.Hashable {} +extension MiSnapLicenseStatus : Swift.RawRepresentable {} diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e new file mode 100644 index 00000000..676084e3 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e @@ -0,0 +1,604 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MiSnapCore +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CommonCrypto +import Foundation +@_exported import MiSnapCore +import Swift +import UIKit +import _Concurrency +import _StringProcessing +@objc public enum MiSnapUxpEvent : Swift.Int { + case none + case checkFrontFailure + case checkBackFailure + case identityFrontFailure + case identityBackFailure + case passportFailure + case notFoundFailure + case mrzFailure + case contrastFailure + case backgroundFailure + case angleFailure + case rotationAngleFailure + case tooFarFailure + case tooCloseFailure + case aspectRatioFailure + case sharpnessFailure + case brightnessFailure + case maxBrightnessFailure + case glareFailure + case classificationInProgress + case faceNotFoundFailure + case faceNotCenteredFailure + case faceMultipleFacesFailure + case faceRollFailure + case facePitchFailure + case faceYawFailure + case faceTooFarFailure + case faceTooCloseFailure + case faceNotStillFailure + case faceStopSmilingFailure + case holdStill + case smile + case errorVerbose + case successVerbose + case timeoutVerbose + case startVerbose + case readVerbose + case unknownTagVerbose + case paceSupportVerbose + case caSupportVerbose + case aaSupportVerbose + case accessMechanismVerbose + case discardVerbose + case cancelVerbose + case cancel + case instruction + case help + case timeout + case review + case measuredConfidence + case measuredCornerPoints + case measuredMicrConfidence + case measuredContrast + case measuredBackground + case measuredAngle + case measuredRotationAngle + case measuredSharpness + case measuredBrightness + case measuredGlare + case measuredWidth + case measuredAutoTime + case measuredManualTime + case measuredFailover + case torchOn + case torchOff + case startAuto + case startManual + case orientationLandscape + case orientationPortrait + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapUxpEventManager : ObjectiveC.NSObject { + @objc public var events: [[Swift.String : Any]] { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc public class var shared: MiSnapCore.MiSnapUxpEventManager { + @objc get + } + @objc public class func destroyShared() + @objc override dynamic public init() + @objc public func start() + @objc public func addEvent(_ event: MiSnapCore.MiSnapUxpEvent) + @objc public func addEvent(_ event: MiSnapCore.MiSnapUxpEvent, value: Swift.String?) + @objc deinit +} +@objc public enum MiSnapLogLevel : Swift.Int { + case verbose = 0 + case debug = 1 + case info = 2 + case warning = 3 + case error = 4 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLogPresentation : Swift.Int { + case console = 0 + case file = 1 + case consoleAndFile = 2 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLogConfiguration : ObjectiveC.NSObject, Foundation.NSCoding { + @objc public var level: MiSnapCore.MiSnapLogLevel + @objc public var presentation: MiSnapCore.MiSnapLogPresentation + @objc public var savePII: Swift.Bool + @objc override dynamic public init() + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc required public init?(coder: Foundation.NSCoder) + @objc public func encode(with coder: Foundation.NSCoder) + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapLog : ObjectiveC.NSObject { + @objc public var configuration: MiSnapCore.MiSnapLogConfiguration + @objc public class var shared: MiSnapCore.MiSnapLog { + @objc get + } + @objc public class func destroyShared() + @objc public static var configuration: MiSnapCore.MiSnapLogConfiguration + @objc public func verbose(_ msg: Swift.String) + @objc public func debug(_ msg: Swift.String) + @objc public func info(_ msg: Swift.String) + @objc public func warning(_ msg: Swift.String) + @objc public func error(_ msg: Swift.String) + @discardableResult + @objc public func getLog(keepFile: Swift.Bool = false) -> Swift.String + @objc public func clearAllSavedLogFiles() + @objc override dynamic public init() + @objc deinit +} +@objc public enum MiSnapCryptographyHashingAlgorithm : Swift.Int { + case sha224 + case sha256 + case sha384 + case sha512 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public class MiSnapCryptography : ObjectiveC.NSObject { + @objc public init(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil, algorithm: Security.SecKeyAlgorithm) + @objc public func set(publicKey: Security.SecKey? = nil, privateKey: Security.SecKey? = nil) + @objc public func encryptDictionary(_ dictionary: [Swift.String : Any]) -> [Swift.String]? + @objc public func decryptToDictionary(_ base64Strings: [Swift.String]) -> [Swift.String : Any]? + @objc public func encryptData(_ data: Foundation.Data?) -> [Swift.String]? + @objc public func decryptData(_ base64Strings: [Swift.String]) -> Foundation.Data? + @objc public func encrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public func decrypt(_ data: Foundation.Data) -> Foundation.Data? + @objc public static func hash(_ data: Foundation.Data?, algorithm: MiSnapCore.MiSnapCryptographyHashingAlgorithm = .sha256) -> Swift.String? + @objc public static func secKey(from data: Foundation.Data, parameters: [Swift.String : Any]) -> Security.SecKey? + public static func generateKeys(parameters: [Swift.String : Any]) -> (privateKey: Security.SecKey?, publicKey: Security.SecKey?) + @objc deinit +} +@objc public enum MiSnapMibiDataElement : Swift.Int, Swift.Codable { + case mibiVersion + case deviceInfo + case sdkInfo + case platformPrivate + case sessionInfo + case device + case manufacturer + case model + case platform + case os + case id + case modules + case name + case version + case license + case gpo + case expiryDate + case parameters + case original + case final + case uxp + case resultCode + case imageWidth + case imageHeight + case orientation + case classificationDocumentType + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibi : ObjectiveC.NSObject, Swift.Codable { + @objc public var string: Swift.String? + @objc public var deviceInfo: MiSnapCore.MiSnapMibiDeviceInfo { + get + } + @objc public var sessionInfos: [MiSnapCore.MiSnapMibiSessionInfo] { + @objc get + } + @objc public var deepCopy: MiSnapCore.MiSnapMibi { + @objc get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc public func setModuleWithName(_ name: Swift.String, version: Swift.String) + @objc public func setSessionInfo(_ sessionInfo: [Swift.String : Any], resetOld: Swift.Bool = true) + @objc public func set(value: Swift.String, for element: MiSnapCore.MiSnapMibiDataElement) + @objc public func setParameters(_ parameters: [Swift.String : Any], original: Swift.Bool) + @objc public func setUXP(_ events: [[Swift.String : Any]]) + @objc public func add(to image: UIKit.UIImage?, compression: Swift.Float) -> Foundation.Data? + @objc public func add(to wavData: Foundation.Data) -> Foundation.Data + @objc deinit +} +@objc public enum MiSnapMibiSessionInfoType : Swift.Int { + case none + case document + case barcode + case face + case voice + case nfc + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoMode : Swift.Int, Swift.Codable { + case none + case auto + case manual + case forcedAuto + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoOrientation : Swift.Int, Swift.Codable { + case none + case portrait + case landscape + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoFlow : Swift.Int, Swift.Codable { + case none + case enrollment + case verification + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapMibiSessionInfoUnlock : Swift.Int, Swift.Codable { + case none + case pace + case ca + case bac + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiSessionInfo : ObjectiveC.NSObject { + @objc public var type: MiSnapCore.MiSnapMibiSessionInfoType { + get + } + @objc public var totalDuration: Swift.Int { + get + } + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiDocumentSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var docType: Swift.String { + get + } + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var enhancedManual: Swift.Bool { + get + } + @objc public var classificationType: Swift.String? { + get + } + @objc public var fourCorners: [[Swift.Int]]? { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public var mrzExtracted: Swift.Bool { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiDocumentSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiBarcodeSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var barcodeType: Swift.String { + get + } + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var documentOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiBarcodeSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiFaceSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var mode: MiSnapCore.MiSnapMibiSessionInfoMode { + get + } + @objc public var smile: Swift.Bool { + get + } + @objc public var deviceOrientation: MiSnapCore.MiSnapMibiSessionInfoOrientation { + get + } + @objc public var jpegQuality: Swift.Int { + get + } + @objc public var autoTries: Swift.Int { + get + } + @objc public var manualTries: Swift.Int { + get + } + @objc public var warnings: [Swift.String]? { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiFaceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiVoiceSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var flow: MiSnapCore.MiSnapMibiSessionInfoFlow { + get + } + @objc public var tries: Swift.Int { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var snr: Swift.Float { + get + } + @objc public var speechDuration: Swift.Int { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiVoiceSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class MiSnapMibiNFCSessionInfo : MiSnapCore.MiSnapMibiSessionInfo { + @objc public var tries: Swift.Int { + get + } + @objc public var unlock: MiSnapCore.MiSnapMibiSessionInfoUnlock { + get + } + @objc public var ca: [Swift.String : Swift.Bool]? { + get + } + @objc public var dgs: [Swift.String]? { + get + } + @objc public var warnings: [[Swift.String]]? { + get + } + @objc public var documentCode: Swift.String? { + get + } + @objc public var issuingCountry: Swift.String? { + get + } + @objc public var issueDate: Swift.String? { + get + } + @objc public var nationality: Swift.String? { + get + } + @objc public var optionalDataRedacted: Swift.Bool { + get + } + @objc public init() + @objc public static func from(_ dictionary: [Swift.String : Any]) -> MiSnapCore.MiSnapMibiNFCSessionInfo + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapMibiDeviceInfo : ObjectiveC.NSObject, Swift.Codable { + @objc public var manufacturer: Swift.String { + get + } + @objc public var device: Swift.String { + get + } + @objc public var model: Swift.String { + get + } + @objc public var os: Swift.String { + get + } + @objc public var id: Swift.String { + get + } + @objc override dynamic public init() + public func encode(to encoder: any Swift.Encoder) throws + required public init(from decoder: any Swift.Decoder) throws + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc deinit +} +@_inheritsConvenienceInitializers @objc public class MiSnapDevice : ObjectiveC.NSObject { + @objc override dynamic public init() + @objc public var id: Swift.String? { + @objc get + } + @objc public var modelName: Swift.String { + @objc get + } + @objc public var osVersion: Swift.String { + @objc get + } + @objc public var info: Swift.String? { + @objc get + } + @objc deinit +} +@objc public enum MiSnapLicenseFeature : Swift.Int { + case none = 0 + case generic = 1 + case deposit = 2 + case barcode = 3 + case id = 4 + case ODC = 5 + case ODE = 6 + case NFC = 7 + case face = 8 + case voice = 9 + case enhancedManual = 10 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum MiSnapLicenseStatus : Swift.Int { + case none = 0 + case valid = 1 + case notValid = 2 + case expired = 3 + case disabled = 4 + case notValidAppId = 5 + case platformNotSupported = 6 + case featureNotSupported = 7 + public var stringValue: Swift.String { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @objc public class MiSnapLicenseManager : ObjectiveC.NSObject { + @objc public class var shared: MiSnapCore.MiSnapLicenseManager { + @objc get + } + @objc public class func destroyShared() + @objc public var status: MiSnapCore.MiSnapLicenseStatus { + get + } + @objc public var gpo: Swift.String? { + get + } + @objc public var expirationDateString: Swift.String? { + get + } + @objc public func setLicenseKey(_ base64LicenseKey: Swift.String?) + @objc public func featureSupported(_ feature: MiSnapCore.MiSnapLicenseFeature) -> Swift.Bool + @objc override dynamic public var description: Swift.String { + @objc get + } + @objc override dynamic public init() + @objc deinit +} +extension MiSnapCore.MiSnapUxpEvent : Swift.Equatable {} +extension MiSnapCore.MiSnapUxpEvent : Swift.Hashable {} +extension MiSnapCore.MiSnapUxpEvent : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLogLevel : Swift.Equatable {} +extension MiSnapCore.MiSnapLogLevel : Swift.Hashable {} +extension MiSnapCore.MiSnapLogLevel : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.Equatable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.Hashable {} +extension MiSnapCore.MiSnapLogPresentation : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.Equatable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.Hashable {} +extension MiSnapCore.MiSnapCryptographyHashingAlgorithm : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiDataElement : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoType : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoMode : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoOrientation : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoFlow : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.Equatable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.Hashable {} +extension MiSnapCore.MiSnapMibiSessionInfoUnlock : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.Equatable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.Hashable {} +extension MiSnapCore.MiSnapLicenseFeature : Swift.RawRepresentable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.Equatable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.Hashable {} +extension MiSnapCore.MiSnapLicenseStatus : Swift.RawRepresentable {} diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/module.modulemap b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/module.modulemap new file mode 100644 index 00000000..a21fa298 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module MiSnapCore { + umbrella header "MiSnapCore.h" + + export * + module * { export * } +} + +module MiSnapCore.Swift { + header "MiSnapCore-Swift.h" + requires objc +} diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/_CodeSignature/CodeResources b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/_CodeSignature/CodeResources new file mode 100644 index 00000000..c61dc076 --- /dev/null +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/Frameworks/MiSnapCore.framework/_CodeSignature/CodeResources @@ -0,0 +1,245 @@ + + + + + files + + Headers/MiSnapCore-Swift.h + + YxGXuNWyW2JPVUdwKMZK0fEzzOM= + + Headers/MiSnapCore.h + + waRy0seeFbqqlSmhNGHNtW18F4I= + + Info.plist + + IPB977gIUwC555Lh3JkWhLtCyxw= + + Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.abi.json + + /3CIRLopn3zLiWMmu5mCoDHCg3o= + + Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + Pw0iKbMxqNky4Ek6urWON7t9Vf4= + + Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + Gx13nxEhwEtbjzVzTD2Aifv4zn4= + + Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + Pw0iKbMxqNky4Ek6urWON7t9Vf4= + + Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + gX/Fq0YaY4oCTvTQVWllg5A8PB4= + + Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.abi.json + + /3CIRLopn3zLiWMmu5mCoDHCg3o= + + Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + EHqBYnQpkZSEzTeRoRYQlJWw44U= + + Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + /zmaNaJOSMwWKeZPQ7xlWOkRITg= + + Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + EHqBYnQpkZSEzTeRoRYQlJWw44U= + + Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + hwI6JUlRI8FjQRdied4xlqzf6aQ= + + Modules/module.modulemap + + E/Wr9EOHGlXzZtTGpFtF5/XVa3M= + + + files2 + + Headers/MiSnapCore-Swift.h + + hash2 + + 5qBNUs7WCwGMFleYi+wkcv0Bu909I6esdblf9HvepM8= + + + Headers/MiSnapCore.h + + hash2 + + vSbLCrh/q2OqjHTQguyH8/dKFzswHYyRA0K1qakzMFE= + + + Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.abi.json + + hash2 + + Cn0TzIoiMB+s9H4gbBji/8TPe12oPhmc/XlPeLLcDU4= + + + Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + hash2 + + dJpioJZptImZubM+HwogPzwFhjOilf6evhNevclnygY= + + + Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + hash2 + + XIY0/2ZOlfm32ZGGzrsE5PaBeQQOzZn5J2mkB2ICBfI= + + + Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + hash2 + + dJpioJZptImZubM+HwogPzwFhjOilf6evhNevclnygY= + + + Modules/MiSnapCore.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + hash2 + + 88GNUfokI9jN1kUmoEB48LDuR7o55CaaIVG/bNvfAi8= + + + Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.abi.json + + hash2 + + Cn0TzIoiMB+s9H4gbBji/8TPe12oPhmc/XlPeLLcDU4= + + + Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + hash2 + + pHS3iE908G/xSYgJOs8Tmgv6Z0KyLrGhA/9S/gg5D7g= + + + Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + hash2 + + rmPOUqTsiLQud5ojB7JohSjWW5+ydV3usU3rWVzHjiw= + + + Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + hash2 + + pHS3iE908G/xSYgJOs8Tmgv6Z0KyLrGhA/9S/gg5D7g= + + + Modules/MiSnapCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + hash2 + + RQeDtGbnW3FIorFWhQWD6inxx3u5+/s528k1S8BM8aQ= + + + Modules/module.modulemap + + hash2 + + A2DXLj08nloMA+P1mDMq4Ef9s1TSoKhvSDxVjgSM5Vc= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/README.md b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/README.md index e625bc54..8bf39fc0 100644 --- a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/README.md +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap/README.md @@ -1,3 +1,6 @@ # MiSnap SDK iOS -CocoaPods wrapper around [Mitek MiSnap SDK](https://www.miteksystems.com/innovation-hub/misnaptm-for-mobile-deposit). \ No newline at end of file +CocoaPods wrapper around [Mitek MiSnap SDK](https://www.miteksystems.com/innovation-hub/misnaptm-for-mobile-deposit). + +Sources: git@code.byted.org:iOS_Library/bit-cli.git +Tag 5.4.0 \ No newline at end of file diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow/BUILD.bazel b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow/BUILD.bazel index 4cae564a..1449bf23 100644 --- a/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow/BUILD.bazel +++ b/tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow/BUILD.bazel @@ -2,6 +2,7 @@ load("@build_bazel_rules_ios//rules:framework.bzl", "apple_framework") apple_framework( name = "MobileFlow", + deps = ["//tests/ios/in-tree-vendor-prebuilt-deps/Pods/MiSnap:MiSnapCore"], platforms = {"ios": "12.0"}, sdk_dylibs = ["c++"], vendored_dynamic_frameworks = ["Frameworks/MobileFlow.framework"], diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/dynamic/app/App/main.m b/tests/ios/in-tree-vendor-prebuilt-deps/dynamic/app/App/main.m index ec9a5ed1..598dbc29 100644 --- a/tests/ios/in-tree-vendor-prebuilt-deps/dynamic/app/App/main.m +++ b/tests/ios/in-tree-vendor-prebuilt-deps/dynamic/app/App/main.m @@ -1,5 +1,6 @@ @import FW; @import OnlySources; +@import MobileFlow; int main(int argc, char **argv) { return UIApplicationMain(argc, argv, nil, nil); diff --git a/tests/ios/in-tree-vendor-prebuilt-deps/dynamic/app/BUILD.bazel b/tests/ios/in-tree-vendor-prebuilt-deps/dynamic/app/BUILD.bazel index 0c17b66a..0d3fcac0 100644 --- a/tests/ios/in-tree-vendor-prebuilt-deps/dynamic/app/BUILD.bazel +++ b/tests/ios/in-tree-vendor-prebuilt-deps/dynamic/app/BUILD.bazel @@ -72,7 +72,7 @@ ios_application( ":FW", ":FW2", ":OnlySources", - ], + ] + ["//tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow"], ) ios_application( @@ -86,7 +86,7 @@ ios_application( ":FW", ":FW2", ":OnlySources", - ], + ] + ["//tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow"], ) ios_application( @@ -101,7 +101,7 @@ ios_application( ":Empty", ":FW", ":OnlySources", - ], + ] + ["//tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow"], ) ios_application( @@ -114,7 +114,7 @@ ios_application( ":Empty", ":FW", ":OnlySources", - ], + ] + ["//tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow"], ) apple_bundle_import( @@ -150,7 +150,7 @@ ios_application( ":Empty", ":FW", ":OnlySources", - ], + ] + ["//tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow"], ) ios_unit_test( @@ -229,7 +229,7 @@ ios_application( ":Empty", ":FW", ":OnlySources", - ], + ] + ["//tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow"], ) ios_application( @@ -275,7 +275,7 @@ ios_application( ":Empty", ":FW", ":OnlySources", - ], + ] + ["//tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow"], ) ios_application( @@ -303,5 +303,5 @@ ios_application( ":FW", ":OnlySources", ":SwiftLib", - ], + ] + ["//tests/ios/in-tree-vendor-prebuilt-deps/Pods/MobileFlow"], )