diff --git a/SecureAccess.xcframework/Info.plist b/SecureAccess.xcframework/Info.plist index 2bc3e9e..3b21aee 100644 --- a/SecureAccess.xcframework/Info.plist +++ b/SecureAccess.xcframework/Info.plist @@ -5,31 +5,35 @@ AvailableLibraries + BinaryPath + SecureAccess.framework/SecureAccess LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath SecureAccess.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator + BinaryPath + SecureAccess.framework/SecureAccess LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath SecureAccess.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Headers/SecureAccess-Swift.h b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Headers/SecureAccess-Swift.h index 3ff0686..234e448 100644 --- a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Headers/SecureAccess-Swift.h +++ b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Headers/SecureAccess-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) +// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) #ifndef SECUREACCESS_SWIFT_H #define SECUREACCESS_SWIFT_H #pragma clang diagnostic push @@ -23,7 +23,6 @@ # include #endif -#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" #if defined(__OBJC__) #include @@ -32,10 +31,30 @@ #include #include #include +#include +#include +#include +#include #else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif #endif #if !defined(SWIFT_TYPEDEFS) @@ -71,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#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 __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#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 __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#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 __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#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 __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#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 __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#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 +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -137,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # 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 +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -187,14 +216,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#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) +#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 +# define IBSegueAction #endif #endif #if !defined(SWIFT_EXTERN) @@ -207,26 +238,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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) -#if !defined(SWIFT_NOEXCEPT) # define SWIFT_NOEXCEPT noexcept -#endif #else -#if !defined(SWIFT_NOEXCEPT) # define SWIFT_NOEXCEPT #endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif #endif -#if defined(__cplusplus) -#if !defined(SWIFT_CXX_INT_DEFINED) -#define SWIFT_CXX_INT_DEFINED -namespace swift { -using Int = ptrdiff_t; -using UInt = size_t; -} +#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(modules) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif @@ -316,12 +363,12 @@ SWIFT_AVAILABILITY(ios,introduced=13.0) - (void)peripheralManager:(CBPeripheralManager * _Nonnull)peripheral willRestoreState:(NSDictionary * _Nonnull)dict; @end -#endif -#if defined(__cplusplus) #endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif diff --git a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Info.plist b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Info.plist index 3c51001..8333a9f 100644 Binary files a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Info.plist and b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Info.plist differ diff --git a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.abi.json b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.abi.json index a5d38e2..607ad5d 100644 --- a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.abi.json +++ b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.abi.json @@ -74,13 +74,33 @@ { "kind": "TypeFunc", "name": "Function", - "printedName": "(SecureAccess.TapToAccessError.Type) -> SecureAccess.TapToAccessError", + "printedName": "(SecureAccess.TapToAccessError.Type) -> (Swift.String) -> SecureAccess.TapToAccessError", "children": [ { - "kind": "TypeNominal", - "name": "TapToAccessError", - "printedName": "SecureAccess.TapToAccessError", - "usr": "s:12SecureAccess05TapToB5ErrorO" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String) -> SecureAccess.TapToAccessError", + "children": [ + { + "kind": "TypeNominal", + "name": "TapToAccessError", + "printedName": "SecureAccess.TapToAccessError", + "usr": "s:12SecureAccess05TapToB5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(type: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ] }, { "kind": "TypeNominal", @@ -99,8 +119,8 @@ } ], "declKind": "EnumElement", - "usr": "s:12SecureAccess05TapToB5ErrorO17invalidTransitionyA2CmF", - "mangledName": "$s12SecureAccess05TapToB5ErrorO17invalidTransitionyA2CmF", + "usr": "s:12SecureAccess05TapToB5ErrorO17invalidTransitionyACSS_tcACmF", + "mangledName": "$s12SecureAccess05TapToB5ErrorO17invalidTransitionyACSS_tcACmF", "moduleName": "SecureAccess" }, { @@ -148,13 +168,41 @@ { "kind": "TypeFunc", "name": "Function", - "printedName": "(SecureAccess.TapToAccessError.Type) -> SecureAccess.TapToAccessError", + "printedName": "(SecureAccess.TapToAccessError.Type) -> (Swift.Int?) -> SecureAccess.TapToAccessError", "children": [ { - "kind": "TypeNominal", - "name": "TapToAccessError", - "printedName": "SecureAccess.TapToAccessError", - "usr": "s:12SecureAccess05TapToB5ErrorO" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int?) -> SecureAccess.TapToAccessError", + "children": [ + { + "kind": "TypeNominal", + "name": "TapToAccessError", + "printedName": "SecureAccess.TapToAccessError", + "usr": "s:12SecureAccess05TapToB5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(organization: Swift.Int?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ] + } + ] }, { "kind": "TypeNominal", @@ -173,8 +221,8 @@ } ], "declKind": "EnumElement", - "usr": "s:12SecureAccess05TapToB5ErrorO12missingLoginyA2CmF", - "mangledName": "$s12SecureAccess05TapToB5ErrorO12missingLoginyA2CmF", + "usr": "s:12SecureAccess05TapToB5ErrorO12missingLoginyACSiSg_tcACmF", + "mangledName": "$s12SecureAccess05TapToB5ErrorO12missingLoginyACSiSg_tcACmF", "moduleName": "SecureAccess" }, { @@ -688,70 +736,7 @@ "moduleName": "SecureAccess", "static": true, "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:12SecureAccess05TapToB5ErrorO9hashValueSivp", - "mangledName": "$s12SecureAccess05TapToB5ErrorO9hashValueSivp", - "moduleName": "SecureAccess", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:12SecureAccess05TapToB5ErrorO9hashValueSivg", - "mangledName": "$s12SecureAccess05TapToB5ErrorO9hashValueSivg", - "moduleName": "SecureAccess", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:12SecureAccess05TapToB5ErrorO4hash4intoys6HasherVz_tF", - "mangledName": "$s12SecureAccess05TapToB5ErrorO4hash4intoys6HasherVz_tF", - "moduleName": "SecureAccess", - "implicit": true, + "isFromExtension": true, "funcSelfKind": "NonMutating" } ], @@ -763,20 +748,6 @@ "AccessControl" ], "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": "Error", @@ -790,6 +761,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" } ] }, @@ -1942,7 +1920,7 @@ { "kind": "TypeNominal", "name": "Decoder", - "printedName": "Swift.Decoder", + "printedName": "any Swift.Decoder", "usr": "s:s7DecoderP" } ], @@ -1999,7 +1977,7 @@ { "kind": "TypeNominal", "name": "Encoder", - "printedName": "Swift.Encoder", + "printedName": "any Swift.Encoder", "usr": "s:s7EncoderP" } ], @@ -2566,7 +2544,7 @@ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -2652,7 +2630,7 @@ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -2816,7 +2794,7 @@ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -2995,7 +2973,7 @@ { "kind": "TypeNominal", "name": "WeakStorage", - "printedName": "SecureAccess.TapToAccessDelegate?" + "printedName": "(any SecureAccess.TapToAccessDelegate)?" } ], "declKind": "Var", @@ -3017,12 +2995,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "SecureAccess.TapToAccessDelegate?", + "printedName": "(any SecureAccess.TapToAccessDelegate)?", "children": [ { "kind": "TypeNominal", "name": "TapToAccessDelegate", - "printedName": "SecureAccess.TapToAccessDelegate", + "printedName": "any SecureAccess.TapToAccessDelegate", "usr": "s:12SecureAccess05TapToB8DelegateP" } ], @@ -3051,12 +3029,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "SecureAccess.TapToAccessDelegate?", + "printedName": "(any SecureAccess.TapToAccessDelegate)?", "children": [ { "kind": "TypeNominal", "name": "TapToAccessDelegate", - "printedName": "SecureAccess.TapToAccessDelegate", + "printedName": "any SecureAccess.TapToAccessDelegate", "usr": "s:12SecureAccess05TapToB8DelegateP" } ], @@ -3088,8 +3066,10 @@ "mangledName": "$s12SecureAccess05TapToB7ManagerC8delegateAA0cdB8Delegate_pSgvM", "moduleName": "SecureAccess", "implicit": true, + "intro_iOS": "13.0", "declAttributes": [ - "Final" + "Final", + "Available" ], "accessorKind": "_modify" } @@ -3302,12 +3282,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Error?", + "printedName": "(any Swift.Error)?", "children": [ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -3346,12 +3326,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Error?", + "printedName": "(any Swift.Error)?", "children": [ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -4258,66 +4238,87 @@ { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 736, + "offset": 826, "length": 4, "value": "0x01" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 762, + "offset": 863, "length": 4, "value": "0x02" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 791, + "offset": 900, "length": 4, "value": "0x04" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 736, + "offset": 937, + "length": 4, + "value": "0x05" + }, + { + "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", + "kind": "IntegerLiteral", + "offset": 826, "length": 4, "value": "0x01" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 762, + "offset": 863, "length": 4, "value": "0x02" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 791, + "offset": 900, "length": 4, "value": "0x04" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 736, + "offset": 937, + "length": 4, + "value": "0x05" + }, + { + "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", + "kind": "IntegerLiteral", + "offset": 826, "length": 4, "value": "0x01" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 762, + "offset": 863, "length": 4, "value": "0x02" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 791, + "offset": 900, "length": 4, "value": "0x04" }, + { + "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", + "kind": "IntegerLiteral", + "offset": 937, + "length": 4, + "value": "0x05" + }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Util\/BeaconLock.swift", "kind": "StringLiteral", diff --git a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.private.swiftinterface b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.private.swiftinterface index 5023deb..8d7e723 100644 --- a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SecureAccess -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name SecureAccess import CommonCrypto import CoreBluetooth import CoreLocation @@ -12,10 +11,11 @@ import Security import Swift import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims public enum TapToAccessError : Swift.Error { - case invalidTransition + case invalidTransition(type: Swift.String) case orgInvalidPayload - case missingLogin + case missingLogin(organization: Swift.Int?) case readerProofInvalidPayload case certificateInvalidPayload case failedToEncrypt @@ -29,11 +29,9 @@ public enum TapToAccessError : Swift.Error { case missingDelegate case offsetReadOutOfBounds case unrecognizedEvent +} +extension SecureAccess.TapToAccessError : Swift.Equatable { public static func == (a: SecureAccess.TapToAccessError, b: SecureAccess.TapToAccessError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } extension Foundation.NSNotification.Name { public static var ReaderManagerDidEnterNotification: Foundation.Notification.Name { @@ -68,8 +66,8 @@ public struct BeaconLock : Swift.Identifiable, Swift.Equatable, Swift.Codable { public var oneTimePassword: Swift.Int public static func == (a: SecureAccess.BeaconLock, b: SecureAccess.BeaconLock) -> Swift.Bool public typealias ID = Swift.Int - public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class ReaderManager : ObjectiveC.NSObject { @@ -91,18 +89,18 @@ extension SecureAccess.ReaderManager { @available(iOS 13.0, *) extension SecureAccess.ReaderManager : CoreLocation.CLLocationManagerDelegate { @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didRangeBeacons beacons: [CoreLocation.CLBeacon], in region: CoreLocation.CLBeaconRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: any Swift.Error) } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class TapToAccessManager : ObjectiveC.NSObject { @objc public static let shared: SecureAccess.TapToAccessManager - weak final public var delegate: SecureAccess.TapToAccessDelegate? { + weak final public var delegate: (any SecureAccess.TapToAccessDelegate)? { get set } @@ -115,8 +113,8 @@ extension SecureAccess.TapToAccessManager : CoreBluetooth.CBPeripheralManagerDel @objc final public func peripheralManagerDidUpdateState(_ peripheral: CoreBluetooth.CBPeripheralManager) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveRead request: CoreBluetooth.CBATTRequest) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveWrite requests: [CoreBluetooth.CBATTRequest]) - @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: Swift.Error?) - @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: Swift.Error?) + @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: (any Swift.Error)?) + @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: (any Swift.Error)?) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, willRestoreState dict: [Swift.String : Any]) } public protocol TapToAccessDelegate : AnyObject { @@ -125,5 +123,3 @@ public protocol TapToAccessDelegate : AnyObject { func tapToAccessClientID() -> Swift.Int func tapToAccessLoginForOrganization(_ organization: Swift.Int?) -> SecureAccess.Login? } -extension SecureAccess.TapToAccessError : Swift.Equatable {} -extension SecureAccess.TapToAccessError : Swift.Hashable {} diff --git a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftdoc b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftdoc index 25cbb9d..e0778c4 100644 Binary files a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftdoc and b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftinterface b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftinterface index 5023deb..8d7e723 100644 --- a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftinterface +++ b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SecureAccess -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name SecureAccess import CommonCrypto import CoreBluetooth import CoreLocation @@ -12,10 +11,11 @@ import Security import Swift import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims public enum TapToAccessError : Swift.Error { - case invalidTransition + case invalidTransition(type: Swift.String) case orgInvalidPayload - case missingLogin + case missingLogin(organization: Swift.Int?) case readerProofInvalidPayload case certificateInvalidPayload case failedToEncrypt @@ -29,11 +29,9 @@ public enum TapToAccessError : Swift.Error { case missingDelegate case offsetReadOutOfBounds case unrecognizedEvent +} +extension SecureAccess.TapToAccessError : Swift.Equatable { public static func == (a: SecureAccess.TapToAccessError, b: SecureAccess.TapToAccessError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } extension Foundation.NSNotification.Name { public static var ReaderManagerDidEnterNotification: Foundation.Notification.Name { @@ -68,8 +66,8 @@ public struct BeaconLock : Swift.Identifiable, Swift.Equatable, Swift.Codable { public var oneTimePassword: Swift.Int public static func == (a: SecureAccess.BeaconLock, b: SecureAccess.BeaconLock) -> Swift.Bool public typealias ID = Swift.Int - public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class ReaderManager : ObjectiveC.NSObject { @@ -91,18 +89,18 @@ extension SecureAccess.ReaderManager { @available(iOS 13.0, *) extension SecureAccess.ReaderManager : CoreLocation.CLLocationManagerDelegate { @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didRangeBeacons beacons: [CoreLocation.CLBeacon], in region: CoreLocation.CLBeaconRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: any Swift.Error) } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class TapToAccessManager : ObjectiveC.NSObject { @objc public static let shared: SecureAccess.TapToAccessManager - weak final public var delegate: SecureAccess.TapToAccessDelegate? { + weak final public var delegate: (any SecureAccess.TapToAccessDelegate)? { get set } @@ -115,8 +113,8 @@ extension SecureAccess.TapToAccessManager : CoreBluetooth.CBPeripheralManagerDel @objc final public func peripheralManagerDidUpdateState(_ peripheral: CoreBluetooth.CBPeripheralManager) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveRead request: CoreBluetooth.CBATTRequest) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveWrite requests: [CoreBluetooth.CBATTRequest]) - @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: Swift.Error?) - @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: Swift.Error?) + @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: (any Swift.Error)?) + @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: (any Swift.Error)?) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, willRestoreState dict: [Swift.String : Any]) } public protocol TapToAccessDelegate : AnyObject { @@ -125,5 +123,3 @@ public protocol TapToAccessDelegate : AnyObject { func tapToAccessClientID() -> Swift.Int func tapToAccessLoginForOrganization(_ organization: Swift.Int?) -> SecureAccess.Login? } -extension SecureAccess.TapToAccessError : Swift.Equatable {} -extension SecureAccess.TapToAccessError : Swift.Hashable {} diff --git a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/module.modulemap b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/module.modulemap index dfee5dd..f2c4f10 100644 --- a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/module.modulemap +++ b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/Modules/module.modulemap @@ -1,7 +1,7 @@ framework module SecureAccess { umbrella header "SecureAccess.h" - export * + module * { export * } } diff --git a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/SecureAccess b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/SecureAccess index 0795318..885fb3c 100755 Binary files a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/SecureAccess and b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/SecureAccess differ diff --git a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/_CodeSignature/CodeResources b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/_CodeSignature/CodeResources index dc5e7ce..b023fd0 100644 --- a/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/_CodeSignature/CodeResources +++ b/SecureAccess.xcframework/ios-arm64/SecureAccess.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/SecureAccess-Swift.h - ZZRqNfA7gQ15jIR3FdTYuQtwYrU= + 7xuS6Xzt0zTxm/HuI4CmTQjDmeg= Headers/SecureAccess.h @@ -14,31 +14,31 @@ Info.plist - otJXuFTLCsR8eao5PSt4e1nYbWo= + C+qj2uCLwRb2j86nstRe5rvvsL0= Modules/SecureAccess.swiftmodule/arm64-apple-ios.abi.json - VW19dXXQg4TKldW8kjXu/leV36s= + 1+whEkRMonzu4N46QGRtG0/Ueus= Modules/SecureAccess.swiftmodule/arm64-apple-ios.private.swiftinterface - BhDV747X/9L+MWGo6jWAkMvEgS0= + /6ffU59Nfrdk9ZfJcBSC3Y7mE44= Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftdoc - kXwoK456dXLWZyJKG3aYi5zv/dg= + Ul5nY16PBd18YZRxlRETVjUuoeA= Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftinterface - BhDV747X/9L+MWGo6jWAkMvEgS0= + /6ffU59Nfrdk9ZfJcBSC3Y7mE44= Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftmodule - u38lxHBwPwHsRWHBWJ4mNaZyxIA= + FxeinnQ+YM5hucpooX25BiUfUm4= Modules/module.modulemap - nHuta0AvHhSb+S0tB3TvO/latnc= + S3JzfjqsboxJjDO3zyNkEp7KNeg= files2 @@ -47,7 +47,7 @@ hash2 - SXsDCtbABRwn39Moji7DUIDT1QTSWg/aV8Ny3CXj8rI= + 9Hn1dEEQ2JQ7G0fx+T/1reUmU7K/1j/qIwi0zz+/lVw= Headers/SecureAccess.h @@ -61,42 +61,42 @@ hash2 - SPKvR88z/oUanajmBElm1hZ9knVKyopFT8TXd5YB2lU= + +uYotQaRKc7zlKh++JUq6sGxXrpooVMwJiXQwM2ngqU= Modules/SecureAccess.swiftmodule/arm64-apple-ios.private.swiftinterface hash2 - Q1N+N8p1PqvQWQ8DJboCGxjGdSqZECiZLa67CAcCN1g= + 0kVQOLX6kg7udrR0Ta/XAAtEnln0a3SGBB6Zt4Wj6Mo= Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftdoc hash2 - spc1TpFr4ezrdGSVoiLfN1tFAh9uIVtU7Q7esVwcbCY= + 8j6yjWZJ5WB23/H6/fuc2KVu2+qa+Un+CDppqU4Amu8= Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftinterface hash2 - Q1N+N8p1PqvQWQ8DJboCGxjGdSqZECiZLa67CAcCN1g= + 0kVQOLX6kg7udrR0Ta/XAAtEnln0a3SGBB6Zt4Wj6Mo= Modules/SecureAccess.swiftmodule/arm64-apple-ios.swiftmodule hash2 - CNibgmFFinqNLCbJP5rbMXwcuknCoH6vI6qpNO5LCNA= + I7DlM40MmW4mRjjzOBt9p4I28zkZ99voU9LKRntPkfQ= Modules/module.modulemap hash2 - p8QW2rdS3kPmwzswK1L2ZUuCixvOrA5aOMLY10pQI3s= + CSfDxsNmQ1Z1khC6/jmtmTTF4qmVlvE6DLeMjyNFoGQ= diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Headers/SecureAccess-Swift.h b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Headers/SecureAccess-Swift.h index 3259be0..d979d68 100644 --- a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Headers/SecureAccess-Swift.h +++ b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Headers/SecureAccess-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) +// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) #ifndef SECUREACCESS_SWIFT_H #define SECUREACCESS_SWIFT_H #pragma clang diagnostic push @@ -23,7 +23,6 @@ # include #endif -#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" #if defined(__OBJC__) #include @@ -32,10 +31,30 @@ #include #include #include +#include +#include +#include +#include #else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif #endif #if !defined(SWIFT_TYPEDEFS) @@ -71,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#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 __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#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 __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#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 __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#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 __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#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 __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#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 +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -137,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # 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 +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -187,14 +216,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#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) +#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 +# define IBSegueAction #endif #endif #if !defined(SWIFT_EXTERN) @@ -207,26 +238,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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) -#if !defined(SWIFT_NOEXCEPT) # define SWIFT_NOEXCEPT noexcept -#endif #else -#if !defined(SWIFT_NOEXCEPT) # define SWIFT_NOEXCEPT #endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif #endif -#if defined(__cplusplus) -#if !defined(SWIFT_CXX_INT_DEFINED) -#define SWIFT_CXX_INT_DEFINED -namespace swift { -using Int = ptrdiff_t; -using UInt = size_t; -} +#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(modules) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif @@ -316,17 +363,17 @@ SWIFT_AVAILABILITY(ios,introduced=13.0) - (void)peripheralManager:(CBPeripheralManager * _Nonnull)peripheral willRestoreState:(NSDictionary * _Nonnull)dict; @end -#endif -#if defined(__cplusplus) #endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) +// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) #ifndef SECUREACCESS_SWIFT_H #define SECUREACCESS_SWIFT_H #pragma clang diagnostic push @@ -349,7 +396,6 @@ SWIFT_AVAILABILITY(ios,introduced=13.0) # include #endif -#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" #if defined(__OBJC__) #include @@ -358,10 +404,30 @@ SWIFT_AVAILABILITY(ios,introduced=13.0) #include #include #include +#include +#include +#include +#include #else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif #endif #if !defined(SWIFT_TYPEDEFS) @@ -397,53 +463,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#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 __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#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 __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#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 __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#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 __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#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 __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#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 +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -463,28 +542,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # 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 +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -513,14 +589,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#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) +#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 +# define IBSegueAction #endif #endif #if !defined(SWIFT_EXTERN) @@ -533,26 +611,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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) -#if !defined(SWIFT_NOEXCEPT) # define SWIFT_NOEXCEPT noexcept -#endif #else -#if !defined(SWIFT_NOEXCEPT) # define SWIFT_NOEXCEPT #endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif #endif -#if defined(__cplusplus) -#if !defined(SWIFT_CXX_INT_DEFINED) -#define SWIFT_CXX_INT_DEFINED -namespace swift { -using Int = ptrdiff_t; -using UInt = size_t; -} +#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(modules) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif @@ -642,12 +736,12 @@ SWIFT_AVAILABILITY(ios,introduced=13.0) - (void)peripheralManager:(CBPeripheralManager * _Nonnull)peripheral willRestoreState:(NSDictionary * _Nonnull)dict; @end -#endif -#if defined(__cplusplus) #endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Info.plist b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Info.plist index a5e2d43..7c33470 100644 Binary files a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Info.plist and b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Info.plist differ diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.abi.json b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.abi.json index a5d38e2..607ad5d 100644 --- a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -74,13 +74,33 @@ { "kind": "TypeFunc", "name": "Function", - "printedName": "(SecureAccess.TapToAccessError.Type) -> SecureAccess.TapToAccessError", + "printedName": "(SecureAccess.TapToAccessError.Type) -> (Swift.String) -> SecureAccess.TapToAccessError", "children": [ { - "kind": "TypeNominal", - "name": "TapToAccessError", - "printedName": "SecureAccess.TapToAccessError", - "usr": "s:12SecureAccess05TapToB5ErrorO" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String) -> SecureAccess.TapToAccessError", + "children": [ + { + "kind": "TypeNominal", + "name": "TapToAccessError", + "printedName": "SecureAccess.TapToAccessError", + "usr": "s:12SecureAccess05TapToB5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(type: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ] }, { "kind": "TypeNominal", @@ -99,8 +119,8 @@ } ], "declKind": "EnumElement", - "usr": "s:12SecureAccess05TapToB5ErrorO17invalidTransitionyA2CmF", - "mangledName": "$s12SecureAccess05TapToB5ErrorO17invalidTransitionyA2CmF", + "usr": "s:12SecureAccess05TapToB5ErrorO17invalidTransitionyACSS_tcACmF", + "mangledName": "$s12SecureAccess05TapToB5ErrorO17invalidTransitionyACSS_tcACmF", "moduleName": "SecureAccess" }, { @@ -148,13 +168,41 @@ { "kind": "TypeFunc", "name": "Function", - "printedName": "(SecureAccess.TapToAccessError.Type) -> SecureAccess.TapToAccessError", + "printedName": "(SecureAccess.TapToAccessError.Type) -> (Swift.Int?) -> SecureAccess.TapToAccessError", "children": [ { - "kind": "TypeNominal", - "name": "TapToAccessError", - "printedName": "SecureAccess.TapToAccessError", - "usr": "s:12SecureAccess05TapToB5ErrorO" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int?) -> SecureAccess.TapToAccessError", + "children": [ + { + "kind": "TypeNominal", + "name": "TapToAccessError", + "printedName": "SecureAccess.TapToAccessError", + "usr": "s:12SecureAccess05TapToB5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(organization: Swift.Int?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ] + } + ] }, { "kind": "TypeNominal", @@ -173,8 +221,8 @@ } ], "declKind": "EnumElement", - "usr": "s:12SecureAccess05TapToB5ErrorO12missingLoginyA2CmF", - "mangledName": "$s12SecureAccess05TapToB5ErrorO12missingLoginyA2CmF", + "usr": "s:12SecureAccess05TapToB5ErrorO12missingLoginyACSiSg_tcACmF", + "mangledName": "$s12SecureAccess05TapToB5ErrorO12missingLoginyACSiSg_tcACmF", "moduleName": "SecureAccess" }, { @@ -688,70 +736,7 @@ "moduleName": "SecureAccess", "static": true, "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:12SecureAccess05TapToB5ErrorO9hashValueSivp", - "mangledName": "$s12SecureAccess05TapToB5ErrorO9hashValueSivp", - "moduleName": "SecureAccess", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:12SecureAccess05TapToB5ErrorO9hashValueSivg", - "mangledName": "$s12SecureAccess05TapToB5ErrorO9hashValueSivg", - "moduleName": "SecureAccess", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:12SecureAccess05TapToB5ErrorO4hash4intoys6HasherVz_tF", - "mangledName": "$s12SecureAccess05TapToB5ErrorO4hash4intoys6HasherVz_tF", - "moduleName": "SecureAccess", - "implicit": true, + "isFromExtension": true, "funcSelfKind": "NonMutating" } ], @@ -763,20 +748,6 @@ "AccessControl" ], "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": "Error", @@ -790,6 +761,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" } ] }, @@ -1942,7 +1920,7 @@ { "kind": "TypeNominal", "name": "Decoder", - "printedName": "Swift.Decoder", + "printedName": "any Swift.Decoder", "usr": "s:s7DecoderP" } ], @@ -1999,7 +1977,7 @@ { "kind": "TypeNominal", "name": "Encoder", - "printedName": "Swift.Encoder", + "printedName": "any Swift.Encoder", "usr": "s:s7EncoderP" } ], @@ -2566,7 +2544,7 @@ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -2652,7 +2630,7 @@ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -2816,7 +2794,7 @@ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -2995,7 +2973,7 @@ { "kind": "TypeNominal", "name": "WeakStorage", - "printedName": "SecureAccess.TapToAccessDelegate?" + "printedName": "(any SecureAccess.TapToAccessDelegate)?" } ], "declKind": "Var", @@ -3017,12 +2995,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "SecureAccess.TapToAccessDelegate?", + "printedName": "(any SecureAccess.TapToAccessDelegate)?", "children": [ { "kind": "TypeNominal", "name": "TapToAccessDelegate", - "printedName": "SecureAccess.TapToAccessDelegate", + "printedName": "any SecureAccess.TapToAccessDelegate", "usr": "s:12SecureAccess05TapToB8DelegateP" } ], @@ -3051,12 +3029,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "SecureAccess.TapToAccessDelegate?", + "printedName": "(any SecureAccess.TapToAccessDelegate)?", "children": [ { "kind": "TypeNominal", "name": "TapToAccessDelegate", - "printedName": "SecureAccess.TapToAccessDelegate", + "printedName": "any SecureAccess.TapToAccessDelegate", "usr": "s:12SecureAccess05TapToB8DelegateP" } ], @@ -3088,8 +3066,10 @@ "mangledName": "$s12SecureAccess05TapToB7ManagerC8delegateAA0cdB8Delegate_pSgvM", "moduleName": "SecureAccess", "implicit": true, + "intro_iOS": "13.0", "declAttributes": [ - "Final" + "Final", + "Available" ], "accessorKind": "_modify" } @@ -3302,12 +3282,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Error?", + "printedName": "(any Swift.Error)?", "children": [ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -3346,12 +3326,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Error?", + "printedName": "(any Swift.Error)?", "children": [ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -4258,66 +4238,87 @@ { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 736, + "offset": 826, "length": 4, "value": "0x01" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 762, + "offset": 863, "length": 4, "value": "0x02" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 791, + "offset": 900, "length": 4, "value": "0x04" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 736, + "offset": 937, + "length": 4, + "value": "0x05" + }, + { + "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", + "kind": "IntegerLiteral", + "offset": 826, "length": 4, "value": "0x01" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 762, + "offset": 863, "length": 4, "value": "0x02" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 791, + "offset": 900, "length": 4, "value": "0x04" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 736, + "offset": 937, + "length": 4, + "value": "0x05" + }, + { + "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", + "kind": "IntegerLiteral", + "offset": 826, "length": 4, "value": "0x01" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 762, + "offset": 863, "length": 4, "value": "0x02" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 791, + "offset": 900, "length": 4, "value": "0x04" }, + { + "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", + "kind": "IntegerLiteral", + "offset": 937, + "length": 4, + "value": "0x05" + }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Util\/BeaconLock.swift", "kind": "StringLiteral", diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index f2c4e4a..6fa0860 100644 --- a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SecureAccess -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name SecureAccess import CommonCrypto import CoreBluetooth import CoreLocation @@ -12,10 +11,11 @@ import Security import Swift import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims public enum TapToAccessError : Swift.Error { - case invalidTransition + case invalidTransition(type: Swift.String) case orgInvalidPayload - case missingLogin + case missingLogin(organization: Swift.Int?) case readerProofInvalidPayload case certificateInvalidPayload case failedToEncrypt @@ -29,11 +29,9 @@ public enum TapToAccessError : Swift.Error { case missingDelegate case offsetReadOutOfBounds case unrecognizedEvent +} +extension SecureAccess.TapToAccessError : Swift.Equatable { public static func == (a: SecureAccess.TapToAccessError, b: SecureAccess.TapToAccessError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } extension Foundation.NSNotification.Name { public static var ReaderManagerDidEnterNotification: Foundation.Notification.Name { @@ -68,8 +66,8 @@ public struct BeaconLock : Swift.Identifiable, Swift.Equatable, Swift.Codable { public var oneTimePassword: Swift.Int public static func == (a: SecureAccess.BeaconLock, b: SecureAccess.BeaconLock) -> Swift.Bool public typealias ID = Swift.Int - public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class ReaderManager : ObjectiveC.NSObject { @@ -91,18 +89,18 @@ extension SecureAccess.ReaderManager { @available(iOS 13.0, *) extension SecureAccess.ReaderManager : CoreLocation.CLLocationManagerDelegate { @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didRangeBeacons beacons: [CoreLocation.CLBeacon], in region: CoreLocation.CLBeaconRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: any Swift.Error) } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class TapToAccessManager : ObjectiveC.NSObject { @objc public static let shared: SecureAccess.TapToAccessManager - weak final public var delegate: SecureAccess.TapToAccessDelegate? { + weak final public var delegate: (any SecureAccess.TapToAccessDelegate)? { get set } @@ -115,8 +113,8 @@ extension SecureAccess.TapToAccessManager : CoreBluetooth.CBPeripheralManagerDel @objc final public func peripheralManagerDidUpdateState(_ peripheral: CoreBluetooth.CBPeripheralManager) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveRead request: CoreBluetooth.CBATTRequest) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveWrite requests: [CoreBluetooth.CBATTRequest]) - @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: Swift.Error?) - @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: Swift.Error?) + @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: (any Swift.Error)?) + @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: (any Swift.Error)?) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, willRestoreState dict: [Swift.String : Any]) } public protocol TapToAccessDelegate : AnyObject { @@ -125,5 +123,3 @@ public protocol TapToAccessDelegate : AnyObject { func tapToAccessClientID() -> Swift.Int func tapToAccessLoginForOrganization(_ organization: Swift.Int?) -> SecureAccess.Login? } -extension SecureAccess.TapToAccessError : Swift.Equatable {} -extension SecureAccess.TapToAccessError : Swift.Hashable {} diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftdoc index f9528a0..e90ac8d 100644 Binary files a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftinterface index f2c4e4a..6fa0860 100644 --- a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SecureAccess -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name SecureAccess import CommonCrypto import CoreBluetooth import CoreLocation @@ -12,10 +11,11 @@ import Security import Swift import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims public enum TapToAccessError : Swift.Error { - case invalidTransition + case invalidTransition(type: Swift.String) case orgInvalidPayload - case missingLogin + case missingLogin(organization: Swift.Int?) case readerProofInvalidPayload case certificateInvalidPayload case failedToEncrypt @@ -29,11 +29,9 @@ public enum TapToAccessError : Swift.Error { case missingDelegate case offsetReadOutOfBounds case unrecognizedEvent +} +extension SecureAccess.TapToAccessError : Swift.Equatable { public static func == (a: SecureAccess.TapToAccessError, b: SecureAccess.TapToAccessError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } extension Foundation.NSNotification.Name { public static var ReaderManagerDidEnterNotification: Foundation.Notification.Name { @@ -68,8 +66,8 @@ public struct BeaconLock : Swift.Identifiable, Swift.Equatable, Swift.Codable { public var oneTimePassword: Swift.Int public static func == (a: SecureAccess.BeaconLock, b: SecureAccess.BeaconLock) -> Swift.Bool public typealias ID = Swift.Int - public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class ReaderManager : ObjectiveC.NSObject { @@ -91,18 +89,18 @@ extension SecureAccess.ReaderManager { @available(iOS 13.0, *) extension SecureAccess.ReaderManager : CoreLocation.CLLocationManagerDelegate { @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didRangeBeacons beacons: [CoreLocation.CLBeacon], in region: CoreLocation.CLBeaconRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: any Swift.Error) } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class TapToAccessManager : ObjectiveC.NSObject { @objc public static let shared: SecureAccess.TapToAccessManager - weak final public var delegate: SecureAccess.TapToAccessDelegate? { + weak final public var delegate: (any SecureAccess.TapToAccessDelegate)? { get set } @@ -115,8 +113,8 @@ extension SecureAccess.TapToAccessManager : CoreBluetooth.CBPeripheralManagerDel @objc final public func peripheralManagerDidUpdateState(_ peripheral: CoreBluetooth.CBPeripheralManager) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveRead request: CoreBluetooth.CBATTRequest) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveWrite requests: [CoreBluetooth.CBATTRequest]) - @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: Swift.Error?) - @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: Swift.Error?) + @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: (any Swift.Error)?) + @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: (any Swift.Error)?) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, willRestoreState dict: [Swift.String : Any]) } public protocol TapToAccessDelegate : AnyObject { @@ -125,5 +123,3 @@ public protocol TapToAccessDelegate : AnyObject { func tapToAccessClientID() -> Swift.Int func tapToAccessLoginForOrganization(_ organization: Swift.Int?) -> SecureAccess.Login? } -extension SecureAccess.TapToAccessError : Swift.Equatable {} -extension SecureAccess.TapToAccessError : Swift.Hashable {} diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.abi.json b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.abi.json index a5d38e2..607ad5d 100644 --- a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -74,13 +74,33 @@ { "kind": "TypeFunc", "name": "Function", - "printedName": "(SecureAccess.TapToAccessError.Type) -> SecureAccess.TapToAccessError", + "printedName": "(SecureAccess.TapToAccessError.Type) -> (Swift.String) -> SecureAccess.TapToAccessError", "children": [ { - "kind": "TypeNominal", - "name": "TapToAccessError", - "printedName": "SecureAccess.TapToAccessError", - "usr": "s:12SecureAccess05TapToB5ErrorO" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String) -> SecureAccess.TapToAccessError", + "children": [ + { + "kind": "TypeNominal", + "name": "TapToAccessError", + "printedName": "SecureAccess.TapToAccessError", + "usr": "s:12SecureAccess05TapToB5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(type: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ] }, { "kind": "TypeNominal", @@ -99,8 +119,8 @@ } ], "declKind": "EnumElement", - "usr": "s:12SecureAccess05TapToB5ErrorO17invalidTransitionyA2CmF", - "mangledName": "$s12SecureAccess05TapToB5ErrorO17invalidTransitionyA2CmF", + "usr": "s:12SecureAccess05TapToB5ErrorO17invalidTransitionyACSS_tcACmF", + "mangledName": "$s12SecureAccess05TapToB5ErrorO17invalidTransitionyACSS_tcACmF", "moduleName": "SecureAccess" }, { @@ -148,13 +168,41 @@ { "kind": "TypeFunc", "name": "Function", - "printedName": "(SecureAccess.TapToAccessError.Type) -> SecureAccess.TapToAccessError", + "printedName": "(SecureAccess.TapToAccessError.Type) -> (Swift.Int?) -> SecureAccess.TapToAccessError", "children": [ { - "kind": "TypeNominal", - "name": "TapToAccessError", - "printedName": "SecureAccess.TapToAccessError", - "usr": "s:12SecureAccess05TapToB5ErrorO" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int?) -> SecureAccess.TapToAccessError", + "children": [ + { + "kind": "TypeNominal", + "name": "TapToAccessError", + "printedName": "SecureAccess.TapToAccessError", + "usr": "s:12SecureAccess05TapToB5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(organization: Swift.Int?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ] + } + ] }, { "kind": "TypeNominal", @@ -173,8 +221,8 @@ } ], "declKind": "EnumElement", - "usr": "s:12SecureAccess05TapToB5ErrorO12missingLoginyA2CmF", - "mangledName": "$s12SecureAccess05TapToB5ErrorO12missingLoginyA2CmF", + "usr": "s:12SecureAccess05TapToB5ErrorO12missingLoginyACSiSg_tcACmF", + "mangledName": "$s12SecureAccess05TapToB5ErrorO12missingLoginyACSiSg_tcACmF", "moduleName": "SecureAccess" }, { @@ -688,70 +736,7 @@ "moduleName": "SecureAccess", "static": true, "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:12SecureAccess05TapToB5ErrorO9hashValueSivp", - "mangledName": "$s12SecureAccess05TapToB5ErrorO9hashValueSivp", - "moduleName": "SecureAccess", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:12SecureAccess05TapToB5ErrorO9hashValueSivg", - "mangledName": "$s12SecureAccess05TapToB5ErrorO9hashValueSivg", - "moduleName": "SecureAccess", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:12SecureAccess05TapToB5ErrorO4hash4intoys6HasherVz_tF", - "mangledName": "$s12SecureAccess05TapToB5ErrorO4hash4intoys6HasherVz_tF", - "moduleName": "SecureAccess", - "implicit": true, + "isFromExtension": true, "funcSelfKind": "NonMutating" } ], @@ -763,20 +748,6 @@ "AccessControl" ], "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": "Error", @@ -790,6 +761,13 @@ "printedName": "Sendable", "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" } ] }, @@ -1942,7 +1920,7 @@ { "kind": "TypeNominal", "name": "Decoder", - "printedName": "Swift.Decoder", + "printedName": "any Swift.Decoder", "usr": "s:s7DecoderP" } ], @@ -1999,7 +1977,7 @@ { "kind": "TypeNominal", "name": "Encoder", - "printedName": "Swift.Encoder", + "printedName": "any Swift.Encoder", "usr": "s:s7EncoderP" } ], @@ -2566,7 +2544,7 @@ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -2652,7 +2630,7 @@ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -2816,7 +2794,7 @@ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -2995,7 +2973,7 @@ { "kind": "TypeNominal", "name": "WeakStorage", - "printedName": "SecureAccess.TapToAccessDelegate?" + "printedName": "(any SecureAccess.TapToAccessDelegate)?" } ], "declKind": "Var", @@ -3017,12 +2995,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "SecureAccess.TapToAccessDelegate?", + "printedName": "(any SecureAccess.TapToAccessDelegate)?", "children": [ { "kind": "TypeNominal", "name": "TapToAccessDelegate", - "printedName": "SecureAccess.TapToAccessDelegate", + "printedName": "any SecureAccess.TapToAccessDelegate", "usr": "s:12SecureAccess05TapToB8DelegateP" } ], @@ -3051,12 +3029,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "SecureAccess.TapToAccessDelegate?", + "printedName": "(any SecureAccess.TapToAccessDelegate)?", "children": [ { "kind": "TypeNominal", "name": "TapToAccessDelegate", - "printedName": "SecureAccess.TapToAccessDelegate", + "printedName": "any SecureAccess.TapToAccessDelegate", "usr": "s:12SecureAccess05TapToB8DelegateP" } ], @@ -3088,8 +3066,10 @@ "mangledName": "$s12SecureAccess05TapToB7ManagerC8delegateAA0cdB8Delegate_pSgvM", "moduleName": "SecureAccess", "implicit": true, + "intro_iOS": "13.0", "declAttributes": [ - "Final" + "Final", + "Available" ], "accessorKind": "_modify" } @@ -3302,12 +3282,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Error?", + "printedName": "(any Swift.Error)?", "children": [ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -3346,12 +3326,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Error?", + "printedName": "(any Swift.Error)?", "children": [ { "kind": "TypeNominal", "name": "Error", - "printedName": "Swift.Error", + "printedName": "any Swift.Error", "usr": "s:s5ErrorP" } ], @@ -4258,66 +4238,87 @@ { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 736, + "offset": 826, "length": 4, "value": "0x01" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 762, + "offset": 863, "length": 4, "value": "0x02" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 791, + "offset": 900, "length": 4, "value": "0x04" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 736, + "offset": 937, + "length": 4, + "value": "0x05" + }, + { + "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", + "kind": "IntegerLiteral", + "offset": 826, "length": 4, "value": "0x01" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 762, + "offset": 863, "length": 4, "value": "0x02" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 791, + "offset": 900, "length": 4, "value": "0x04" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 736, + "offset": 937, + "length": 4, + "value": "0x05" + }, + { + "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", + "kind": "IntegerLiteral", + "offset": 826, "length": 4, "value": "0x01" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 762, + "offset": 863, "length": 4, "value": "0x02" }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", "kind": "IntegerLiteral", - "offset": 791, + "offset": 900, "length": 4, "value": "0x04" }, + { + "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Error.swift", + "kind": "IntegerLiteral", + "offset": 937, + "length": 4, + "value": "0x05" + }, { "filePath": "\/Users\/mikaoj\/Code\/Kisi\/kisi-ios-secure-access-sdk\/SecureAccess\/Util\/BeaconLock.swift", "kind": "StringLiteral", diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 22c6cd1..0ce622d 100644 --- a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -// 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 SecureAccess -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name SecureAccess import CommonCrypto import CoreBluetooth import CoreLocation @@ -12,10 +11,11 @@ import Security import Swift import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims public enum TapToAccessError : Swift.Error { - case invalidTransition + case invalidTransition(type: Swift.String) case orgInvalidPayload - case missingLogin + case missingLogin(organization: Swift.Int?) case readerProofInvalidPayload case certificateInvalidPayload case failedToEncrypt @@ -29,11 +29,9 @@ public enum TapToAccessError : Swift.Error { case missingDelegate case offsetReadOutOfBounds case unrecognizedEvent +} +extension SecureAccess.TapToAccessError : Swift.Equatable { public static func == (a: SecureAccess.TapToAccessError, b: SecureAccess.TapToAccessError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } extension Foundation.NSNotification.Name { public static var ReaderManagerDidEnterNotification: Foundation.Notification.Name { @@ -68,8 +66,8 @@ public struct BeaconLock : Swift.Identifiable, Swift.Equatable, Swift.Codable { public var oneTimePassword: Swift.Int public static func == (a: SecureAccess.BeaconLock, b: SecureAccess.BeaconLock) -> Swift.Bool public typealias ID = Swift.Int - public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class ReaderManager : ObjectiveC.NSObject { @@ -91,18 +89,18 @@ extension SecureAccess.ReaderManager { @available(iOS 13.0, *) extension SecureAccess.ReaderManager : CoreLocation.CLLocationManagerDelegate { @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didRangeBeacons beacons: [CoreLocation.CLBeacon], in region: CoreLocation.CLBeaconRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: any Swift.Error) } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class TapToAccessManager : ObjectiveC.NSObject { @objc public static let shared: SecureAccess.TapToAccessManager - weak final public var delegate: SecureAccess.TapToAccessDelegate? { + weak final public var delegate: (any SecureAccess.TapToAccessDelegate)? { get set } @@ -115,8 +113,8 @@ extension SecureAccess.TapToAccessManager : CoreBluetooth.CBPeripheralManagerDel @objc final public func peripheralManagerDidUpdateState(_ peripheral: CoreBluetooth.CBPeripheralManager) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveRead request: CoreBluetooth.CBATTRequest) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveWrite requests: [CoreBluetooth.CBATTRequest]) - @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: Swift.Error?) - @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: Swift.Error?) + @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: (any Swift.Error)?) + @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: (any Swift.Error)?) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, willRestoreState dict: [Swift.String : Any]) } public protocol TapToAccessDelegate : AnyObject { @@ -125,5 +123,3 @@ public protocol TapToAccessDelegate : AnyObject { func tapToAccessClientID() -> Swift.Int func tapToAccessLoginForOrganization(_ organization: Swift.Int?) -> SecureAccess.Login? } -extension SecureAccess.TapToAccessError : Swift.Equatable {} -extension SecureAccess.TapToAccessError : Swift.Hashable {} diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index aa629e3..9b770af 100644 Binary files a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 22c6cd1..0ce622d 100644 --- a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -// 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 SecureAccess -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name SecureAccess import CommonCrypto import CoreBluetooth import CoreLocation @@ -12,10 +11,11 @@ import Security import Swift import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims public enum TapToAccessError : Swift.Error { - case invalidTransition + case invalidTransition(type: Swift.String) case orgInvalidPayload - case missingLogin + case missingLogin(organization: Swift.Int?) case readerProofInvalidPayload case certificateInvalidPayload case failedToEncrypt @@ -29,11 +29,9 @@ public enum TapToAccessError : Swift.Error { case missingDelegate case offsetReadOutOfBounds case unrecognizedEvent +} +extension SecureAccess.TapToAccessError : Swift.Equatable { public static func == (a: SecureAccess.TapToAccessError, b: SecureAccess.TapToAccessError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } extension Foundation.NSNotification.Name { public static var ReaderManagerDidEnterNotification: Foundation.Notification.Name { @@ -68,8 +66,8 @@ public struct BeaconLock : Swift.Identifiable, Swift.Equatable, Swift.Codable { public var oneTimePassword: Swift.Int public static func == (a: SecureAccess.BeaconLock, b: SecureAccess.BeaconLock) -> Swift.Bool public typealias ID = Swift.Int - public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class ReaderManager : ObjectiveC.NSObject { @@ -91,18 +89,18 @@ extension SecureAccess.ReaderManager { @available(iOS 13.0, *) extension SecureAccess.ReaderManager : CoreLocation.CLLocationManagerDelegate { @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, didRangeBeacons beacons: [CoreLocation.CLBeacon], in region: CoreLocation.CLBeaconRegion) - @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: Swift.Error) + @objc final public func locationManager(_ manager: CoreLocation.CLLocationManager, rangingBeaconsDidFailFor region: CoreLocation.CLBeaconRegion, withError error: any Swift.Error) } @objc @_hasMissingDesignatedInitializers @available(iOS 13.0, *) final public class TapToAccessManager : ObjectiveC.NSObject { @objc public static let shared: SecureAccess.TapToAccessManager - weak final public var delegate: SecureAccess.TapToAccessDelegate? { + weak final public var delegate: (any SecureAccess.TapToAccessDelegate)? { get set } @@ -115,8 +113,8 @@ extension SecureAccess.TapToAccessManager : CoreBluetooth.CBPeripheralManagerDel @objc final public func peripheralManagerDidUpdateState(_ peripheral: CoreBluetooth.CBPeripheralManager) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveRead request: CoreBluetooth.CBATTRequest) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didReceiveWrite requests: [CoreBluetooth.CBATTRequest]) - @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: Swift.Error?) - @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: Swift.Error?) + @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, didAdd service: CoreBluetooth.CBService, error: (any Swift.Error)?) + @objc final public func peripheralManagerDidStartAdvertising(_ peripheral: CoreBluetooth.CBPeripheralManager, error: (any Swift.Error)?) @objc final public func peripheralManager(_ peripheral: CoreBluetooth.CBPeripheralManager, willRestoreState dict: [Swift.String : Any]) } public protocol TapToAccessDelegate : AnyObject { @@ -125,5 +123,3 @@ public protocol TapToAccessDelegate : AnyObject { func tapToAccessClientID() -> Swift.Int func tapToAccessLoginForOrganization(_ organization: Swift.Int?) -> SecureAccess.Login? } -extension SecureAccess.TapToAccessError : Swift.Equatable {} -extension SecureAccess.TapToAccessError : Swift.Hashable {} diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/module.modulemap b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/module.modulemap index dfee5dd..f2c4f10 100644 --- a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/module.modulemap +++ b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/Modules/module.modulemap @@ -1,7 +1,7 @@ framework module SecureAccess { umbrella header "SecureAccess.h" - export * + module * { export * } } diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/SecureAccess b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/SecureAccess index 137d7a3..bcbc3e9 100755 Binary files a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/SecureAccess and b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/SecureAccess differ diff --git a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/_CodeSignature/CodeResources b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/_CodeSignature/CodeResources index e046237..a929115 100644 --- a/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/_CodeSignature/CodeResources +++ b/SecureAccess.xcframework/ios-arm64_x86_64-simulator/SecureAccess.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/SecureAccess-Swift.h - jqc7IUnDTQQKh8VeZiuQ7fjrmlg= + TEVlN7GW2a0aCcXU/0mNI1DrUnQ= Headers/SecureAccess.h @@ -14,51 +14,51 @@ Info.plist - CSGzbp8cndKos0xUb+9ZdmXBuQo= + licjSK8PoLwflhL3uDL0Y+GeNVc= Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.abi.json - VW19dXXQg4TKldW8kjXu/leV36s= + 1+whEkRMonzu4N46QGRtG0/Ueus= Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - v2khkV+lmjZCtA9cwzgpp97jVSs= + OHJW6hR/HgPe0Hfxgb32YOCEe18= Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftdoc - 89B0TroQ908t/Imo3GI3xcMYm6M= + vTG33WgHL2uY4WRdzlKv0Xz9p7Q= Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftinterface - v2khkV+lmjZCtA9cwzgpp97jVSs= + OHJW6hR/HgPe0Hfxgb32YOCEe18= Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftmodule - VxWkj+U3Aqv5QqR3ZTbQnBpMCUo= + m4vbnm6m/O5WMUWjSbdYOOSweuI= Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.abi.json - VW19dXXQg4TKldW8kjXu/leV36s= + 1+whEkRMonzu4N46QGRtG0/Ueus= Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - HeTL0Uuh7Y+RFE/l/cWZZVlBIow= + Am8P/9PEm284GaiJphtg3LQJR58= Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - cikyUinAoGMRzio0wHkgpgAHRGw= + o6NrxDkBmQCc1NVlPjc6XCv5jIk= Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - HeTL0Uuh7Y+RFE/l/cWZZVlBIow= + Am8P/9PEm284GaiJphtg3LQJR58= Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - +AvquAFhsCbTd/JZqut9RkopH1g= + uaKck9LejxG8X53Y2qB2iX/aP2Q= Modules/module.modulemap - nHuta0AvHhSb+S0tB3TvO/latnc= + S3JzfjqsboxJjDO3zyNkEp7KNeg= files2 @@ -67,7 +67,7 @@ hash2 - bu/LdPiHW0g9ITY9v+BsRxpnEerAYCPIAuyEix30zc4= + 3wJjpphXgVV3dmEZGjxg2sT1YEdN48itb+PDU9O8c/0= Headers/SecureAccess.h @@ -81,77 +81,77 @@ hash2 - SPKvR88z/oUanajmBElm1hZ9knVKyopFT8TXd5YB2lU= + +uYotQaRKc7zlKh++JUq6sGxXrpooVMwJiXQwM2ngqU= Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - 1apA3mreoSuYv0ju49HJgLQLgeLdLyROmB46Vin6xl0= + Pny0bVcLV1DjfbuX6ObnSD7Lwen79rRD2oqAK47Qe9g= Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - iX16kVYQx0JrQhkQE2ZCJKvdcC4wceXWB1FUN1RgbUc= + JdGTALPZyXZG/mnMxU4H/daEiZjP9dJIdesARV3op/Y= Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - 1apA3mreoSuYv0ju49HJgLQLgeLdLyROmB46Vin6xl0= + Pny0bVcLV1DjfbuX6ObnSD7Lwen79rRD2oqAK47Qe9g= Modules/SecureAccess.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - hLR4MMdE+NAw51aCYv2cnpzWehNqb318iHbrLl9JDe8= + qLwgkK5wLWqekve26tIY/lyXYg+nBhI5ER/tYZYuetg= Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - SPKvR88z/oUanajmBElm1hZ9knVKyopFT8TXd5YB2lU= + +uYotQaRKc7zlKh++JUq6sGxXrpooVMwJiXQwM2ngqU= Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - kjfyJ9v759BNO4HDfb11b3eAIrRuS0A5G4Q7Y4mgtYo= + QfTA+e8bwnD+WYskpa903OMmFuaAX7WTwq9+I4dm05c= Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - jpcgRJ4W1Y9pWGZ7+p5LLmfUHOfDzC0QmTlb8MBXnwM= + MdX0UWJr7k7c+6kWqtS6gDz081hV4tOjueJwkYX9Iyk= Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - kjfyJ9v759BNO4HDfb11b3eAIrRuS0A5G4Q7Y4mgtYo= + QfTA+e8bwnD+WYskpa903OMmFuaAX7WTwq9+I4dm05c= Modules/SecureAccess.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - /+wF2klUm34vuWIS6HOQ0sla9T8QSJVgeGpTQkbar8o= + KJJ7G+JBe1ihOvYIhxA7MzpexuiIOTOQhourqj1Cn7o= Modules/module.modulemap hash2 - p8QW2rdS3kPmwzswK1L2ZUuCixvOrA5aOMLY10pQI3s= + CSfDxsNmQ1Z1khC6/jmtmTTF4qmVlvE6DLeMjyNFoGQ=