diff --git a/Frameworks/M2Kit.xcframework/Info.plist b/Frameworks/M2Kit.xcframework/Info.plist index 896b0ff..d0be149 100644 --- a/Frameworks/M2Kit.xcframework/Info.plist +++ b/Frameworks/M2Kit.xcframework/Info.plist @@ -4,37 +4,6 @@ AvailableLibraries - - BinaryPath - M2Kit.framework/M2Kit - LibraryIdentifier - ios-arm64_x86_64-simulator - LibraryPath - M2Kit.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - simulator - - - BinaryPath - M2Kit.framework/M2Kit - LibraryIdentifier - ios-arm64 - LibraryPath - M2Kit.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - BinaryPath M2Kit.framework/Versions/A/M2Kit @@ -52,6 +21,37 @@ SupportedPlatformVariant maccatalyst + + BinaryPath + M2Kit.framework/M2Kit + LibraryIdentifier + ios-arm64 + LibraryPath + M2Kit.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + BinaryPath + M2Kit.framework/M2Kit + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + M2Kit.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + CFBundlePackageType XFWK diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Headers/M2Kit-Swift.h b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Headers/M2Kit-Swift.h index d0d9dad..5dafa46 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Headers/M2Kit-Swift.h +++ b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Headers/M2Kit-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) +// Generated by Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) #ifndef M2KIT_SWIFT_H #define M2KIT_SWIFT_H #pragma clang diagnostic push @@ -26,7 +26,7 @@ #pragma clang diagnostic ignored "-Wauto-import" #if defined(__OBJC__) #include -#endif +#endif // defined(__OBJC__) #if defined(__cplusplus) #include #include @@ -195,13 +195,32 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # endif #endif #if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif # else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) # endif #endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif #if !defined(SWIFT_UNAVAILABLE) # define SWIFT_UNAVAILABLE __attribute__((unavailable)) #endif @@ -211,6 +230,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_AVAILABILITY) # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) #endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif #if !defined(SWIFT_WEAK_IMPORT) # define SWIFT_WEAK_IMPORT __attribute__((weak_import)) #endif @@ -276,6 +298,49 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_IMPORT_STDLIB_SYMBOL #endif #endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="M2Kit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif #if defined(__OBJC__) #if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") @@ -284,7 +349,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif -#endif +#endif // defined(__OBJC__) #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -314,7 +379,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end -#endif +#endif // defined(__OBJC__) #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Info.plist b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Info.plist index f94c268..e83c966 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Info.plist and b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Info.plist differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/M2Kit b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/M2Kit index ce92334..0cc5bd8 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/M2Kit and b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/M2Kit differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.abi.json b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.abi.json index 32d95c7..244a332 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.abi.json +++ b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.abi.json @@ -579,6 +579,13 @@ ], "enumRawTypeName": "Int", "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, { "kind": "Conformance", "name": "Copyable", @@ -586,13 +593,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -636,6 +636,13 @@ "usr": "s:s5ErrorP", "mangledName": "$ss5ErrorP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Sendable", @@ -649,13 +656,6 @@ "printedName": "SendableMetatype", "usr": "s:s16SendableMetatypeP", "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "CustomNSError", - "printedName": "CustomNSError", - "usr": "s:10Foundation13CustomNSErrorP", - "mangledName": "$s10Foundation13CustomNSErrorP" } ] }, @@ -1013,13 +1013,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -1027,6 +1020,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -6311,10 +6311,17 @@ }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", @@ -6434,62 +6441,6 @@ "usr": "s:Sl", "mangledName": "$sSl" }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String, M2Kit.JSON)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "JSON", - "printedName": "M2Kit.JSON", - "usr": "s:5M2Kit4JSONV" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator", - "children": [ - { - "kind": "TypeNominal", - "name": "JSON", - "printedName": "M2Kit.JSON", - "usr": "s:5M2Kit4JSONV" - } - ], - "usr": "s:s16IndexingIteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, { "kind": "Conformance", "name": "ExpressibleByStringLiteral", @@ -6728,17 +6679,66 @@ }, { "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, M2Kit.JSON)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSON", + "printedName": "M2Kit.JSON", + "usr": "s:5M2Kit4JSONV" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator", + "children": [ + { + "kind": "TypeNominal", + "name": "JSON", + "printedName": "M2Kit.JSON", + "usr": "s:5M2Kit4JSONV" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" }, { "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, @@ -7037,20 +7037,6 @@ "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Comparable", @@ -7058,12 +7044,26 @@ "usr": "s:SL", "mangledName": "$sSL" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Equatable", "printedName": "Equatable", "usr": "s:SQ", "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, @@ -7700,13 +7700,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -7714,6 +7707,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -13889,13 +13889,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -13903,6 +13896,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -20426,13 +20426,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -20440,6 +20433,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -21040,38 +21040,10 @@ "conformances": [ { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", @@ -21082,10 +21054,24 @@ }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", @@ -21096,10 +21082,24 @@ }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", @@ -21487,13 +21487,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -21501,6 +21494,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -21950,17 +21950,32 @@ "conformances": [ { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" }, { "kind": "Conformance", @@ -21969,184 +21984,6 @@ "usr": "s:5M2Kit17JSONSubscriptTypeP", "mangledName": "$s5M2Kit17JSONSubscriptTypeP" }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, { "kind": "Conformance", "name": "BidirectionalCollection", @@ -22216,6 +22053,20 @@ "usr": "s:SK", "mangledName": "$sSK" }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, { "kind": "Conformance", "name": "Collection", @@ -22298,6 +22149,214 @@ "usr": "s:Sl", "mangledName": "$sSl" }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, { "kind": "Conformance", "name": "Sequence", @@ -22333,20 +22392,6 @@ "usr": "s:ST", "mangledName": "$sST" }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, { "kind": "Conformance", "name": "StringProtocol", @@ -22410,61 +22455,52 @@ }, { "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" }, { "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" }, { "kind": "Conformance", @@ -22487,42 +22523,6 @@ ], "usr": "s:s21_ObjectiveCBridgeableP", "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" } ] }, @@ -22546,134 +22546,6 @@ ], "isExternal": true, "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "ReferenceConvertible", - "printedName": "ReferenceConvertible", - "children": [ - { - "kind": "TypeWitness", - "name": "ReferenceType", - "printedName": "ReferenceType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:10Foundation20ReferenceConvertibleP", - "mangledName": "$s10Foundation20ReferenceConvertibleP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByFileReferenceLiteral", - "printedName": "_ExpressibleByFileReferenceLiteral", - "usr": "s:s34_ExpressibleByFileReferenceLiteralP", - "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" - }, { "kind": "Conformance", "name": "Transferable", @@ -22702,6 +22574,134 @@ ], "usr": "s:16CoreTransferable0B0P", "mangledName": "$s16CoreTransferable0B0P" + }, + { + "kind": "Conformance", + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSURL", + "printedName": "Foundation.NSURL", + "usr": "c:objc(cs)NSURL" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByFileReferenceLiteral", + "printedName": "_ExpressibleByFileReferenceLiteral", + "usr": "s:s34_ExpressibleByFileReferenceLiteralP", + "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSURL", + "printedName": "Foundation.NSURL", + "usr": "c:objc(cs)NSURL" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" } ] }, @@ -22764,24 +22764,39 @@ "conformances": [ { "kind": "Conformance", - "name": "FixedWidthInteger", - "printedName": "FixedWidthInteger", - "usr": "s:s17FixedWidthIntegerP", - "mangledName": "$ss17FixedWidthIntegerP" + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" }, { "kind": "Conformance", - "name": "SignedInteger", - "printedName": "SignedInteger", - "usr": "s:SZ", - "mangledName": "$sSZ" + "name": "JSONSubscriptType", + "printedName": "JSONSubscriptType", + "usr": "s:5M2Kit17JSONSubscriptTypeP", + "mangledName": "$s5M2Kit17JSONSubscriptTypeP" }, { "kind": "Conformance", - "name": "_ExpressibleByBuiltinIntegerLiteral", - "printedName": "_ExpressibleByBuiltinIntegerLiteral", - "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", - "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" }, { "kind": "Conformance", @@ -22807,17 +22822,45 @@ }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" }, { "kind": "Conformance", - "name": "SignedNumeric", - "printedName": "SignedNumeric", - "usr": "s:s13SignedNumericP", - "mangledName": "$ss13SignedNumericP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" }, { "kind": "Conformance", @@ -22828,54 +22871,31 @@ }, { "kind": "Conformance", - "name": "Numeric", - "printedName": "Numeric", - "children": [ - { - "kind": "TypeWitness", - "name": "Magnitude", - "printedName": "Magnitude", - "children": [ - { - "kind": "TypeNominal", - "name": "UInt", - "printedName": "Swift.UInt", - "usr": "s:Su" - } - ] - } - ], - "usr": "s:Sj", - "mangledName": "$sSj" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Strideable", - "printedName": "Strideable", - "children": [ - { - "kind": "TypeWitness", - "name": "Stride", - "printedName": "Stride", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:Sx", - "mangledName": "$sSx" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" }, { "kind": "Conformance", - "name": "AdditiveArithmetic", - "printedName": "AdditiveArithmetic", - "usr": "s:s18AdditiveArithmeticP", - "mangledName": "$ss18AdditiveArithmeticP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -22901,80 +22921,10 @@ }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "JSONSubscriptType", - "printedName": "JSONSubscriptType", - "usr": "s:5M2Kit17JSONSubscriptTypeP", - "mangledName": "$s5M2Kit17JSONSubscriptTypeP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" }, { "kind": "Conformance", @@ -22985,31 +22935,39 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" }, { "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" }, { "kind": "Conformance", @@ -23113,32 +23071,74 @@ }, { "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "SignedInteger", + "printedName": "SignedInteger", + "usr": "s:SZ", + "mangledName": "$sSZ" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", "children": [ { "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", + "name": "Stride", + "printedName": "Stride", "children": [ { "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:10Foundation18_FormatSpecifiableP", - "mangledName": "$s10Foundation18_FormatSpecifiableP" + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" }, { "kind": "Conformance", @@ -23204,108 +23204,24 @@ "conformances": [ { "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByNilLiteral", - "printedName": "ExpressibleByNilLiteral", - "usr": "s:s23ExpressibleByNilLiteralP", - "mangledName": "$ss23ExpressibleByNilLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "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": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", "children": [ { "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" } ] } ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" }, { "kind": "Conformance", @@ -23330,29 +23246,113 @@ }, { "kind": "Conformance", - "name": "DecodableWithConfiguration", - "printedName": "DecodableWithConfiguration", + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", "children": [ { "kind": "TypeWitness", - "name": "DecodingConfiguration", - "printedName": "DecodingConfiguration", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", "children": [ { "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.DecodingConfiguration" + "name": "ProtocolComposition", + "printedName": "AnyObject" } ] } ], - "usr": "s:10Foundation26DecodableWithConfigurationP", - "mangledName": "$s10Foundation26DecodableWithConfigurationP" + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "AttributedTextFormattingDefinition", - "printedName": "AttributedTextFormattingDefinition", + "name": "Commands", + "printedName": "Commands", "children": [ { "kind": "TypeWitness", @@ -23361,34 +23361,22 @@ "children": [ { "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some SwiftUICore.AttributedTextFormattingDefinition", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributedTextFormattingDefinition", - "printedName": "SwiftUICore.AttributedTextFormattingDefinition", - "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Scope", - "printedName": "Scope", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Scope" + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" } ] } ], - "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP", - "mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP" + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" }, { "kind": "Conformance", @@ -23426,9 +23414,21 @@ }, { "kind": "Conformance", - "name": "View", - "printedName": "View", + "name": "SliderTickContent", + "printedName": "SliderTickContent", "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, { "kind": "TypeWitness", "name": "Body", @@ -23436,61 +23436,30 @@ "children": [ { "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" + "name": "Array", + "printedName": "[SwiftUI.SliderTick<τ_0_0.Value>]", + "children": [ + { + "kind": "TypeNominal", + "name": "SliderTick", + "printedName": "SwiftUI.SliderTick<τ_0_0.Value>", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ], + "usr": "s:7SwiftUI10SliderTickV" + } + ], + "usr": "s:Sa" } ] } ], - "usr": "s:7SwiftUI4ViewP", - "mangledName": "$s7SwiftUI4ViewP" - }, - { - "kind": "Conformance", - "name": "TableColumnContent", - "printedName": "TableColumnContent", - "children": [ - { - "kind": "TypeWitness", - "name": "TableRowValue", - "printedName": "TableRowValue", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.TableRowValue" - } - ] - }, - { - "kind": "TypeWitness", - "name": "TableColumnSortComparator", - "printedName": "TableColumnSortComparator", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.TableColumnSortComparator" - } - ] - }, - { - "kind": "TypeWitness", - "name": "TableColumnBody", - "printedName": "TableColumnBody", - "children": [ - { - "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" - } - ] - } - ], - "usr": "s:7SwiftUI18TableColumnContentP", - "mangledName": "$s7SwiftUI18TableColumnContentP" + "usr": "s:7SwiftUI17SliderTickContentP", + "mangledName": "$s7SwiftUI17SliderTickContentP" }, { "kind": "Conformance", @@ -23553,6 +23522,52 @@ "usr": "s:7SwiftUI10TabContentP", "mangledName": "$s7SwiftUI10TabContentP" }, + { + "kind": "Conformance", + "name": "TableColumnContent", + "printedName": "TableColumnContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableColumnSortComparator", + "printedName": "TableColumnSortComparator", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableColumnSortComparator" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableColumnBody", + "printedName": "TableColumnBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI18TableColumnContentP", + "mangledName": "$s7SwiftUI18TableColumnContentP" + }, { "kind": "Conformance", "name": "TableRowContent", @@ -23587,77 +23602,6 @@ "usr": "s:7SwiftUI15TableRowContentP", "mangledName": "$s7SwiftUI15TableRowContentP" }, - { - "kind": "Conformance", - "name": "SliderTickContent", - "printedName": "SliderTickContent", - "children": [ - { - "kind": "TypeWitness", - "name": "Value", - "printedName": "Value", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Value" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Body", - "printedName": "Body", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[SwiftUI.SliderTick<τ_0_0.Value>]", - "children": [ - { - "kind": "TypeNominal", - "name": "SliderTick", - "printedName": "SwiftUI.SliderTick<τ_0_0.Value>", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Value" - } - ], - "usr": "s:7SwiftUI10SliderTickV" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:7SwiftUI17SliderTickContentP", - "mangledName": "$s7SwiftUI17SliderTickContentP" - }, - { - "kind": "Conformance", - "name": "Commands", - "printedName": "Commands", - "children": [ - { - "kind": "TypeWitness", - "name": "Body", - "printedName": "Body", - "children": [ - { - "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" - } - ] - } - ], - "usr": "s:7SwiftUI8CommandsP", - "mangledName": "$s7SwiftUI8CommandsP" - }, { "kind": "Conformance", "name": "ToolbarContent", @@ -23682,10 +23626,66 @@ }, { "kind": "Conformance", - "name": "CustomizableToolbarContent", - "printedName": "CustomizableToolbarContent", - "usr": "s:7SwiftUI26CustomizableToolbarContentP", - "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "AttributedTextFormattingDefinition", + "printedName": "AttributedTextFormattingDefinition", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some SwiftUICore.AttributedTextFormattingDefinition<τ_0_0.Scope>", + "children": [ + { + "kind": "TypeNominal", + "name": "AttributedTextFormattingDefinition", + "printedName": "SwiftUICore.AttributedTextFormattingDefinition", + "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Scope", + "printedName": "Scope", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Scope" + } + ] + } + ], + "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP", + "mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP" } ] } @@ -25329,7 +25329,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.26\"" + "value": "\"5.27\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.private.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.private.swiftinterface index 14afda3..894c7b0 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,7 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) -// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4 +// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) +// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit +// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Combine import CommonCrypto import Foundation @@ -22,9 +22,7 @@ public enum SwiftyJSONError : Swift.Int, Swift.Error { case wrongType case notExist case invalidJSON - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -49,9 +47,7 @@ public enum Type : Swift.Int { case dictionary case null case unknown - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -164,19 +160,13 @@ extension M2Kit.JSON : Swift.ExpressibleByArrayLiteral { public typealias ArrayLiteralElement = Any } extension M2Kit.JSON : Swift.RawRepresentable { - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Any) - #endif public var rawValue: Any { get } public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String? - #endif - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ options: [M2Kit.writingOptionsKeys : Any]) -> Swift.String? - #endif public typealias RawValue = Any } extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { @@ -188,207 +178,165 @@ extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringCon } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var array: [M2Kit.JSON]? { get } - #endif public var arrayValue: [M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var arrayObject: [Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var dictionary: [Swift.String : M2Kit.JSON]? { get } - #endif public var dictionaryValue: [Swift.String : M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var dictionaryObject: [Swift.String : Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var bool: Swift.Bool? { get set } - #endif public var boolValue: Swift.Bool { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var string: Swift.String? { get set } - #endif public var stringValue: Swift.String { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var number: Foundation.NSNumber? { get set } - #endif public var numberValue: Foundation.NSNumber { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var null: Foundation.NSNull? { get set } - #endif public func exists() -> Swift.Bool } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var url: Foundation.URL? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var double: Swift.Double? { get set } - #endif public var doubleValue: Swift.Double { get set } - #if compiler(>=5.3) && $NonescapableTypes public var float: Swift.Float? { get set } - #endif public var floatValue: Swift.Float { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int: Swift.Int? { get set } - #endif public var intValue: Swift.Int { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt: Swift.UInt? { get set } - #endif public var uIntValue: Swift.UInt { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int8: Swift.Int8? { get set } - #endif public var int8Value: Swift.Int8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt8: Swift.UInt8? { get set } - #endif public var uInt8Value: Swift.UInt8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int16: Swift.Int16? { get set } - #endif public var int16Value: Swift.Int16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt16: Swift.UInt16? { get set } - #endif public var uInt16Value: Swift.UInt16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int32: Swift.Int32? { get set } - #endif public var int32Value: Swift.Int32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt32: Swift.UInt32? { get set } - #endif public var uInt32Value: Swift.UInt32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int64: Swift.Int64? { get set } - #endif public var int64Value: Swift.Int64 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt64: Swift.UInt64? { get set } - #endif public var uInt64Value: Swift.UInt64 { get set @@ -419,25 +367,13 @@ extension M2Kit.JSON : Swift.Codable { @_Concurrency.MainActor public struct M2API { } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideosEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylistsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ playlists: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistEx(playlistId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannelsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ channels: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannelEx(channelId:nextToken:result:) instead.") @_Concurrency.MainActor public static func getVideosOfChannelEx(channelName: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannelEx(channelId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { @@ -458,15 +394,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearchEx(_ text: Swift.String, result: @escaping (_ listSuggestion: [Swift.String]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocationEx(result: @escaping (_ countryCode: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getTrendingSearchEx(result: @escaping (_ titles: [Swift.String]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(videoId: Swift.String, result: @escaping (_ videoUrl: Foundation.URL?, _ videoId: Swift.String, _ metadata: [Swift.AnyHashable : Any]?) -> Swift.Void) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWWEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) @@ -486,25 +418,13 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static func ytArtistDetailEx(artistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideos(title: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylists(title: Swift.String, nextToken: Swift.String?) async -> (playlists: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylist(playlistId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannels(title: Swift.String, nextToken: Swift.String?) async -> (channels: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannel(channelId:nextToken:) instead.") @_Concurrency.MainActor public static func getVideosOfChannel(channelName: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannel(channelId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]] } extension M2Kit.M2API { @@ -525,15 +445,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearch(_ text: Swift.String) async -> [Swift.String] - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocation() async -> Swift.String? - #endif @_Concurrency.MainActor public static func getTrendingSearch() async -> [Swift.String] } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlay(videoId: Swift.String) async -> (videoUrl: Foundation.URL?, videoId: Swift.String, metadata: [Swift.AnyHashable : Any]?) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWW() async -> [[Swift.AnyHashable : Any]] @@ -556,24 +472,12 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static var backupCode: Swift.String { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackup(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackup(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersion(code: Swift.String, result: @escaping (_ num: Swift.Int?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersions(codes: [Swift.String], result: @escaping (_ results: [Swift.String : Swift.Int?]) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackupPlaylist(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupPlaylist(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif } public let m2Version: Swift.String @_Concurrency.MainActor public func setServiceType(_ type: Swift.String) @@ -582,18 +486,10 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendFeedback(content: Swift.String, result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2HTTP { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getData(url: Foundation.URL) async -> Foundation.Data? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageData(url: Foundation.URL) async -> Foundation.Data? - #endif } @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @@ -604,22 +500,16 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - #endif @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } @_Concurrency.MainActor public struct M2Image { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage, result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage) async -> Swift.String? - #endif } @_Concurrency.MainActor public struct M2K { @_Concurrency.MainActor public static func start(c: Swift.String = "", t: Swift.String = "", d: Swift.Int = 0, result: @escaping () -> Swift.Void) @@ -630,9 +520,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendAllEvents(result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2Musi { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistWithCode(_ code: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } public enum M2NetConnecttionType { case wifi @@ -664,45 +552,23 @@ extension M2Kit.M2Radio { @_Concurrency.MainActor public static func getCurrentRadioCountryCode() -> Swift.String } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchStationsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topStationsEx(token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForRadioEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listStationsByGenresEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func stationInfoEx(station: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPodcastsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listEpisodesOfPodcastEx(podcast: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ episodes: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topPodcastsEx(token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForPodcastEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listPodcastsByGenreEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func podcastInfoEx(podcast: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif } @_hasMissingDesignatedInitializers public class M2Setting { public static var option10: Swift.String { @@ -1011,12 +877,8 @@ extension M2Kit.M2Utils { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @_Concurrency.MainActor @objc override dynamic public func viewDidLoad() - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc required dynamic public init?(coder: Foundation.NSCoder) - #endif @objc deinit } @_Concurrency.MainActor public struct M2WebView : SwiftUI.UIViewControllerRepresentable { @@ -1030,21 +892,15 @@ extension M2Kit.M2Utils { public enum M2YTIDType : Swift.String { case video case playlist - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.String) - #endif public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } @_Concurrency.MainActor public struct M2YT { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func extractId(fromUrl: Swift.String) -> (id: Swift.String, type: M2Kit.M2YTIDType)? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistId(_ playlistId: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } extension M2Kit.SwiftyJSONError : Swift.Equatable {} extension M2Kit.SwiftyJSONError : Swift.Hashable {} diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftdoc b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftdoc index 623c661..a05cf80 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftdoc and b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftinterface index 14afda3..894c7b0 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,7 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) -// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4 +// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) +// swift-module-flags: -target arm64-apple-ios16.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit +// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Combine import CommonCrypto import Foundation @@ -22,9 +22,7 @@ public enum SwiftyJSONError : Swift.Int, Swift.Error { case wrongType case notExist case invalidJSON - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -49,9 +47,7 @@ public enum Type : Swift.Int { case dictionary case null case unknown - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -164,19 +160,13 @@ extension M2Kit.JSON : Swift.ExpressibleByArrayLiteral { public typealias ArrayLiteralElement = Any } extension M2Kit.JSON : Swift.RawRepresentable { - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Any) - #endif public var rawValue: Any { get } public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String? - #endif - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ options: [M2Kit.writingOptionsKeys : Any]) -> Swift.String? - #endif public typealias RawValue = Any } extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { @@ -188,207 +178,165 @@ extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringCon } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var array: [M2Kit.JSON]? { get } - #endif public var arrayValue: [M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var arrayObject: [Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var dictionary: [Swift.String : M2Kit.JSON]? { get } - #endif public var dictionaryValue: [Swift.String : M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var dictionaryObject: [Swift.String : Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var bool: Swift.Bool? { get set } - #endif public var boolValue: Swift.Bool { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var string: Swift.String? { get set } - #endif public var stringValue: Swift.String { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var number: Foundation.NSNumber? { get set } - #endif public var numberValue: Foundation.NSNumber { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var null: Foundation.NSNull? { get set } - #endif public func exists() -> Swift.Bool } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var url: Foundation.URL? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var double: Swift.Double? { get set } - #endif public var doubleValue: Swift.Double { get set } - #if compiler(>=5.3) && $NonescapableTypes public var float: Swift.Float? { get set } - #endif public var floatValue: Swift.Float { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int: Swift.Int? { get set } - #endif public var intValue: Swift.Int { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt: Swift.UInt? { get set } - #endif public var uIntValue: Swift.UInt { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int8: Swift.Int8? { get set } - #endif public var int8Value: Swift.Int8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt8: Swift.UInt8? { get set } - #endif public var uInt8Value: Swift.UInt8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int16: Swift.Int16? { get set } - #endif public var int16Value: Swift.Int16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt16: Swift.UInt16? { get set } - #endif public var uInt16Value: Swift.UInt16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int32: Swift.Int32? { get set } - #endif public var int32Value: Swift.Int32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt32: Swift.UInt32? { get set } - #endif public var uInt32Value: Swift.UInt32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int64: Swift.Int64? { get set } - #endif public var int64Value: Swift.Int64 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt64: Swift.UInt64? { get set } - #endif public var uInt64Value: Swift.UInt64 { get set @@ -419,25 +367,13 @@ extension M2Kit.JSON : Swift.Codable { @_Concurrency.MainActor public struct M2API { } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideosEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylistsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ playlists: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistEx(playlistId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannelsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ channels: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannelEx(channelId:nextToken:result:) instead.") @_Concurrency.MainActor public static func getVideosOfChannelEx(channelName: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannelEx(channelId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { @@ -458,15 +394,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearchEx(_ text: Swift.String, result: @escaping (_ listSuggestion: [Swift.String]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocationEx(result: @escaping (_ countryCode: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getTrendingSearchEx(result: @escaping (_ titles: [Swift.String]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(videoId: Swift.String, result: @escaping (_ videoUrl: Foundation.URL?, _ videoId: Swift.String, _ metadata: [Swift.AnyHashable : Any]?) -> Swift.Void) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWWEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) @@ -486,25 +418,13 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static func ytArtistDetailEx(artistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideos(title: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylists(title: Swift.String, nextToken: Swift.String?) async -> (playlists: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylist(playlistId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannels(title: Swift.String, nextToken: Swift.String?) async -> (channels: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannel(channelId:nextToken:) instead.") @_Concurrency.MainActor public static func getVideosOfChannel(channelName: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannel(channelId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]] } extension M2Kit.M2API { @@ -525,15 +445,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearch(_ text: Swift.String) async -> [Swift.String] - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocation() async -> Swift.String? - #endif @_Concurrency.MainActor public static func getTrendingSearch() async -> [Swift.String] } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlay(videoId: Swift.String) async -> (videoUrl: Foundation.URL?, videoId: Swift.String, metadata: [Swift.AnyHashable : Any]?) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWW() async -> [[Swift.AnyHashable : Any]] @@ -556,24 +472,12 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static var backupCode: Swift.String { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackup(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackup(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersion(code: Swift.String, result: @escaping (_ num: Swift.Int?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersions(codes: [Swift.String], result: @escaping (_ results: [Swift.String : Swift.Int?]) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackupPlaylist(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupPlaylist(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif } public let m2Version: Swift.String @_Concurrency.MainActor public func setServiceType(_ type: Swift.String) @@ -582,18 +486,10 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendFeedback(content: Swift.String, result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2HTTP { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getData(url: Foundation.URL) async -> Foundation.Data? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageData(url: Foundation.URL) async -> Foundation.Data? - #endif } @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @@ -604,22 +500,16 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - #endif @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } @_Concurrency.MainActor public struct M2Image { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage, result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage) async -> Swift.String? - #endif } @_Concurrency.MainActor public struct M2K { @_Concurrency.MainActor public static func start(c: Swift.String = "", t: Swift.String = "", d: Swift.Int = 0, result: @escaping () -> Swift.Void) @@ -630,9 +520,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendAllEvents(result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2Musi { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistWithCode(_ code: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } public enum M2NetConnecttionType { case wifi @@ -664,45 +552,23 @@ extension M2Kit.M2Radio { @_Concurrency.MainActor public static func getCurrentRadioCountryCode() -> Swift.String } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchStationsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topStationsEx(token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForRadioEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listStationsByGenresEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func stationInfoEx(station: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPodcastsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listEpisodesOfPodcastEx(podcast: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ episodes: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topPodcastsEx(token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForPodcastEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listPodcastsByGenreEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func podcastInfoEx(podcast: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif } @_hasMissingDesignatedInitializers public class M2Setting { public static var option10: Swift.String { @@ -1011,12 +877,8 @@ extension M2Kit.M2Utils { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @_Concurrency.MainActor @objc override dynamic public func viewDidLoad() - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc required dynamic public init?(coder: Foundation.NSCoder) - #endif @objc deinit } @_Concurrency.MainActor public struct M2WebView : SwiftUI.UIViewControllerRepresentable { @@ -1030,21 +892,15 @@ extension M2Kit.M2Utils { public enum M2YTIDType : Swift.String { case video case playlist - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.String) - #endif public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } @_Concurrency.MainActor public struct M2YT { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func extractId(fromUrl: Swift.String) -> (id: Swift.String, type: M2Kit.M2YTIDType)? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistId(_ playlistId: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } extension M2Kit.SwiftyJSONError : Swift.Equatable {} extension M2Kit.SwiftyJSONError : Swift.Hashable {} diff --git a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/module.modulemap b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/module.modulemap index 06e5a7a..8d0de40 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/module.modulemap +++ b/Frameworks/M2Kit.xcframework/ios-arm64/M2Kit.framework/Modules/module.modulemap @@ -1,4 +1,3 @@ framework module M2Kit { header "M2Kit-Swift.h" - requires objc } diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Headers/M2Kit-Swift.h b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Headers/M2Kit-Swift.h index ca72e9c..634ec24 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Headers/M2Kit-Swift.h +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Headers/M2Kit-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) +// Generated by Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) #ifndef M2KIT_SWIFT_H #define M2KIT_SWIFT_H #pragma clang diagnostic push @@ -26,7 +26,7 @@ #pragma clang diagnostic ignored "-Wauto-import" #if defined(__OBJC__) #include -#endif +#endif // defined(__OBJC__) #if defined(__cplusplus) #include #include @@ -195,13 +195,32 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # endif #endif #if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif # else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) # endif #endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif #if !defined(SWIFT_UNAVAILABLE) # define SWIFT_UNAVAILABLE __attribute__((unavailable)) #endif @@ -211,6 +230,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_AVAILABILITY) # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) #endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif #if !defined(SWIFT_WEAK_IMPORT) # define SWIFT_WEAK_IMPORT __attribute__((weak_import)) #endif @@ -276,6 +298,49 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_IMPORT_STDLIB_SYMBOL #endif #endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="M2Kit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif #if defined(__OBJC__) #if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") @@ -284,7 +349,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif -#endif +#endif // defined(__OBJC__) #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -314,7 +379,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end -#endif +#endif // defined(__OBJC__) #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif @@ -324,7 +389,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC") #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) +// Generated by Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) #ifndef M2KIT_SWIFT_H #define M2KIT_SWIFT_H #pragma clang diagnostic push @@ -350,7 +415,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC") #pragma clang diagnostic ignored "-Wauto-import" #if defined(__OBJC__) #include -#endif +#endif // defined(__OBJC__) #if defined(__cplusplus) #include #include @@ -519,13 +584,32 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # endif #endif #if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif # else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) # endif #endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif #if !defined(SWIFT_UNAVAILABLE) # define SWIFT_UNAVAILABLE __attribute__((unavailable)) #endif @@ -535,6 +619,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_AVAILABILITY) # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) #endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif #if !defined(SWIFT_WEAK_IMPORT) # define SWIFT_WEAK_IMPORT __attribute__((weak_import)) #endif @@ -600,6 +687,49 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_IMPORT_STDLIB_SYMBOL #endif #endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="M2Kit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif #if defined(__OBJC__) #if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") @@ -608,7 +738,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif -#endif +#endif // defined(__OBJC__) #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -638,7 +768,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end -#endif +#endif // defined(__OBJC__) #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/M2Kit b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/M2Kit index 7828176..0efb733 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/M2Kit and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/M2Kit differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.abi.json b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.abi.json index 32d95c7..244a332 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.abi.json +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.abi.json @@ -579,6 +579,13 @@ ], "enumRawTypeName": "Int", "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, { "kind": "Conformance", "name": "Copyable", @@ -586,13 +593,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -636,6 +636,13 @@ "usr": "s:s5ErrorP", "mangledName": "$ss5ErrorP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Sendable", @@ -649,13 +656,6 @@ "printedName": "SendableMetatype", "usr": "s:s16SendableMetatypeP", "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "CustomNSError", - "printedName": "CustomNSError", - "usr": "s:10Foundation13CustomNSErrorP", - "mangledName": "$s10Foundation13CustomNSErrorP" } ] }, @@ -1013,13 +1013,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -1027,6 +1020,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -6311,10 +6311,17 @@ }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", @@ -6434,62 +6441,6 @@ "usr": "s:Sl", "mangledName": "$sSl" }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String, M2Kit.JSON)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "JSON", - "printedName": "M2Kit.JSON", - "usr": "s:5M2Kit4JSONV" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator", - "children": [ - { - "kind": "TypeNominal", - "name": "JSON", - "printedName": "M2Kit.JSON", - "usr": "s:5M2Kit4JSONV" - } - ], - "usr": "s:s16IndexingIteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, { "kind": "Conformance", "name": "ExpressibleByStringLiteral", @@ -6728,17 +6679,66 @@ }, { "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, M2Kit.JSON)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSON", + "printedName": "M2Kit.JSON", + "usr": "s:5M2Kit4JSONV" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator", + "children": [ + { + "kind": "TypeNominal", + "name": "JSON", + "printedName": "M2Kit.JSON", + "usr": "s:5M2Kit4JSONV" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" }, { "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, @@ -7037,20 +7037,6 @@ "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Comparable", @@ -7058,12 +7044,26 @@ "usr": "s:SL", "mangledName": "$sSL" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Equatable", "printedName": "Equatable", "usr": "s:SQ", "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, @@ -7700,13 +7700,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -7714,6 +7707,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -13889,13 +13889,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -13903,6 +13896,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -20426,13 +20426,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -20440,6 +20433,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -21040,38 +21040,10 @@ "conformances": [ { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", @@ -21082,10 +21054,24 @@ }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", @@ -21096,10 +21082,24 @@ }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", @@ -21487,13 +21487,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -21501,6 +21494,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -21950,17 +21950,32 @@ "conformances": [ { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" }, { "kind": "Conformance", @@ -21969,184 +21984,6 @@ "usr": "s:5M2Kit17JSONSubscriptTypeP", "mangledName": "$s5M2Kit17JSONSubscriptTypeP" }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, { "kind": "Conformance", "name": "BidirectionalCollection", @@ -22216,6 +22053,20 @@ "usr": "s:SK", "mangledName": "$sSK" }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, { "kind": "Conformance", "name": "Collection", @@ -22298,6 +22149,214 @@ "usr": "s:Sl", "mangledName": "$sSl" }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, { "kind": "Conformance", "name": "Sequence", @@ -22333,20 +22392,6 @@ "usr": "s:ST", "mangledName": "$sST" }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, { "kind": "Conformance", "name": "StringProtocol", @@ -22410,61 +22455,52 @@ }, { "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" }, { "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" }, { "kind": "Conformance", @@ -22487,42 +22523,6 @@ ], "usr": "s:s21_ObjectiveCBridgeableP", "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" } ] }, @@ -22546,134 +22546,6 @@ ], "isExternal": true, "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "ReferenceConvertible", - "printedName": "ReferenceConvertible", - "children": [ - { - "kind": "TypeWitness", - "name": "ReferenceType", - "printedName": "ReferenceType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:10Foundation20ReferenceConvertibleP", - "mangledName": "$s10Foundation20ReferenceConvertibleP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByFileReferenceLiteral", - "printedName": "_ExpressibleByFileReferenceLiteral", - "usr": "s:s34_ExpressibleByFileReferenceLiteralP", - "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" - }, { "kind": "Conformance", "name": "Transferable", @@ -22702,6 +22574,134 @@ ], "usr": "s:16CoreTransferable0B0P", "mangledName": "$s16CoreTransferable0B0P" + }, + { + "kind": "Conformance", + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSURL", + "printedName": "Foundation.NSURL", + "usr": "c:objc(cs)NSURL" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByFileReferenceLiteral", + "printedName": "_ExpressibleByFileReferenceLiteral", + "usr": "s:s34_ExpressibleByFileReferenceLiteralP", + "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSURL", + "printedName": "Foundation.NSURL", + "usr": "c:objc(cs)NSURL" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" } ] }, @@ -22764,24 +22764,39 @@ "conformances": [ { "kind": "Conformance", - "name": "FixedWidthInteger", - "printedName": "FixedWidthInteger", - "usr": "s:s17FixedWidthIntegerP", - "mangledName": "$ss17FixedWidthIntegerP" + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" }, { "kind": "Conformance", - "name": "SignedInteger", - "printedName": "SignedInteger", - "usr": "s:SZ", - "mangledName": "$sSZ" + "name": "JSONSubscriptType", + "printedName": "JSONSubscriptType", + "usr": "s:5M2Kit17JSONSubscriptTypeP", + "mangledName": "$s5M2Kit17JSONSubscriptTypeP" }, { "kind": "Conformance", - "name": "_ExpressibleByBuiltinIntegerLiteral", - "printedName": "_ExpressibleByBuiltinIntegerLiteral", - "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", - "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" }, { "kind": "Conformance", @@ -22807,17 +22822,45 @@ }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" }, { "kind": "Conformance", - "name": "SignedNumeric", - "printedName": "SignedNumeric", - "usr": "s:s13SignedNumericP", - "mangledName": "$ss13SignedNumericP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" }, { "kind": "Conformance", @@ -22828,54 +22871,31 @@ }, { "kind": "Conformance", - "name": "Numeric", - "printedName": "Numeric", - "children": [ - { - "kind": "TypeWitness", - "name": "Magnitude", - "printedName": "Magnitude", - "children": [ - { - "kind": "TypeNominal", - "name": "UInt", - "printedName": "Swift.UInt", - "usr": "s:Su" - } - ] - } - ], - "usr": "s:Sj", - "mangledName": "$sSj" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Strideable", - "printedName": "Strideable", - "children": [ - { - "kind": "TypeWitness", - "name": "Stride", - "printedName": "Stride", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:Sx", - "mangledName": "$sSx" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" }, { "kind": "Conformance", - "name": "AdditiveArithmetic", - "printedName": "AdditiveArithmetic", - "usr": "s:s18AdditiveArithmeticP", - "mangledName": "$ss18AdditiveArithmeticP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -22901,80 +22921,10 @@ }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "JSONSubscriptType", - "printedName": "JSONSubscriptType", - "usr": "s:5M2Kit17JSONSubscriptTypeP", - "mangledName": "$s5M2Kit17JSONSubscriptTypeP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" }, { "kind": "Conformance", @@ -22985,31 +22935,39 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" }, { "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" }, { "kind": "Conformance", @@ -23113,32 +23071,74 @@ }, { "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "SignedInteger", + "printedName": "SignedInteger", + "usr": "s:SZ", + "mangledName": "$sSZ" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", "children": [ { "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", + "name": "Stride", + "printedName": "Stride", "children": [ { "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:10Foundation18_FormatSpecifiableP", - "mangledName": "$s10Foundation18_FormatSpecifiableP" + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" }, { "kind": "Conformance", @@ -23204,108 +23204,24 @@ "conformances": [ { "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByNilLiteral", - "printedName": "ExpressibleByNilLiteral", - "usr": "s:s23ExpressibleByNilLiteralP", - "mangledName": "$ss23ExpressibleByNilLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "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": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", "children": [ { "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" } ] } ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" }, { "kind": "Conformance", @@ -23330,29 +23246,113 @@ }, { "kind": "Conformance", - "name": "DecodableWithConfiguration", - "printedName": "DecodableWithConfiguration", + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", "children": [ { "kind": "TypeWitness", - "name": "DecodingConfiguration", - "printedName": "DecodingConfiguration", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", "children": [ { "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.DecodingConfiguration" + "name": "ProtocolComposition", + "printedName": "AnyObject" } ] } ], - "usr": "s:10Foundation26DecodableWithConfigurationP", - "mangledName": "$s10Foundation26DecodableWithConfigurationP" + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "AttributedTextFormattingDefinition", - "printedName": "AttributedTextFormattingDefinition", + "name": "Commands", + "printedName": "Commands", "children": [ { "kind": "TypeWitness", @@ -23361,34 +23361,22 @@ "children": [ { "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some SwiftUICore.AttributedTextFormattingDefinition", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributedTextFormattingDefinition", - "printedName": "SwiftUICore.AttributedTextFormattingDefinition", - "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Scope", - "printedName": "Scope", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Scope" + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" } ] } ], - "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP", - "mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP" + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" }, { "kind": "Conformance", @@ -23426,9 +23414,21 @@ }, { "kind": "Conformance", - "name": "View", - "printedName": "View", + "name": "SliderTickContent", + "printedName": "SliderTickContent", "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, { "kind": "TypeWitness", "name": "Body", @@ -23436,61 +23436,30 @@ "children": [ { "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" + "name": "Array", + "printedName": "[SwiftUI.SliderTick<τ_0_0.Value>]", + "children": [ + { + "kind": "TypeNominal", + "name": "SliderTick", + "printedName": "SwiftUI.SliderTick<τ_0_0.Value>", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ], + "usr": "s:7SwiftUI10SliderTickV" + } + ], + "usr": "s:Sa" } ] } ], - "usr": "s:7SwiftUI4ViewP", - "mangledName": "$s7SwiftUI4ViewP" - }, - { - "kind": "Conformance", - "name": "TableColumnContent", - "printedName": "TableColumnContent", - "children": [ - { - "kind": "TypeWitness", - "name": "TableRowValue", - "printedName": "TableRowValue", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.TableRowValue" - } - ] - }, - { - "kind": "TypeWitness", - "name": "TableColumnSortComparator", - "printedName": "TableColumnSortComparator", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.TableColumnSortComparator" - } - ] - }, - { - "kind": "TypeWitness", - "name": "TableColumnBody", - "printedName": "TableColumnBody", - "children": [ - { - "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" - } - ] - } - ], - "usr": "s:7SwiftUI18TableColumnContentP", - "mangledName": "$s7SwiftUI18TableColumnContentP" + "usr": "s:7SwiftUI17SliderTickContentP", + "mangledName": "$s7SwiftUI17SliderTickContentP" }, { "kind": "Conformance", @@ -23553,6 +23522,52 @@ "usr": "s:7SwiftUI10TabContentP", "mangledName": "$s7SwiftUI10TabContentP" }, + { + "kind": "Conformance", + "name": "TableColumnContent", + "printedName": "TableColumnContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableColumnSortComparator", + "printedName": "TableColumnSortComparator", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableColumnSortComparator" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableColumnBody", + "printedName": "TableColumnBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI18TableColumnContentP", + "mangledName": "$s7SwiftUI18TableColumnContentP" + }, { "kind": "Conformance", "name": "TableRowContent", @@ -23587,77 +23602,6 @@ "usr": "s:7SwiftUI15TableRowContentP", "mangledName": "$s7SwiftUI15TableRowContentP" }, - { - "kind": "Conformance", - "name": "SliderTickContent", - "printedName": "SliderTickContent", - "children": [ - { - "kind": "TypeWitness", - "name": "Value", - "printedName": "Value", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Value" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Body", - "printedName": "Body", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[SwiftUI.SliderTick<τ_0_0.Value>]", - "children": [ - { - "kind": "TypeNominal", - "name": "SliderTick", - "printedName": "SwiftUI.SliderTick<τ_0_0.Value>", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Value" - } - ], - "usr": "s:7SwiftUI10SliderTickV" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:7SwiftUI17SliderTickContentP", - "mangledName": "$s7SwiftUI17SliderTickContentP" - }, - { - "kind": "Conformance", - "name": "Commands", - "printedName": "Commands", - "children": [ - { - "kind": "TypeWitness", - "name": "Body", - "printedName": "Body", - "children": [ - { - "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" - } - ] - } - ], - "usr": "s:7SwiftUI8CommandsP", - "mangledName": "$s7SwiftUI8CommandsP" - }, { "kind": "Conformance", "name": "ToolbarContent", @@ -23682,10 +23626,66 @@ }, { "kind": "Conformance", - "name": "CustomizableToolbarContent", - "printedName": "CustomizableToolbarContent", - "usr": "s:7SwiftUI26CustomizableToolbarContentP", - "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "AttributedTextFormattingDefinition", + "printedName": "AttributedTextFormattingDefinition", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some SwiftUICore.AttributedTextFormattingDefinition<τ_0_0.Scope>", + "children": [ + { + "kind": "TypeNominal", + "name": "AttributedTextFormattingDefinition", + "printedName": "SwiftUICore.AttributedTextFormattingDefinition", + "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Scope", + "printedName": "Scope", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Scope" + } + ] + } + ], + "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP", + "mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP" } ] } @@ -25329,7 +25329,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.26\"" + "value": "\"5.27\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface index 32aab60..a7338ec 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface @@ -1,7 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) -// swift-module-flags: -target arm64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4 +// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) +// swift-module-flags: -target arm64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit +// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Combine import CommonCrypto import Foundation @@ -22,9 +22,7 @@ public enum SwiftyJSONError : Swift.Int, Swift.Error { case wrongType case notExist case invalidJSON - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -49,9 +47,7 @@ public enum Type : Swift.Int { case dictionary case null case unknown - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -164,19 +160,13 @@ extension M2Kit.JSON : Swift.ExpressibleByArrayLiteral { public typealias ArrayLiteralElement = Any } extension M2Kit.JSON : Swift.RawRepresentable { - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Any) - #endif public var rawValue: Any { get } public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String? - #endif - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ options: [M2Kit.writingOptionsKeys : Any]) -> Swift.String? - #endif public typealias RawValue = Any } extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { @@ -188,207 +178,165 @@ extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringCon } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var array: [M2Kit.JSON]? { get } - #endif public var arrayValue: [M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var arrayObject: [Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var dictionary: [Swift.String : M2Kit.JSON]? { get } - #endif public var dictionaryValue: [Swift.String : M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var dictionaryObject: [Swift.String : Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var bool: Swift.Bool? { get set } - #endif public var boolValue: Swift.Bool { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var string: Swift.String? { get set } - #endif public var stringValue: Swift.String { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var number: Foundation.NSNumber? { get set } - #endif public var numberValue: Foundation.NSNumber { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var null: Foundation.NSNull? { get set } - #endif public func exists() -> Swift.Bool } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var url: Foundation.URL? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var double: Swift.Double? { get set } - #endif public var doubleValue: Swift.Double { get set } - #if compiler(>=5.3) && $NonescapableTypes public var float: Swift.Float? { get set } - #endif public var floatValue: Swift.Float { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int: Swift.Int? { get set } - #endif public var intValue: Swift.Int { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt: Swift.UInt? { get set } - #endif public var uIntValue: Swift.UInt { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int8: Swift.Int8? { get set } - #endif public var int8Value: Swift.Int8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt8: Swift.UInt8? { get set } - #endif public var uInt8Value: Swift.UInt8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int16: Swift.Int16? { get set } - #endif public var int16Value: Swift.Int16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt16: Swift.UInt16? { get set } - #endif public var uInt16Value: Swift.UInt16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int32: Swift.Int32? { get set } - #endif public var int32Value: Swift.Int32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt32: Swift.UInt32? { get set } - #endif public var uInt32Value: Swift.UInt32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int64: Swift.Int64? { get set } - #endif public var int64Value: Swift.Int64 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt64: Swift.UInt64? { get set } - #endif public var uInt64Value: Swift.UInt64 { get set @@ -419,25 +367,13 @@ extension M2Kit.JSON : Swift.Codable { @_Concurrency.MainActor public struct M2API { } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideosEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylistsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ playlists: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistEx(playlistId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannelsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ channels: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannelEx(channelId:nextToken:result:) instead.") @_Concurrency.MainActor public static func getVideosOfChannelEx(channelName: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannelEx(channelId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { @@ -458,15 +394,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearchEx(_ text: Swift.String, result: @escaping (_ listSuggestion: [Swift.String]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocationEx(result: @escaping (_ countryCode: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getTrendingSearchEx(result: @escaping (_ titles: [Swift.String]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(videoId: Swift.String, result: @escaping (_ videoUrl: Foundation.URL?, _ videoId: Swift.String, _ metadata: [Swift.AnyHashable : Any]?) -> Swift.Void) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWWEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) @@ -486,25 +418,13 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static func ytArtistDetailEx(artistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideos(title: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylists(title: Swift.String, nextToken: Swift.String?) async -> (playlists: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylist(playlistId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannels(title: Swift.String, nextToken: Swift.String?) async -> (channels: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannel(channelId:nextToken:) instead.") @_Concurrency.MainActor public static func getVideosOfChannel(channelName: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannel(channelId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]] } extension M2Kit.M2API { @@ -525,15 +445,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearch(_ text: Swift.String) async -> [Swift.String] - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocation() async -> Swift.String? - #endif @_Concurrency.MainActor public static func getTrendingSearch() async -> [Swift.String] } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlay(videoId: Swift.String) async -> (videoUrl: Foundation.URL?, videoId: Swift.String, metadata: [Swift.AnyHashable : Any]?) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWW() async -> [[Swift.AnyHashable : Any]] @@ -556,24 +472,12 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static var backupCode: Swift.String { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackup(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackup(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersion(code: Swift.String, result: @escaping (_ num: Swift.Int?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersions(codes: [Swift.String], result: @escaping (_ results: [Swift.String : Swift.Int?]) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackupPlaylist(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupPlaylist(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif } public let m2Version: Swift.String @_Concurrency.MainActor public func setServiceType(_ type: Swift.String) @@ -582,18 +486,10 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendFeedback(content: Swift.String, result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2HTTP { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getData(url: Foundation.URL) async -> Foundation.Data? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageData(url: Foundation.URL) async -> Foundation.Data? - #endif } @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @@ -604,22 +500,16 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - #endif @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } @_Concurrency.MainActor public struct M2Image { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage, result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage) async -> Swift.String? - #endif } @_Concurrency.MainActor public struct M2K { @_Concurrency.MainActor public static func start(c: Swift.String = "", t: Swift.String = "", d: Swift.Int = 0, result: @escaping () -> Swift.Void) @@ -630,9 +520,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendAllEvents(result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2Musi { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistWithCode(_ code: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } public enum M2NetConnecttionType { case wifi @@ -664,45 +552,23 @@ extension M2Kit.M2Radio { @_Concurrency.MainActor public static func getCurrentRadioCountryCode() -> Swift.String } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchStationsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topStationsEx(token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForRadioEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listStationsByGenresEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func stationInfoEx(station: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPodcastsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listEpisodesOfPodcastEx(podcast: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ episodes: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topPodcastsEx(token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForPodcastEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listPodcastsByGenreEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func podcastInfoEx(podcast: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif } @_hasMissingDesignatedInitializers public class M2Setting { public static var option10: Swift.String { @@ -1011,12 +877,8 @@ extension M2Kit.M2Utils { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @_Concurrency.MainActor @objc override dynamic public func viewDidLoad() - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc required dynamic public init?(coder: Foundation.NSCoder) - #endif @objc deinit } @_Concurrency.MainActor public struct M2WebView : SwiftUI.UIViewControllerRepresentable { @@ -1030,21 +892,15 @@ extension M2Kit.M2Utils { public enum M2YTIDType : Swift.String { case video case playlist - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.String) - #endif public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } @_Concurrency.MainActor public struct M2YT { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func extractId(fromUrl: Swift.String) -> (id: Swift.String, type: M2Kit.M2YTIDType)? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistId(_ playlistId: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } extension M2Kit.SwiftyJSONError : Swift.Equatable {} extension M2Kit.SwiftyJSONError : Swift.Hashable {} diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftdoc b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftdoc index d1e0b82..7892180 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftdoc and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftdoc differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftinterface index 32aab60..a7338ec 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/arm64-apple-ios-macabi.swiftinterface @@ -1,7 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) -// swift-module-flags: -target arm64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4 +// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) +// swift-module-flags: -target arm64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit +// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Combine import CommonCrypto import Foundation @@ -22,9 +22,7 @@ public enum SwiftyJSONError : Swift.Int, Swift.Error { case wrongType case notExist case invalidJSON - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -49,9 +47,7 @@ public enum Type : Swift.Int { case dictionary case null case unknown - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -164,19 +160,13 @@ extension M2Kit.JSON : Swift.ExpressibleByArrayLiteral { public typealias ArrayLiteralElement = Any } extension M2Kit.JSON : Swift.RawRepresentable { - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Any) - #endif public var rawValue: Any { get } public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String? - #endif - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ options: [M2Kit.writingOptionsKeys : Any]) -> Swift.String? - #endif public typealias RawValue = Any } extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { @@ -188,207 +178,165 @@ extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringCon } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var array: [M2Kit.JSON]? { get } - #endif public var arrayValue: [M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var arrayObject: [Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var dictionary: [Swift.String : M2Kit.JSON]? { get } - #endif public var dictionaryValue: [Swift.String : M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var dictionaryObject: [Swift.String : Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var bool: Swift.Bool? { get set } - #endif public var boolValue: Swift.Bool { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var string: Swift.String? { get set } - #endif public var stringValue: Swift.String { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var number: Foundation.NSNumber? { get set } - #endif public var numberValue: Foundation.NSNumber { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var null: Foundation.NSNull? { get set } - #endif public func exists() -> Swift.Bool } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var url: Foundation.URL? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var double: Swift.Double? { get set } - #endif public var doubleValue: Swift.Double { get set } - #if compiler(>=5.3) && $NonescapableTypes public var float: Swift.Float? { get set } - #endif public var floatValue: Swift.Float { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int: Swift.Int? { get set } - #endif public var intValue: Swift.Int { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt: Swift.UInt? { get set } - #endif public var uIntValue: Swift.UInt { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int8: Swift.Int8? { get set } - #endif public var int8Value: Swift.Int8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt8: Swift.UInt8? { get set } - #endif public var uInt8Value: Swift.UInt8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int16: Swift.Int16? { get set } - #endif public var int16Value: Swift.Int16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt16: Swift.UInt16? { get set } - #endif public var uInt16Value: Swift.UInt16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int32: Swift.Int32? { get set } - #endif public var int32Value: Swift.Int32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt32: Swift.UInt32? { get set } - #endif public var uInt32Value: Swift.UInt32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int64: Swift.Int64? { get set } - #endif public var int64Value: Swift.Int64 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt64: Swift.UInt64? { get set } - #endif public var uInt64Value: Swift.UInt64 { get set @@ -419,25 +367,13 @@ extension M2Kit.JSON : Swift.Codable { @_Concurrency.MainActor public struct M2API { } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideosEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylistsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ playlists: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistEx(playlistId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannelsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ channels: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannelEx(channelId:nextToken:result:) instead.") @_Concurrency.MainActor public static func getVideosOfChannelEx(channelName: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannelEx(channelId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { @@ -458,15 +394,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearchEx(_ text: Swift.String, result: @escaping (_ listSuggestion: [Swift.String]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocationEx(result: @escaping (_ countryCode: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getTrendingSearchEx(result: @escaping (_ titles: [Swift.String]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(videoId: Swift.String, result: @escaping (_ videoUrl: Foundation.URL?, _ videoId: Swift.String, _ metadata: [Swift.AnyHashable : Any]?) -> Swift.Void) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWWEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) @@ -486,25 +418,13 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static func ytArtistDetailEx(artistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideos(title: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylists(title: Swift.String, nextToken: Swift.String?) async -> (playlists: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylist(playlistId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannels(title: Swift.String, nextToken: Swift.String?) async -> (channels: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannel(channelId:nextToken:) instead.") @_Concurrency.MainActor public static func getVideosOfChannel(channelName: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannel(channelId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]] } extension M2Kit.M2API { @@ -525,15 +445,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearch(_ text: Swift.String) async -> [Swift.String] - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocation() async -> Swift.String? - #endif @_Concurrency.MainActor public static func getTrendingSearch() async -> [Swift.String] } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlay(videoId: Swift.String) async -> (videoUrl: Foundation.URL?, videoId: Swift.String, metadata: [Swift.AnyHashable : Any]?) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWW() async -> [[Swift.AnyHashable : Any]] @@ -556,24 +472,12 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static var backupCode: Swift.String { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackup(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackup(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersion(code: Swift.String, result: @escaping (_ num: Swift.Int?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersions(codes: [Swift.String], result: @escaping (_ results: [Swift.String : Swift.Int?]) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackupPlaylist(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupPlaylist(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif } public let m2Version: Swift.String @_Concurrency.MainActor public func setServiceType(_ type: Swift.String) @@ -582,18 +486,10 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendFeedback(content: Swift.String, result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2HTTP { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getData(url: Foundation.URL) async -> Foundation.Data? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageData(url: Foundation.URL) async -> Foundation.Data? - #endif } @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @@ -604,22 +500,16 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - #endif @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } @_Concurrency.MainActor public struct M2Image { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage, result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage) async -> Swift.String? - #endif } @_Concurrency.MainActor public struct M2K { @_Concurrency.MainActor public static func start(c: Swift.String = "", t: Swift.String = "", d: Swift.Int = 0, result: @escaping () -> Swift.Void) @@ -630,9 +520,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendAllEvents(result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2Musi { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistWithCode(_ code: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } public enum M2NetConnecttionType { case wifi @@ -664,45 +552,23 @@ extension M2Kit.M2Radio { @_Concurrency.MainActor public static func getCurrentRadioCountryCode() -> Swift.String } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchStationsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topStationsEx(token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForRadioEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listStationsByGenresEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func stationInfoEx(station: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPodcastsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listEpisodesOfPodcastEx(podcast: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ episodes: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topPodcastsEx(token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForPodcastEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listPodcastsByGenreEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func podcastInfoEx(podcast: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif } @_hasMissingDesignatedInitializers public class M2Setting { public static var option10: Swift.String { @@ -1011,12 +877,8 @@ extension M2Kit.M2Utils { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @_Concurrency.MainActor @objc override dynamic public func viewDidLoad() - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc required dynamic public init?(coder: Foundation.NSCoder) - #endif @objc deinit } @_Concurrency.MainActor public struct M2WebView : SwiftUI.UIViewControllerRepresentable { @@ -1030,21 +892,15 @@ extension M2Kit.M2Utils { public enum M2YTIDType : Swift.String { case video case playlist - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.String) - #endif public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } @_Concurrency.MainActor public struct M2YT { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func extractId(fromUrl: Swift.String) -> (id: Swift.String, type: M2Kit.M2YTIDType)? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistId(_ playlistId: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } extension M2Kit.SwiftyJSONError : Swift.Equatable {} extension M2Kit.SwiftyJSONError : Swift.Hashable {} diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.abi.json b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.abi.json index 32d95c7..244a332 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.abi.json +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.abi.json @@ -579,6 +579,13 @@ ], "enumRawTypeName": "Int", "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, { "kind": "Conformance", "name": "Copyable", @@ -586,13 +593,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -636,6 +636,13 @@ "usr": "s:s5ErrorP", "mangledName": "$ss5ErrorP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Sendable", @@ -649,13 +656,6 @@ "printedName": "SendableMetatype", "usr": "s:s16SendableMetatypeP", "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "CustomNSError", - "printedName": "CustomNSError", - "usr": "s:10Foundation13CustomNSErrorP", - "mangledName": "$s10Foundation13CustomNSErrorP" } ] }, @@ -1013,13 +1013,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -1027,6 +1020,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -6311,10 +6311,17 @@ }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", @@ -6434,62 +6441,6 @@ "usr": "s:Sl", "mangledName": "$sSl" }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String, M2Kit.JSON)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "JSON", - "printedName": "M2Kit.JSON", - "usr": "s:5M2Kit4JSONV" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator", - "children": [ - { - "kind": "TypeNominal", - "name": "JSON", - "printedName": "M2Kit.JSON", - "usr": "s:5M2Kit4JSONV" - } - ], - "usr": "s:s16IndexingIteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, { "kind": "Conformance", "name": "ExpressibleByStringLiteral", @@ -6728,17 +6679,66 @@ }, { "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, M2Kit.JSON)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSON", + "printedName": "M2Kit.JSON", + "usr": "s:5M2Kit4JSONV" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator", + "children": [ + { + "kind": "TypeNominal", + "name": "JSON", + "printedName": "M2Kit.JSON", + "usr": "s:5M2Kit4JSONV" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" }, { "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, @@ -7037,20 +7037,6 @@ "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Comparable", @@ -7058,12 +7044,26 @@ "usr": "s:SL", "mangledName": "$sSL" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Equatable", "printedName": "Equatable", "usr": "s:SQ", "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, @@ -7700,13 +7700,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -7714,6 +7707,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -13889,13 +13889,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -13903,6 +13896,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -20426,13 +20426,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -20440,6 +20433,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -21040,38 +21040,10 @@ "conformances": [ { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", @@ -21082,10 +21054,24 @@ }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", @@ -21096,10 +21082,24 @@ }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", @@ -21487,13 +21487,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -21501,6 +21494,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -21950,17 +21950,32 @@ "conformances": [ { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" }, { "kind": "Conformance", @@ -21969,184 +21984,6 @@ "usr": "s:5M2Kit17JSONSubscriptTypeP", "mangledName": "$s5M2Kit17JSONSubscriptTypeP" }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, { "kind": "Conformance", "name": "BidirectionalCollection", @@ -22216,6 +22053,20 @@ "usr": "s:SK", "mangledName": "$sSK" }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, { "kind": "Conformance", "name": "Collection", @@ -22298,6 +22149,214 @@ "usr": "s:Sl", "mangledName": "$sSl" }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, { "kind": "Conformance", "name": "Sequence", @@ -22333,20 +22392,6 @@ "usr": "s:ST", "mangledName": "$sST" }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, { "kind": "Conformance", "name": "StringProtocol", @@ -22410,61 +22455,52 @@ }, { "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" }, { "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" }, { "kind": "Conformance", @@ -22487,42 +22523,6 @@ ], "usr": "s:s21_ObjectiveCBridgeableP", "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" } ] }, @@ -22546,134 +22546,6 @@ ], "isExternal": true, "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "ReferenceConvertible", - "printedName": "ReferenceConvertible", - "children": [ - { - "kind": "TypeWitness", - "name": "ReferenceType", - "printedName": "ReferenceType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:10Foundation20ReferenceConvertibleP", - "mangledName": "$s10Foundation20ReferenceConvertibleP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByFileReferenceLiteral", - "printedName": "_ExpressibleByFileReferenceLiteral", - "usr": "s:s34_ExpressibleByFileReferenceLiteralP", - "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" - }, { "kind": "Conformance", "name": "Transferable", @@ -22702,6 +22574,134 @@ ], "usr": "s:16CoreTransferable0B0P", "mangledName": "$s16CoreTransferable0B0P" + }, + { + "kind": "Conformance", + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSURL", + "printedName": "Foundation.NSURL", + "usr": "c:objc(cs)NSURL" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByFileReferenceLiteral", + "printedName": "_ExpressibleByFileReferenceLiteral", + "usr": "s:s34_ExpressibleByFileReferenceLiteralP", + "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSURL", + "printedName": "Foundation.NSURL", + "usr": "c:objc(cs)NSURL" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" } ] }, @@ -22764,24 +22764,39 @@ "conformances": [ { "kind": "Conformance", - "name": "FixedWidthInteger", - "printedName": "FixedWidthInteger", - "usr": "s:s17FixedWidthIntegerP", - "mangledName": "$ss17FixedWidthIntegerP" + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" }, { "kind": "Conformance", - "name": "SignedInteger", - "printedName": "SignedInteger", - "usr": "s:SZ", - "mangledName": "$sSZ" + "name": "JSONSubscriptType", + "printedName": "JSONSubscriptType", + "usr": "s:5M2Kit17JSONSubscriptTypeP", + "mangledName": "$s5M2Kit17JSONSubscriptTypeP" }, { "kind": "Conformance", - "name": "_ExpressibleByBuiltinIntegerLiteral", - "printedName": "_ExpressibleByBuiltinIntegerLiteral", - "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", - "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" }, { "kind": "Conformance", @@ -22807,17 +22822,45 @@ }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" }, { "kind": "Conformance", - "name": "SignedNumeric", - "printedName": "SignedNumeric", - "usr": "s:s13SignedNumericP", - "mangledName": "$ss13SignedNumericP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" }, { "kind": "Conformance", @@ -22828,54 +22871,31 @@ }, { "kind": "Conformance", - "name": "Numeric", - "printedName": "Numeric", - "children": [ - { - "kind": "TypeWitness", - "name": "Magnitude", - "printedName": "Magnitude", - "children": [ - { - "kind": "TypeNominal", - "name": "UInt", - "printedName": "Swift.UInt", - "usr": "s:Su" - } - ] - } - ], - "usr": "s:Sj", - "mangledName": "$sSj" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Strideable", - "printedName": "Strideable", - "children": [ - { - "kind": "TypeWitness", - "name": "Stride", - "printedName": "Stride", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:Sx", - "mangledName": "$sSx" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" }, { "kind": "Conformance", - "name": "AdditiveArithmetic", - "printedName": "AdditiveArithmetic", - "usr": "s:s18AdditiveArithmeticP", - "mangledName": "$ss18AdditiveArithmeticP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -22901,80 +22921,10 @@ }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "JSONSubscriptType", - "printedName": "JSONSubscriptType", - "usr": "s:5M2Kit17JSONSubscriptTypeP", - "mangledName": "$s5M2Kit17JSONSubscriptTypeP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" }, { "kind": "Conformance", @@ -22985,31 +22935,39 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" }, { "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" }, { "kind": "Conformance", @@ -23113,32 +23071,74 @@ }, { "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "SignedInteger", + "printedName": "SignedInteger", + "usr": "s:SZ", + "mangledName": "$sSZ" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", "children": [ { "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", + "name": "Stride", + "printedName": "Stride", "children": [ { "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:10Foundation18_FormatSpecifiableP", - "mangledName": "$s10Foundation18_FormatSpecifiableP" + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" }, { "kind": "Conformance", @@ -23204,108 +23204,24 @@ "conformances": [ { "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByNilLiteral", - "printedName": "ExpressibleByNilLiteral", - "usr": "s:s23ExpressibleByNilLiteralP", - "mangledName": "$ss23ExpressibleByNilLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "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": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", "children": [ { "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" } ] } ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" }, { "kind": "Conformance", @@ -23330,29 +23246,113 @@ }, { "kind": "Conformance", - "name": "DecodableWithConfiguration", - "printedName": "DecodableWithConfiguration", + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", "children": [ { "kind": "TypeWitness", - "name": "DecodingConfiguration", - "printedName": "DecodingConfiguration", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", "children": [ { "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.DecodingConfiguration" + "name": "ProtocolComposition", + "printedName": "AnyObject" } ] } ], - "usr": "s:10Foundation26DecodableWithConfigurationP", - "mangledName": "$s10Foundation26DecodableWithConfigurationP" + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "AttributedTextFormattingDefinition", - "printedName": "AttributedTextFormattingDefinition", + "name": "Commands", + "printedName": "Commands", "children": [ { "kind": "TypeWitness", @@ -23361,34 +23361,22 @@ "children": [ { "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some SwiftUICore.AttributedTextFormattingDefinition", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributedTextFormattingDefinition", - "printedName": "SwiftUICore.AttributedTextFormattingDefinition", - "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Scope", - "printedName": "Scope", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Scope" + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" } ] } ], - "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP", - "mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP" + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" }, { "kind": "Conformance", @@ -23426,9 +23414,21 @@ }, { "kind": "Conformance", - "name": "View", - "printedName": "View", + "name": "SliderTickContent", + "printedName": "SliderTickContent", "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, { "kind": "TypeWitness", "name": "Body", @@ -23436,61 +23436,30 @@ "children": [ { "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" + "name": "Array", + "printedName": "[SwiftUI.SliderTick<τ_0_0.Value>]", + "children": [ + { + "kind": "TypeNominal", + "name": "SliderTick", + "printedName": "SwiftUI.SliderTick<τ_0_0.Value>", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ], + "usr": "s:7SwiftUI10SliderTickV" + } + ], + "usr": "s:Sa" } ] } ], - "usr": "s:7SwiftUI4ViewP", - "mangledName": "$s7SwiftUI4ViewP" - }, - { - "kind": "Conformance", - "name": "TableColumnContent", - "printedName": "TableColumnContent", - "children": [ - { - "kind": "TypeWitness", - "name": "TableRowValue", - "printedName": "TableRowValue", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.TableRowValue" - } - ] - }, - { - "kind": "TypeWitness", - "name": "TableColumnSortComparator", - "printedName": "TableColumnSortComparator", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.TableColumnSortComparator" - } - ] - }, - { - "kind": "TypeWitness", - "name": "TableColumnBody", - "printedName": "TableColumnBody", - "children": [ - { - "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" - } - ] - } - ], - "usr": "s:7SwiftUI18TableColumnContentP", - "mangledName": "$s7SwiftUI18TableColumnContentP" + "usr": "s:7SwiftUI17SliderTickContentP", + "mangledName": "$s7SwiftUI17SliderTickContentP" }, { "kind": "Conformance", @@ -23553,6 +23522,52 @@ "usr": "s:7SwiftUI10TabContentP", "mangledName": "$s7SwiftUI10TabContentP" }, + { + "kind": "Conformance", + "name": "TableColumnContent", + "printedName": "TableColumnContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableColumnSortComparator", + "printedName": "TableColumnSortComparator", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableColumnSortComparator" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableColumnBody", + "printedName": "TableColumnBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI18TableColumnContentP", + "mangledName": "$s7SwiftUI18TableColumnContentP" + }, { "kind": "Conformance", "name": "TableRowContent", @@ -23587,77 +23602,6 @@ "usr": "s:7SwiftUI15TableRowContentP", "mangledName": "$s7SwiftUI15TableRowContentP" }, - { - "kind": "Conformance", - "name": "SliderTickContent", - "printedName": "SliderTickContent", - "children": [ - { - "kind": "TypeWitness", - "name": "Value", - "printedName": "Value", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Value" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Body", - "printedName": "Body", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[SwiftUI.SliderTick<τ_0_0.Value>]", - "children": [ - { - "kind": "TypeNominal", - "name": "SliderTick", - "printedName": "SwiftUI.SliderTick<τ_0_0.Value>", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Value" - } - ], - "usr": "s:7SwiftUI10SliderTickV" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:7SwiftUI17SliderTickContentP", - "mangledName": "$s7SwiftUI17SliderTickContentP" - }, - { - "kind": "Conformance", - "name": "Commands", - "printedName": "Commands", - "children": [ - { - "kind": "TypeWitness", - "name": "Body", - "printedName": "Body", - "children": [ - { - "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" - } - ] - } - ], - "usr": "s:7SwiftUI8CommandsP", - "mangledName": "$s7SwiftUI8CommandsP" - }, { "kind": "Conformance", "name": "ToolbarContent", @@ -23682,10 +23626,66 @@ }, { "kind": "Conformance", - "name": "CustomizableToolbarContent", - "printedName": "CustomizableToolbarContent", - "usr": "s:7SwiftUI26CustomizableToolbarContentP", - "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "AttributedTextFormattingDefinition", + "printedName": "AttributedTextFormattingDefinition", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some SwiftUICore.AttributedTextFormattingDefinition<τ_0_0.Scope>", + "children": [ + { + "kind": "TypeNominal", + "name": "AttributedTextFormattingDefinition", + "printedName": "SwiftUICore.AttributedTextFormattingDefinition", + "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Scope", + "printedName": "Scope", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Scope" + } + ] + } + ], + "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP", + "mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP" } ] } @@ -25329,7 +25329,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.26\"" + "value": "\"5.27\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface index 87b10d3..2106d8b 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface @@ -1,7 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) -// swift-module-flags: -target x86_64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4 +// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) +// swift-module-flags: -target x86_64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit +// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Combine import CommonCrypto import Foundation @@ -22,9 +22,7 @@ public enum SwiftyJSONError : Swift.Int, Swift.Error { case wrongType case notExist case invalidJSON - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -49,9 +47,7 @@ public enum Type : Swift.Int { case dictionary case null case unknown - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -164,19 +160,13 @@ extension M2Kit.JSON : Swift.ExpressibleByArrayLiteral { public typealias ArrayLiteralElement = Any } extension M2Kit.JSON : Swift.RawRepresentable { - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Any) - #endif public var rawValue: Any { get } public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String? - #endif - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ options: [M2Kit.writingOptionsKeys : Any]) -> Swift.String? - #endif public typealias RawValue = Any } extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { @@ -188,207 +178,165 @@ extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringCon } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var array: [M2Kit.JSON]? { get } - #endif public var arrayValue: [M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var arrayObject: [Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var dictionary: [Swift.String : M2Kit.JSON]? { get } - #endif public var dictionaryValue: [Swift.String : M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var dictionaryObject: [Swift.String : Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var bool: Swift.Bool? { get set } - #endif public var boolValue: Swift.Bool { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var string: Swift.String? { get set } - #endif public var stringValue: Swift.String { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var number: Foundation.NSNumber? { get set } - #endif public var numberValue: Foundation.NSNumber { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var null: Foundation.NSNull? { get set } - #endif public func exists() -> Swift.Bool } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var url: Foundation.URL? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var double: Swift.Double? { get set } - #endif public var doubleValue: Swift.Double { get set } - #if compiler(>=5.3) && $NonescapableTypes public var float: Swift.Float? { get set } - #endif public var floatValue: Swift.Float { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int: Swift.Int? { get set } - #endif public var intValue: Swift.Int { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt: Swift.UInt? { get set } - #endif public var uIntValue: Swift.UInt { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int8: Swift.Int8? { get set } - #endif public var int8Value: Swift.Int8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt8: Swift.UInt8? { get set } - #endif public var uInt8Value: Swift.UInt8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int16: Swift.Int16? { get set } - #endif public var int16Value: Swift.Int16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt16: Swift.UInt16? { get set } - #endif public var uInt16Value: Swift.UInt16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int32: Swift.Int32? { get set } - #endif public var int32Value: Swift.Int32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt32: Swift.UInt32? { get set } - #endif public var uInt32Value: Swift.UInt32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int64: Swift.Int64? { get set } - #endif public var int64Value: Swift.Int64 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt64: Swift.UInt64? { get set } - #endif public var uInt64Value: Swift.UInt64 { get set @@ -419,25 +367,13 @@ extension M2Kit.JSON : Swift.Codable { @_Concurrency.MainActor public struct M2API { } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideosEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylistsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ playlists: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistEx(playlistId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannelsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ channels: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannelEx(channelId:nextToken:result:) instead.") @_Concurrency.MainActor public static func getVideosOfChannelEx(channelName: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannelEx(channelId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { @@ -458,15 +394,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearchEx(_ text: Swift.String, result: @escaping (_ listSuggestion: [Swift.String]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocationEx(result: @escaping (_ countryCode: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getTrendingSearchEx(result: @escaping (_ titles: [Swift.String]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(videoId: Swift.String, result: @escaping (_ videoUrl: Foundation.URL?, _ videoId: Swift.String, _ metadata: [Swift.AnyHashable : Any]?) -> Swift.Void) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWWEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) @@ -486,25 +418,13 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static func ytArtistDetailEx(artistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideos(title: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylists(title: Swift.String, nextToken: Swift.String?) async -> (playlists: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylist(playlistId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannels(title: Swift.String, nextToken: Swift.String?) async -> (channels: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannel(channelId:nextToken:) instead.") @_Concurrency.MainActor public static func getVideosOfChannel(channelName: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannel(channelId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]] } extension M2Kit.M2API { @@ -525,15 +445,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearch(_ text: Swift.String) async -> [Swift.String] - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocation() async -> Swift.String? - #endif @_Concurrency.MainActor public static func getTrendingSearch() async -> [Swift.String] } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlay(videoId: Swift.String) async -> (videoUrl: Foundation.URL?, videoId: Swift.String, metadata: [Swift.AnyHashable : Any]?) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWW() async -> [[Swift.AnyHashable : Any]] @@ -556,24 +472,12 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static var backupCode: Swift.String { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackup(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackup(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersion(code: Swift.String, result: @escaping (_ num: Swift.Int?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersions(codes: [Swift.String], result: @escaping (_ results: [Swift.String : Swift.Int?]) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackupPlaylist(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupPlaylist(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif } public let m2Version: Swift.String @_Concurrency.MainActor public func setServiceType(_ type: Swift.String) @@ -582,18 +486,10 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendFeedback(content: Swift.String, result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2HTTP { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getData(url: Foundation.URL) async -> Foundation.Data? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageData(url: Foundation.URL) async -> Foundation.Data? - #endif } @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @@ -604,22 +500,16 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - #endif @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } @_Concurrency.MainActor public struct M2Image { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage, result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage) async -> Swift.String? - #endif } @_Concurrency.MainActor public struct M2K { @_Concurrency.MainActor public static func start(c: Swift.String = "", t: Swift.String = "", d: Swift.Int = 0, result: @escaping () -> Swift.Void) @@ -630,9 +520,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendAllEvents(result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2Musi { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistWithCode(_ code: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } public enum M2NetConnecttionType { case wifi @@ -664,45 +552,23 @@ extension M2Kit.M2Radio { @_Concurrency.MainActor public static func getCurrentRadioCountryCode() -> Swift.String } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchStationsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topStationsEx(token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForRadioEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listStationsByGenresEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func stationInfoEx(station: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPodcastsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listEpisodesOfPodcastEx(podcast: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ episodes: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topPodcastsEx(token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForPodcastEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listPodcastsByGenreEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func podcastInfoEx(podcast: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif } @_hasMissingDesignatedInitializers public class M2Setting { public static var option10: Swift.String { @@ -1011,12 +877,8 @@ extension M2Kit.M2Utils { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @_Concurrency.MainActor @objc override dynamic public func viewDidLoad() - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc required dynamic public init?(coder: Foundation.NSCoder) - #endif @objc deinit } @_Concurrency.MainActor public struct M2WebView : SwiftUI.UIViewControllerRepresentable { @@ -1030,21 +892,15 @@ extension M2Kit.M2Utils { public enum M2YTIDType : Swift.String { case video case playlist - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.String) - #endif public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } @_Concurrency.MainActor public struct M2YT { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func extractId(fromUrl: Swift.String) -> (id: Swift.String, type: M2Kit.M2YTIDType)? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistId(_ playlistId: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } extension M2Kit.SwiftyJSONError : Swift.Equatable {} extension M2Kit.SwiftyJSONError : Swift.Hashable {} diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc index 5b6c8f9..080b547 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface index 87b10d3..2106d8b 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/M2Kit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface @@ -1,7 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) -// swift-module-flags: -target x86_64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4 +// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) +// swift-module-flags: -target x86_64-apple-ios16.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit +// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Combine import CommonCrypto import Foundation @@ -22,9 +22,7 @@ public enum SwiftyJSONError : Swift.Int, Swift.Error { case wrongType case notExist case invalidJSON - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -49,9 +47,7 @@ public enum Type : Swift.Int { case dictionary case null case unknown - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -164,19 +160,13 @@ extension M2Kit.JSON : Swift.ExpressibleByArrayLiteral { public typealias ArrayLiteralElement = Any } extension M2Kit.JSON : Swift.RawRepresentable { - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Any) - #endif public var rawValue: Any { get } public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String? - #endif - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ options: [M2Kit.writingOptionsKeys : Any]) -> Swift.String? - #endif public typealias RawValue = Any } extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { @@ -188,207 +178,165 @@ extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringCon } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var array: [M2Kit.JSON]? { get } - #endif public var arrayValue: [M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var arrayObject: [Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var dictionary: [Swift.String : M2Kit.JSON]? { get } - #endif public var dictionaryValue: [Swift.String : M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var dictionaryObject: [Swift.String : Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var bool: Swift.Bool? { get set } - #endif public var boolValue: Swift.Bool { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var string: Swift.String? { get set } - #endif public var stringValue: Swift.String { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var number: Foundation.NSNumber? { get set } - #endif public var numberValue: Foundation.NSNumber { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var null: Foundation.NSNull? { get set } - #endif public func exists() -> Swift.Bool } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var url: Foundation.URL? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var double: Swift.Double? { get set } - #endif public var doubleValue: Swift.Double { get set } - #if compiler(>=5.3) && $NonescapableTypes public var float: Swift.Float? { get set } - #endif public var floatValue: Swift.Float { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int: Swift.Int? { get set } - #endif public var intValue: Swift.Int { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt: Swift.UInt? { get set } - #endif public var uIntValue: Swift.UInt { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int8: Swift.Int8? { get set } - #endif public var int8Value: Swift.Int8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt8: Swift.UInt8? { get set } - #endif public var uInt8Value: Swift.UInt8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int16: Swift.Int16? { get set } - #endif public var int16Value: Swift.Int16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt16: Swift.UInt16? { get set } - #endif public var uInt16Value: Swift.UInt16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int32: Swift.Int32? { get set } - #endif public var int32Value: Swift.Int32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt32: Swift.UInt32? { get set } - #endif public var uInt32Value: Swift.UInt32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int64: Swift.Int64? { get set } - #endif public var int64Value: Swift.Int64 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt64: Swift.UInt64? { get set } - #endif public var uInt64Value: Swift.UInt64 { get set @@ -419,25 +367,13 @@ extension M2Kit.JSON : Swift.Codable { @_Concurrency.MainActor public struct M2API { } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideosEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylistsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ playlists: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistEx(playlistId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannelsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ channels: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannelEx(channelId:nextToken:result:) instead.") @_Concurrency.MainActor public static func getVideosOfChannelEx(channelName: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannelEx(channelId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { @@ -458,15 +394,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearchEx(_ text: Swift.String, result: @escaping (_ listSuggestion: [Swift.String]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocationEx(result: @escaping (_ countryCode: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getTrendingSearchEx(result: @escaping (_ titles: [Swift.String]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(videoId: Swift.String, result: @escaping (_ videoUrl: Foundation.URL?, _ videoId: Swift.String, _ metadata: [Swift.AnyHashable : Any]?) -> Swift.Void) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWWEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) @@ -486,25 +418,13 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static func ytArtistDetailEx(artistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideos(title: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylists(title: Swift.String, nextToken: Swift.String?) async -> (playlists: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylist(playlistId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannels(title: Swift.String, nextToken: Swift.String?) async -> (channels: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannel(channelId:nextToken:) instead.") @_Concurrency.MainActor public static func getVideosOfChannel(channelName: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannel(channelId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]] } extension M2Kit.M2API { @@ -525,15 +445,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearch(_ text: Swift.String) async -> [Swift.String] - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocation() async -> Swift.String? - #endif @_Concurrency.MainActor public static func getTrendingSearch() async -> [Swift.String] } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlay(videoId: Swift.String) async -> (videoUrl: Foundation.URL?, videoId: Swift.String, metadata: [Swift.AnyHashable : Any]?) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWW() async -> [[Swift.AnyHashable : Any]] @@ -556,24 +472,12 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static var backupCode: Swift.String { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackup(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackup(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersion(code: Swift.String, result: @escaping (_ num: Swift.Int?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersions(codes: [Swift.String], result: @escaping (_ results: [Swift.String : Swift.Int?]) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackupPlaylist(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupPlaylist(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif } public let m2Version: Swift.String @_Concurrency.MainActor public func setServiceType(_ type: Swift.String) @@ -582,18 +486,10 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendFeedback(content: Swift.String, result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2HTTP { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getData(url: Foundation.URL) async -> Foundation.Data? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageData(url: Foundation.URL) async -> Foundation.Data? - #endif } @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @@ -604,22 +500,16 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - #endif @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } @_Concurrency.MainActor public struct M2Image { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage, result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage) async -> Swift.String? - #endif } @_Concurrency.MainActor public struct M2K { @_Concurrency.MainActor public static func start(c: Swift.String = "", t: Swift.String = "", d: Swift.Int = 0, result: @escaping () -> Swift.Void) @@ -630,9 +520,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendAllEvents(result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2Musi { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistWithCode(_ code: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } public enum M2NetConnecttionType { case wifi @@ -664,45 +552,23 @@ extension M2Kit.M2Radio { @_Concurrency.MainActor public static func getCurrentRadioCountryCode() -> Swift.String } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchStationsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topStationsEx(token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForRadioEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listStationsByGenresEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func stationInfoEx(station: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPodcastsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listEpisodesOfPodcastEx(podcast: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ episodes: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topPodcastsEx(token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForPodcastEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listPodcastsByGenreEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func podcastInfoEx(podcast: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif } @_hasMissingDesignatedInitializers public class M2Setting { public static var option10: Swift.String { @@ -1011,12 +877,8 @@ extension M2Kit.M2Utils { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @_Concurrency.MainActor @objc override dynamic public func viewDidLoad() - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc required dynamic public init?(coder: Foundation.NSCoder) - #endif @objc deinit } @_Concurrency.MainActor public struct M2WebView : SwiftUI.UIViewControllerRepresentable { @@ -1030,21 +892,15 @@ extension M2Kit.M2Utils { public enum M2YTIDType : Swift.String { case video case playlist - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.String) - #endif public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } @_Concurrency.MainActor public struct M2YT { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func extractId(fromUrl: Swift.String) -> (id: Swift.String, type: M2Kit.M2YTIDType)? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistId(_ playlistId: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } extension M2Kit.SwiftyJSONError : Swift.Equatable {} extension M2Kit.SwiftyJSONError : Swift.Hashable {} diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/module.modulemap b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/module.modulemap index 06e5a7a..8d0de40 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/module.modulemap +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Modules/module.modulemap @@ -1,4 +1,3 @@ framework module M2Kit { header "M2Kit-Swift.h" - requires objc } diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Resources/Info.plist b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Resources/Info.plist index 85fe001..758981a 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Resources/Info.plist +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-maccatalyst/M2Kit.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 25D2128 + 25E246 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.26 + 5.27 CFBundleSupportedPlatforms MacOSX @@ -27,19 +27,19 @@ DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 25C58 + 25E236 DTPlatformName macosx DTPlatformVersion - 26.2 + 26.4 DTSDKBuild - 25C58 + 25E236 DTSDKName - macosx26.2 + macosx26.4 DTXcode - 2630 + 2640 DTXcodeBuild - 17C529 + 17E192 LSMinimumSystemVersion 13.0 UIDeviceFamily diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Headers/M2Kit-Swift.h b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Headers/M2Kit-Swift.h index ca72e9c..634ec24 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Headers/M2Kit-Swift.h +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Headers/M2Kit-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) +// Generated by Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) #ifndef M2KIT_SWIFT_H #define M2KIT_SWIFT_H #pragma clang diagnostic push @@ -26,7 +26,7 @@ #pragma clang diagnostic ignored "-Wauto-import" #if defined(__OBJC__) #include -#endif +#endif // defined(__OBJC__) #if defined(__cplusplus) #include #include @@ -195,13 +195,32 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # endif #endif #if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif # else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) # endif #endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif #if !defined(SWIFT_UNAVAILABLE) # define SWIFT_UNAVAILABLE __attribute__((unavailable)) #endif @@ -211,6 +230,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_AVAILABILITY) # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) #endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif #if !defined(SWIFT_WEAK_IMPORT) # define SWIFT_WEAK_IMPORT __attribute__((weak_import)) #endif @@ -276,6 +298,49 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_IMPORT_STDLIB_SYMBOL #endif #endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="M2Kit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif #if defined(__OBJC__) #if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") @@ -284,7 +349,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif -#endif +#endif // defined(__OBJC__) #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -314,7 +379,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end -#endif +#endif // defined(__OBJC__) #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif @@ -324,7 +389,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC") #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) +// Generated by Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) #ifndef M2KIT_SWIFT_H #define M2KIT_SWIFT_H #pragma clang diagnostic push @@ -350,7 +415,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC") #pragma clang diagnostic ignored "-Wauto-import" #if defined(__OBJC__) #include -#endif +#endif // defined(__OBJC__) #if defined(__cplusplus) #include #include @@ -519,13 +584,32 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # endif #endif #if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif # else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) # endif #endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif #if !defined(SWIFT_UNAVAILABLE) # define SWIFT_UNAVAILABLE __attribute__((unavailable)) #endif @@ -535,6 +619,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_AVAILABILITY) # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) #endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif #if !defined(SWIFT_WEAK_IMPORT) # define SWIFT_WEAK_IMPORT __attribute__((weak_import)) #endif @@ -600,6 +687,49 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_IMPORT_STDLIB_SYMBOL #endif #endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="M2Kit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif #if defined(__OBJC__) #if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") @@ -608,7 +738,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif -#endif +#endif // defined(__OBJC__) #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -638,7 +768,7 @@ SWIFT_CLASS("_TtC5M2Kit7M2WebVC") - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end -#endif +#endif // defined(__OBJC__) #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Info.plist b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Info.plist index fadcaeb..f183f6b 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Info.plist and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Info.plist differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/M2Kit b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/M2Kit index 51efa63..702c053 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/M2Kit and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/M2Kit differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json index 32d95c7..244a332 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -579,6 +579,13 @@ ], "enumRawTypeName": "Int", "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, { "kind": "Conformance", "name": "Copyable", @@ -586,13 +593,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -636,6 +636,13 @@ "usr": "s:s5ErrorP", "mangledName": "$ss5ErrorP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Sendable", @@ -649,13 +656,6 @@ "printedName": "SendableMetatype", "usr": "s:s16SendableMetatypeP", "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "CustomNSError", - "printedName": "CustomNSError", - "usr": "s:10Foundation13CustomNSErrorP", - "mangledName": "$s10Foundation13CustomNSErrorP" } ] }, @@ -1013,13 +1013,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -1027,6 +1020,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -6311,10 +6311,17 @@ }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", @@ -6434,62 +6441,6 @@ "usr": "s:Sl", "mangledName": "$sSl" }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String, M2Kit.JSON)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "JSON", - "printedName": "M2Kit.JSON", - "usr": "s:5M2Kit4JSONV" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator", - "children": [ - { - "kind": "TypeNominal", - "name": "JSON", - "printedName": "M2Kit.JSON", - "usr": "s:5M2Kit4JSONV" - } - ], - "usr": "s:s16IndexingIteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, { "kind": "Conformance", "name": "ExpressibleByStringLiteral", @@ -6728,17 +6679,66 @@ }, { "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, M2Kit.JSON)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSON", + "printedName": "M2Kit.JSON", + "usr": "s:5M2Kit4JSONV" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator", + "children": [ + { + "kind": "TypeNominal", + "name": "JSON", + "printedName": "M2Kit.JSON", + "usr": "s:5M2Kit4JSONV" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" }, { "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, @@ -7037,20 +7037,6 @@ "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Comparable", @@ -7058,12 +7044,26 @@ "usr": "s:SL", "mangledName": "$sSL" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Equatable", "printedName": "Equatable", "usr": "s:SQ", "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, @@ -7700,13 +7700,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -7714,6 +7707,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -13889,13 +13889,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -13903,6 +13896,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -20426,13 +20426,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -20440,6 +20433,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -21040,38 +21040,10 @@ "conformances": [ { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", @@ -21082,10 +21054,24 @@ }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", @@ -21096,10 +21082,24 @@ }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", @@ -21487,13 +21487,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -21501,6 +21494,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -21950,17 +21950,32 @@ "conformances": [ { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" }, { "kind": "Conformance", @@ -21969,184 +21984,6 @@ "usr": "s:5M2Kit17JSONSubscriptTypeP", "mangledName": "$s5M2Kit17JSONSubscriptTypeP" }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, { "kind": "Conformance", "name": "BidirectionalCollection", @@ -22216,6 +22053,20 @@ "usr": "s:SK", "mangledName": "$sSK" }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, { "kind": "Conformance", "name": "Collection", @@ -22298,6 +22149,214 @@ "usr": "s:Sl", "mangledName": "$sSl" }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, { "kind": "Conformance", "name": "Sequence", @@ -22333,20 +22392,6 @@ "usr": "s:ST", "mangledName": "$sST" }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, { "kind": "Conformance", "name": "StringProtocol", @@ -22410,61 +22455,52 @@ }, { "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" }, { "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" }, { "kind": "Conformance", @@ -22487,42 +22523,6 @@ ], "usr": "s:s21_ObjectiveCBridgeableP", "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" } ] }, @@ -22546,134 +22546,6 @@ ], "isExternal": true, "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "ReferenceConvertible", - "printedName": "ReferenceConvertible", - "children": [ - { - "kind": "TypeWitness", - "name": "ReferenceType", - "printedName": "ReferenceType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:10Foundation20ReferenceConvertibleP", - "mangledName": "$s10Foundation20ReferenceConvertibleP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByFileReferenceLiteral", - "printedName": "_ExpressibleByFileReferenceLiteral", - "usr": "s:s34_ExpressibleByFileReferenceLiteralP", - "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" - }, { "kind": "Conformance", "name": "Transferable", @@ -22702,6 +22574,134 @@ ], "usr": "s:16CoreTransferable0B0P", "mangledName": "$s16CoreTransferable0B0P" + }, + { + "kind": "Conformance", + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSURL", + "printedName": "Foundation.NSURL", + "usr": "c:objc(cs)NSURL" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByFileReferenceLiteral", + "printedName": "_ExpressibleByFileReferenceLiteral", + "usr": "s:s34_ExpressibleByFileReferenceLiteralP", + "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSURL", + "printedName": "Foundation.NSURL", + "usr": "c:objc(cs)NSURL" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" } ] }, @@ -22764,24 +22764,39 @@ "conformances": [ { "kind": "Conformance", - "name": "FixedWidthInteger", - "printedName": "FixedWidthInteger", - "usr": "s:s17FixedWidthIntegerP", - "mangledName": "$ss17FixedWidthIntegerP" + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" }, { "kind": "Conformance", - "name": "SignedInteger", - "printedName": "SignedInteger", - "usr": "s:SZ", - "mangledName": "$sSZ" + "name": "JSONSubscriptType", + "printedName": "JSONSubscriptType", + "usr": "s:5M2Kit17JSONSubscriptTypeP", + "mangledName": "$s5M2Kit17JSONSubscriptTypeP" }, { "kind": "Conformance", - "name": "_ExpressibleByBuiltinIntegerLiteral", - "printedName": "_ExpressibleByBuiltinIntegerLiteral", - "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", - "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" }, { "kind": "Conformance", @@ -22807,17 +22822,45 @@ }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" }, { "kind": "Conformance", - "name": "SignedNumeric", - "printedName": "SignedNumeric", - "usr": "s:s13SignedNumericP", - "mangledName": "$ss13SignedNumericP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" }, { "kind": "Conformance", @@ -22828,54 +22871,31 @@ }, { "kind": "Conformance", - "name": "Numeric", - "printedName": "Numeric", - "children": [ - { - "kind": "TypeWitness", - "name": "Magnitude", - "printedName": "Magnitude", - "children": [ - { - "kind": "TypeNominal", - "name": "UInt", - "printedName": "Swift.UInt", - "usr": "s:Su" - } - ] - } - ], - "usr": "s:Sj", - "mangledName": "$sSj" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Strideable", - "printedName": "Strideable", - "children": [ - { - "kind": "TypeWitness", - "name": "Stride", - "printedName": "Stride", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:Sx", - "mangledName": "$sSx" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" }, { "kind": "Conformance", - "name": "AdditiveArithmetic", - "printedName": "AdditiveArithmetic", - "usr": "s:s18AdditiveArithmeticP", - "mangledName": "$ss18AdditiveArithmeticP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -22901,80 +22921,10 @@ }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "JSONSubscriptType", - "printedName": "JSONSubscriptType", - "usr": "s:5M2Kit17JSONSubscriptTypeP", - "mangledName": "$s5M2Kit17JSONSubscriptTypeP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" }, { "kind": "Conformance", @@ -22985,31 +22935,39 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" }, { "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" }, { "kind": "Conformance", @@ -23113,32 +23071,74 @@ }, { "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "SignedInteger", + "printedName": "SignedInteger", + "usr": "s:SZ", + "mangledName": "$sSZ" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", "children": [ { "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", + "name": "Stride", + "printedName": "Stride", "children": [ { "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:10Foundation18_FormatSpecifiableP", - "mangledName": "$s10Foundation18_FormatSpecifiableP" + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" }, { "kind": "Conformance", @@ -23204,108 +23204,24 @@ "conformances": [ { "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByNilLiteral", - "printedName": "ExpressibleByNilLiteral", - "usr": "s:s23ExpressibleByNilLiteralP", - "mangledName": "$ss23ExpressibleByNilLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "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": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", "children": [ { "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" } ] } ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" }, { "kind": "Conformance", @@ -23330,29 +23246,113 @@ }, { "kind": "Conformance", - "name": "DecodableWithConfiguration", - "printedName": "DecodableWithConfiguration", + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", "children": [ { "kind": "TypeWitness", - "name": "DecodingConfiguration", - "printedName": "DecodingConfiguration", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", "children": [ { "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.DecodingConfiguration" + "name": "ProtocolComposition", + "printedName": "AnyObject" } ] } ], - "usr": "s:10Foundation26DecodableWithConfigurationP", - "mangledName": "$s10Foundation26DecodableWithConfigurationP" + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "AttributedTextFormattingDefinition", - "printedName": "AttributedTextFormattingDefinition", + "name": "Commands", + "printedName": "Commands", "children": [ { "kind": "TypeWitness", @@ -23361,34 +23361,22 @@ "children": [ { "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some SwiftUICore.AttributedTextFormattingDefinition", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributedTextFormattingDefinition", - "printedName": "SwiftUICore.AttributedTextFormattingDefinition", - "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Scope", - "printedName": "Scope", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Scope" + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" } ] } ], - "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP", - "mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP" + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" }, { "kind": "Conformance", @@ -23426,9 +23414,21 @@ }, { "kind": "Conformance", - "name": "View", - "printedName": "View", + "name": "SliderTickContent", + "printedName": "SliderTickContent", "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, { "kind": "TypeWitness", "name": "Body", @@ -23436,61 +23436,30 @@ "children": [ { "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" + "name": "Array", + "printedName": "[SwiftUI.SliderTick<τ_0_0.Value>]", + "children": [ + { + "kind": "TypeNominal", + "name": "SliderTick", + "printedName": "SwiftUI.SliderTick<τ_0_0.Value>", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ], + "usr": "s:7SwiftUI10SliderTickV" + } + ], + "usr": "s:Sa" } ] } ], - "usr": "s:7SwiftUI4ViewP", - "mangledName": "$s7SwiftUI4ViewP" - }, - { - "kind": "Conformance", - "name": "TableColumnContent", - "printedName": "TableColumnContent", - "children": [ - { - "kind": "TypeWitness", - "name": "TableRowValue", - "printedName": "TableRowValue", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.TableRowValue" - } - ] - }, - { - "kind": "TypeWitness", - "name": "TableColumnSortComparator", - "printedName": "TableColumnSortComparator", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.TableColumnSortComparator" - } - ] - }, - { - "kind": "TypeWitness", - "name": "TableColumnBody", - "printedName": "TableColumnBody", - "children": [ - { - "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" - } - ] - } - ], - "usr": "s:7SwiftUI18TableColumnContentP", - "mangledName": "$s7SwiftUI18TableColumnContentP" + "usr": "s:7SwiftUI17SliderTickContentP", + "mangledName": "$s7SwiftUI17SliderTickContentP" }, { "kind": "Conformance", @@ -23553,6 +23522,52 @@ "usr": "s:7SwiftUI10TabContentP", "mangledName": "$s7SwiftUI10TabContentP" }, + { + "kind": "Conformance", + "name": "TableColumnContent", + "printedName": "TableColumnContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableColumnSortComparator", + "printedName": "TableColumnSortComparator", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableColumnSortComparator" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableColumnBody", + "printedName": "TableColumnBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI18TableColumnContentP", + "mangledName": "$s7SwiftUI18TableColumnContentP" + }, { "kind": "Conformance", "name": "TableRowContent", @@ -23587,77 +23602,6 @@ "usr": "s:7SwiftUI15TableRowContentP", "mangledName": "$s7SwiftUI15TableRowContentP" }, - { - "kind": "Conformance", - "name": "SliderTickContent", - "printedName": "SliderTickContent", - "children": [ - { - "kind": "TypeWitness", - "name": "Value", - "printedName": "Value", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Value" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Body", - "printedName": "Body", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[SwiftUI.SliderTick<τ_0_0.Value>]", - "children": [ - { - "kind": "TypeNominal", - "name": "SliderTick", - "printedName": "SwiftUI.SliderTick<τ_0_0.Value>", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Value" - } - ], - "usr": "s:7SwiftUI10SliderTickV" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:7SwiftUI17SliderTickContentP", - "mangledName": "$s7SwiftUI17SliderTickContentP" - }, - { - "kind": "Conformance", - "name": "Commands", - "printedName": "Commands", - "children": [ - { - "kind": "TypeWitness", - "name": "Body", - "printedName": "Body", - "children": [ - { - "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" - } - ] - } - ], - "usr": "s:7SwiftUI8CommandsP", - "mangledName": "$s7SwiftUI8CommandsP" - }, { "kind": "Conformance", "name": "ToolbarContent", @@ -23682,10 +23626,66 @@ }, { "kind": "Conformance", - "name": "CustomizableToolbarContent", - "printedName": "CustomizableToolbarContent", - "usr": "s:7SwiftUI26CustomizableToolbarContentP", - "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "AttributedTextFormattingDefinition", + "printedName": "AttributedTextFormattingDefinition", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some SwiftUICore.AttributedTextFormattingDefinition<τ_0_0.Scope>", + "children": [ + { + "kind": "TypeNominal", + "name": "AttributedTextFormattingDefinition", + "printedName": "SwiftUICore.AttributedTextFormattingDefinition", + "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Scope", + "printedName": "Scope", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Scope" + } + ] + } + ], + "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP", + "mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP" } ] } @@ -25329,7 +25329,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.26\"" + "value": "\"5.27\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index a9f9faa..7ac1f92 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -1,7 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) -// swift-module-flags: -target arm64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4 +// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) +// swift-module-flags: -target arm64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit +// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Combine import CommonCrypto import Foundation @@ -22,9 +22,7 @@ public enum SwiftyJSONError : Swift.Int, Swift.Error { case wrongType case notExist case invalidJSON - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -49,9 +47,7 @@ public enum Type : Swift.Int { case dictionary case null case unknown - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -164,19 +160,13 @@ extension M2Kit.JSON : Swift.ExpressibleByArrayLiteral { public typealias ArrayLiteralElement = Any } extension M2Kit.JSON : Swift.RawRepresentable { - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Any) - #endif public var rawValue: Any { get } public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String? - #endif - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ options: [M2Kit.writingOptionsKeys : Any]) -> Swift.String? - #endif public typealias RawValue = Any } extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { @@ -188,207 +178,165 @@ extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringCon } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var array: [M2Kit.JSON]? { get } - #endif public var arrayValue: [M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var arrayObject: [Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var dictionary: [Swift.String : M2Kit.JSON]? { get } - #endif public var dictionaryValue: [Swift.String : M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var dictionaryObject: [Swift.String : Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var bool: Swift.Bool? { get set } - #endif public var boolValue: Swift.Bool { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var string: Swift.String? { get set } - #endif public var stringValue: Swift.String { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var number: Foundation.NSNumber? { get set } - #endif public var numberValue: Foundation.NSNumber { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var null: Foundation.NSNull? { get set } - #endif public func exists() -> Swift.Bool } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var url: Foundation.URL? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var double: Swift.Double? { get set } - #endif public var doubleValue: Swift.Double { get set } - #if compiler(>=5.3) && $NonescapableTypes public var float: Swift.Float? { get set } - #endif public var floatValue: Swift.Float { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int: Swift.Int? { get set } - #endif public var intValue: Swift.Int { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt: Swift.UInt? { get set } - #endif public var uIntValue: Swift.UInt { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int8: Swift.Int8? { get set } - #endif public var int8Value: Swift.Int8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt8: Swift.UInt8? { get set } - #endif public var uInt8Value: Swift.UInt8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int16: Swift.Int16? { get set } - #endif public var int16Value: Swift.Int16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt16: Swift.UInt16? { get set } - #endif public var uInt16Value: Swift.UInt16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int32: Swift.Int32? { get set } - #endif public var int32Value: Swift.Int32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt32: Swift.UInt32? { get set } - #endif public var uInt32Value: Swift.UInt32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int64: Swift.Int64? { get set } - #endif public var int64Value: Swift.Int64 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt64: Swift.UInt64? { get set } - #endif public var uInt64Value: Swift.UInt64 { get set @@ -419,25 +367,13 @@ extension M2Kit.JSON : Swift.Codable { @_Concurrency.MainActor public struct M2API { } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideosEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylistsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ playlists: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistEx(playlistId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannelsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ channels: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannelEx(channelId:nextToken:result:) instead.") @_Concurrency.MainActor public static func getVideosOfChannelEx(channelName: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannelEx(channelId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { @@ -458,15 +394,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearchEx(_ text: Swift.String, result: @escaping (_ listSuggestion: [Swift.String]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocationEx(result: @escaping (_ countryCode: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getTrendingSearchEx(result: @escaping (_ titles: [Swift.String]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(videoId: Swift.String, result: @escaping (_ videoUrl: Foundation.URL?, _ videoId: Swift.String, _ metadata: [Swift.AnyHashable : Any]?) -> Swift.Void) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWWEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) @@ -486,25 +418,13 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static func ytArtistDetailEx(artistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideos(title: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylists(title: Swift.String, nextToken: Swift.String?) async -> (playlists: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylist(playlistId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannels(title: Swift.String, nextToken: Swift.String?) async -> (channels: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannel(channelId:nextToken:) instead.") @_Concurrency.MainActor public static func getVideosOfChannel(channelName: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannel(channelId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]] } extension M2Kit.M2API { @@ -525,15 +445,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearch(_ text: Swift.String) async -> [Swift.String] - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocation() async -> Swift.String? - #endif @_Concurrency.MainActor public static func getTrendingSearch() async -> [Swift.String] } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlay(videoId: Swift.String) async -> (videoUrl: Foundation.URL?, videoId: Swift.String, metadata: [Swift.AnyHashable : Any]?) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWW() async -> [[Swift.AnyHashable : Any]] @@ -556,24 +472,12 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static var backupCode: Swift.String { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackup(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackup(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersion(code: Swift.String, result: @escaping (_ num: Swift.Int?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersions(codes: [Swift.String], result: @escaping (_ results: [Swift.String : Swift.Int?]) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackupPlaylist(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupPlaylist(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif } public let m2Version: Swift.String @_Concurrency.MainActor public func setServiceType(_ type: Swift.String) @@ -582,18 +486,10 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendFeedback(content: Swift.String, result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2HTTP { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getData(url: Foundation.URL) async -> Foundation.Data? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageData(url: Foundation.URL) async -> Foundation.Data? - #endif } @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @@ -604,22 +500,16 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - #endif @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } @_Concurrency.MainActor public struct M2Image { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage, result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage) async -> Swift.String? - #endif } @_Concurrency.MainActor public struct M2K { @_Concurrency.MainActor public static func start(c: Swift.String = "", t: Swift.String = "", d: Swift.Int = 0, result: @escaping () -> Swift.Void) @@ -630,9 +520,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendAllEvents(result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2Musi { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistWithCode(_ code: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } public enum M2NetConnecttionType { case wifi @@ -664,45 +552,23 @@ extension M2Kit.M2Radio { @_Concurrency.MainActor public static func getCurrentRadioCountryCode() -> Swift.String } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchStationsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topStationsEx(token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForRadioEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listStationsByGenresEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func stationInfoEx(station: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPodcastsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listEpisodesOfPodcastEx(podcast: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ episodes: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topPodcastsEx(token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForPodcastEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listPodcastsByGenreEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func podcastInfoEx(podcast: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif } @_hasMissingDesignatedInitializers public class M2Setting { public static var option10: Swift.String { @@ -1011,12 +877,8 @@ extension M2Kit.M2Utils { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @_Concurrency.MainActor @objc override dynamic public func viewDidLoad() - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc required dynamic public init?(coder: Foundation.NSCoder) - #endif @objc deinit } @_Concurrency.MainActor public struct M2WebView : SwiftUI.UIViewControllerRepresentable { @@ -1030,21 +892,15 @@ extension M2Kit.M2Utils { public enum M2YTIDType : Swift.String { case video case playlist - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.String) - #endif public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } @_Concurrency.MainActor public struct M2YT { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func extractId(fromUrl: Swift.String) -> (id: Swift.String, type: M2Kit.M2YTIDType)? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistId(_ playlistId: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } extension M2Kit.SwiftyJSONError : Swift.Equatable {} extension M2Kit.SwiftyJSONError : Swift.Hashable {} diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 28c313f..6cf6ae5 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface index a9f9faa..7ac1f92 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,7 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) -// swift-module-flags: -target arm64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4 +// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) +// swift-module-flags: -target arm64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit +// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Combine import CommonCrypto import Foundation @@ -22,9 +22,7 @@ public enum SwiftyJSONError : Swift.Int, Swift.Error { case wrongType case notExist case invalidJSON - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -49,9 +47,7 @@ public enum Type : Swift.Int { case dictionary case null case unknown - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -164,19 +160,13 @@ extension M2Kit.JSON : Swift.ExpressibleByArrayLiteral { public typealias ArrayLiteralElement = Any } extension M2Kit.JSON : Swift.RawRepresentable { - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Any) - #endif public var rawValue: Any { get } public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String? - #endif - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ options: [M2Kit.writingOptionsKeys : Any]) -> Swift.String? - #endif public typealias RawValue = Any } extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { @@ -188,207 +178,165 @@ extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringCon } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var array: [M2Kit.JSON]? { get } - #endif public var arrayValue: [M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var arrayObject: [Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var dictionary: [Swift.String : M2Kit.JSON]? { get } - #endif public var dictionaryValue: [Swift.String : M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var dictionaryObject: [Swift.String : Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var bool: Swift.Bool? { get set } - #endif public var boolValue: Swift.Bool { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var string: Swift.String? { get set } - #endif public var stringValue: Swift.String { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var number: Foundation.NSNumber? { get set } - #endif public var numberValue: Foundation.NSNumber { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var null: Foundation.NSNull? { get set } - #endif public func exists() -> Swift.Bool } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var url: Foundation.URL? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var double: Swift.Double? { get set } - #endif public var doubleValue: Swift.Double { get set } - #if compiler(>=5.3) && $NonescapableTypes public var float: Swift.Float? { get set } - #endif public var floatValue: Swift.Float { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int: Swift.Int? { get set } - #endif public var intValue: Swift.Int { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt: Swift.UInt? { get set } - #endif public var uIntValue: Swift.UInt { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int8: Swift.Int8? { get set } - #endif public var int8Value: Swift.Int8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt8: Swift.UInt8? { get set } - #endif public var uInt8Value: Swift.UInt8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int16: Swift.Int16? { get set } - #endif public var int16Value: Swift.Int16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt16: Swift.UInt16? { get set } - #endif public var uInt16Value: Swift.UInt16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int32: Swift.Int32? { get set } - #endif public var int32Value: Swift.Int32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt32: Swift.UInt32? { get set } - #endif public var uInt32Value: Swift.UInt32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int64: Swift.Int64? { get set } - #endif public var int64Value: Swift.Int64 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt64: Swift.UInt64? { get set } - #endif public var uInt64Value: Swift.UInt64 { get set @@ -419,25 +367,13 @@ extension M2Kit.JSON : Swift.Codable { @_Concurrency.MainActor public struct M2API { } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideosEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylistsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ playlists: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistEx(playlistId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannelsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ channels: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannelEx(channelId:nextToken:result:) instead.") @_Concurrency.MainActor public static func getVideosOfChannelEx(channelName: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannelEx(channelId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { @@ -458,15 +394,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearchEx(_ text: Swift.String, result: @escaping (_ listSuggestion: [Swift.String]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocationEx(result: @escaping (_ countryCode: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getTrendingSearchEx(result: @escaping (_ titles: [Swift.String]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(videoId: Swift.String, result: @escaping (_ videoUrl: Foundation.URL?, _ videoId: Swift.String, _ metadata: [Swift.AnyHashable : Any]?) -> Swift.Void) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWWEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) @@ -486,25 +418,13 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static func ytArtistDetailEx(artistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideos(title: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylists(title: Swift.String, nextToken: Swift.String?) async -> (playlists: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylist(playlistId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannels(title: Swift.String, nextToken: Swift.String?) async -> (channels: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannel(channelId:nextToken:) instead.") @_Concurrency.MainActor public static func getVideosOfChannel(channelName: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannel(channelId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]] } extension M2Kit.M2API { @@ -525,15 +445,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearch(_ text: Swift.String) async -> [Swift.String] - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocation() async -> Swift.String? - #endif @_Concurrency.MainActor public static func getTrendingSearch() async -> [Swift.String] } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlay(videoId: Swift.String) async -> (videoUrl: Foundation.URL?, videoId: Swift.String, metadata: [Swift.AnyHashable : Any]?) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWW() async -> [[Swift.AnyHashable : Any]] @@ -556,24 +472,12 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static var backupCode: Swift.String { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackup(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackup(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersion(code: Swift.String, result: @escaping (_ num: Swift.Int?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersions(codes: [Swift.String], result: @escaping (_ results: [Swift.String : Swift.Int?]) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackupPlaylist(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupPlaylist(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif } public let m2Version: Swift.String @_Concurrency.MainActor public func setServiceType(_ type: Swift.String) @@ -582,18 +486,10 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendFeedback(content: Swift.String, result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2HTTP { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getData(url: Foundation.URL) async -> Foundation.Data? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageData(url: Foundation.URL) async -> Foundation.Data? - #endif } @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @@ -604,22 +500,16 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - #endif @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } @_Concurrency.MainActor public struct M2Image { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage, result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage) async -> Swift.String? - #endif } @_Concurrency.MainActor public struct M2K { @_Concurrency.MainActor public static func start(c: Swift.String = "", t: Swift.String = "", d: Swift.Int = 0, result: @escaping () -> Swift.Void) @@ -630,9 +520,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendAllEvents(result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2Musi { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistWithCode(_ code: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } public enum M2NetConnecttionType { case wifi @@ -664,45 +552,23 @@ extension M2Kit.M2Radio { @_Concurrency.MainActor public static func getCurrentRadioCountryCode() -> Swift.String } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchStationsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topStationsEx(token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForRadioEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listStationsByGenresEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func stationInfoEx(station: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPodcastsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listEpisodesOfPodcastEx(podcast: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ episodes: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topPodcastsEx(token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForPodcastEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listPodcastsByGenreEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func podcastInfoEx(podcast: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif } @_hasMissingDesignatedInitializers public class M2Setting { public static var option10: Swift.String { @@ -1011,12 +877,8 @@ extension M2Kit.M2Utils { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @_Concurrency.MainActor @objc override dynamic public func viewDidLoad() - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc required dynamic public init?(coder: Foundation.NSCoder) - #endif @objc deinit } @_Concurrency.MainActor public struct M2WebView : SwiftUI.UIViewControllerRepresentable { @@ -1030,21 +892,15 @@ extension M2Kit.M2Utils { public enum M2YTIDType : Swift.String { case video case playlist - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.String) - #endif public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } @_Concurrency.MainActor public struct M2YT { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func extractId(fromUrl: Swift.String) -> (id: Swift.String, type: M2Kit.M2YTIDType)? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistId(_ playlistId: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } extension M2Kit.SwiftyJSONError : Swift.Equatable {} extension M2Kit.SwiftyJSONError : Swift.Hashable {} diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json index 32d95c7..244a332 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -579,6 +579,13 @@ ], "enumRawTypeName": "Int", "conformances": [ + { + "kind": "Conformance", + "name": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, { "kind": "Conformance", "name": "Copyable", @@ -586,13 +593,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -636,6 +636,13 @@ "usr": "s:s5ErrorP", "mangledName": "$ss5ErrorP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Sendable", @@ -649,13 +656,6 @@ "printedName": "SendableMetatype", "usr": "s:s16SendableMetatypeP", "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "CustomNSError", - "printedName": "CustomNSError", - "usr": "s:10Foundation13CustomNSErrorP", - "mangledName": "$s10Foundation13CustomNSErrorP" } ] }, @@ -1013,13 +1013,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -1027,6 +1020,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -6311,10 +6311,17 @@ }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", @@ -6434,62 +6441,6 @@ "usr": "s:Sl", "mangledName": "$sSl" }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.String, M2Kit.JSON)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "JSON", - "printedName": "M2Kit.JSON", - "usr": "s:5M2Kit4JSONV" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator", - "children": [ - { - "kind": "TypeNominal", - "name": "JSON", - "printedName": "M2Kit.JSON", - "usr": "s:5M2Kit4JSONV" - } - ], - "usr": "s:s16IndexingIteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, { "kind": "Conformance", "name": "ExpressibleByStringLiteral", @@ -6728,17 +6679,66 @@ }, { "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, M2Kit.JSON)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "JSON", + "printedName": "M2Kit.JSON", + "usr": "s:5M2Kit4JSONV" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator", + "children": [ + { + "kind": "TypeNominal", + "name": "JSON", + "printedName": "M2Kit.JSON", + "usr": "s:5M2Kit4JSONV" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" }, { "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, @@ -7037,20 +7037,6 @@ "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Comparable", @@ -7058,12 +7044,26 @@ "usr": "s:SL", "mangledName": "$sSL" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Equatable", "printedName": "Equatable", "usr": "s:SQ", "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, @@ -7700,13 +7700,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -7714,6 +7707,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -13889,13 +13889,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -13903,6 +13896,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -20426,13 +20426,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -20440,6 +20433,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -21040,38 +21040,10 @@ "conformances": [ { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", @@ -21082,10 +21054,24 @@ }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", @@ -21096,10 +21082,24 @@ }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", @@ -21487,13 +21487,6 @@ "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Equatable", @@ -21501,6 +21494,13 @@ "usr": "s:SQ", "mangledName": "$sSQ" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Hashable", @@ -21950,17 +21950,32 @@ "conformances": [ { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" }, { "kind": "Conformance", @@ -21969,184 +21984,6 @@ "usr": "s:5M2Kit17JSONSubscriptTypeP", "mangledName": "$s5M2Kit17JSONSubscriptTypeP" }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, { "kind": "Conformance", "name": "BidirectionalCollection", @@ -22216,6 +22053,20 @@ "usr": "s:SK", "mangledName": "$sSK" }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, { "kind": "Conformance", "name": "Collection", @@ -22298,6 +22149,214 @@ "usr": "s:Sl", "mangledName": "$sSl" }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, { "kind": "Conformance", "name": "Sequence", @@ -22333,20 +22392,6 @@ "usr": "s:ST", "mangledName": "$sST" }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, { "kind": "Conformance", "name": "StringProtocol", @@ -22410,61 +22455,52 @@ }, { "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" }, { "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" }, { "kind": "Conformance", @@ -22487,42 +22523,6 @@ ], "usr": "s:s21_ObjectiveCBridgeableP", "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" } ] }, @@ -22546,134 +22546,6 @@ ], "isExternal": true, "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "ReferenceConvertible", - "printedName": "ReferenceConvertible", - "children": [ - { - "kind": "TypeWitness", - "name": "ReferenceType", - "printedName": "ReferenceType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:10Foundation20ReferenceConvertibleP", - "mangledName": "$s10Foundation20ReferenceConvertibleP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByFileReferenceLiteral", - "printedName": "_ExpressibleByFileReferenceLiteral", - "usr": "s:s34_ExpressibleByFileReferenceLiteralP", - "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" - }, { "kind": "Conformance", "name": "Transferable", @@ -22702,6 +22574,134 @@ ], "usr": "s:16CoreTransferable0B0P", "mangledName": "$s16CoreTransferable0B0P" + }, + { + "kind": "Conformance", + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSURL", + "printedName": "Foundation.NSURL", + "usr": "c:objc(cs)NSURL" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByFileReferenceLiteral", + "printedName": "_ExpressibleByFileReferenceLiteral", + "usr": "s:s34_ExpressibleByFileReferenceLiteralP", + "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSURL", + "printedName": "Foundation.NSURL", + "usr": "c:objc(cs)NSURL" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" } ] }, @@ -22764,24 +22764,39 @@ "conformances": [ { "kind": "Conformance", - "name": "FixedWidthInteger", - "printedName": "FixedWidthInteger", - "usr": "s:s17FixedWidthIntegerP", - "mangledName": "$ss17FixedWidthIntegerP" + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" }, { "kind": "Conformance", - "name": "SignedInteger", - "printedName": "SignedInteger", - "usr": "s:SZ", - "mangledName": "$sSZ" + "name": "JSONSubscriptType", + "printedName": "JSONSubscriptType", + "usr": "s:5M2Kit17JSONSubscriptTypeP", + "mangledName": "$s5M2Kit17JSONSubscriptTypeP" }, { "kind": "Conformance", - "name": "_ExpressibleByBuiltinIntegerLiteral", - "printedName": "_ExpressibleByBuiltinIntegerLiteral", - "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", - "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" }, { "kind": "Conformance", @@ -22807,17 +22822,45 @@ }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" }, { "kind": "Conformance", - "name": "SignedNumeric", - "printedName": "SignedNumeric", - "usr": "s:s13SignedNumericP", - "mangledName": "$ss13SignedNumericP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" }, { "kind": "Conformance", @@ -22828,54 +22871,31 @@ }, { "kind": "Conformance", - "name": "Numeric", - "printedName": "Numeric", - "children": [ - { - "kind": "TypeWitness", - "name": "Magnitude", - "printedName": "Magnitude", - "children": [ - { - "kind": "TypeNominal", - "name": "UInt", - "printedName": "Swift.UInt", - "usr": "s:Su" - } - ] - } - ], - "usr": "s:Sj", - "mangledName": "$sSj" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Strideable", - "printedName": "Strideable", - "children": [ - { - "kind": "TypeWitness", - "name": "Stride", - "printedName": "Stride", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:Sx", - "mangledName": "$sSx" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" }, { "kind": "Conformance", - "name": "AdditiveArithmetic", - "printedName": "AdditiveArithmetic", - "usr": "s:s18AdditiveArithmeticP", - "mangledName": "$ss18AdditiveArithmeticP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -22901,80 +22921,10 @@ }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "JSONSubscriptType", - "printedName": "JSONSubscriptType", - "usr": "s:5M2Kit17JSONSubscriptTypeP", - "mangledName": "$s5M2Kit17JSONSubscriptTypeP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" }, { "kind": "Conformance", @@ -22985,31 +22935,39 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" }, { "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" }, { "kind": "Conformance", @@ -23113,32 +23071,74 @@ }, { "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "SignedInteger", + "printedName": "SignedInteger", + "usr": "s:SZ", + "mangledName": "$sSZ" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", "children": [ { "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", + "name": "Stride", + "printedName": "Stride", "children": [ { "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:10Foundation18_FormatSpecifiableP", - "mangledName": "$s10Foundation18_FormatSpecifiableP" + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" }, { "kind": "Conformance", @@ -23204,108 +23204,24 @@ "conformances": [ { "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "SendableMetatype", - "printedName": "SendableMetatype", - "usr": "s:s16SendableMetatypeP", - "mangledName": "$ss16SendableMetatypeP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByNilLiteral", - "printedName": "ExpressibleByNilLiteral", - "usr": "s:s23ExpressibleByNilLiteralP", - "mangledName": "$ss23ExpressibleByNilLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "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": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", "children": [ { "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" } ] } ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" }, { "kind": "Conformance", @@ -23330,29 +23246,113 @@ }, { "kind": "Conformance", - "name": "DecodableWithConfiguration", - "printedName": "DecodableWithConfiguration", + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "SendableMetatype", + "printedName": "SendableMetatype", + "usr": "s:s16SendableMetatypeP", + "mangledName": "$ss16SendableMetatypeP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", "children": [ { "kind": "TypeWitness", - "name": "DecodingConfiguration", - "printedName": "DecodingConfiguration", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", "children": [ { "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.DecodingConfiguration" + "name": "ProtocolComposition", + "printedName": "AnyObject" } ] } ], - "usr": "s:10Foundation26DecodableWithConfigurationP", - "mangledName": "$s10Foundation26DecodableWithConfigurationP" + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "AttributedTextFormattingDefinition", - "printedName": "AttributedTextFormattingDefinition", + "name": "Commands", + "printedName": "Commands", "children": [ { "kind": "TypeWitness", @@ -23361,34 +23361,22 @@ "children": [ { "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some SwiftUICore.AttributedTextFormattingDefinition", - "children": [ - { - "kind": "TypeNominal", - "name": "AttributedTextFormattingDefinition", - "printedName": "SwiftUICore.AttributedTextFormattingDefinition", - "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Scope", - "printedName": "Scope", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Scope" + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" } ] } ], - "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP", - "mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP" + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" }, { "kind": "Conformance", @@ -23426,9 +23414,21 @@ }, { "kind": "Conformance", - "name": "View", - "printedName": "View", + "name": "SliderTickContent", + "printedName": "SliderTickContent", "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, { "kind": "TypeWitness", "name": "Body", @@ -23436,61 +23436,30 @@ "children": [ { "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" + "name": "Array", + "printedName": "[SwiftUI.SliderTick<τ_0_0.Value>]", + "children": [ + { + "kind": "TypeNominal", + "name": "SliderTick", + "printedName": "SwiftUI.SliderTick<τ_0_0.Value>", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ], + "usr": "s:7SwiftUI10SliderTickV" + } + ], + "usr": "s:Sa" } ] } ], - "usr": "s:7SwiftUI4ViewP", - "mangledName": "$s7SwiftUI4ViewP" - }, - { - "kind": "Conformance", - "name": "TableColumnContent", - "printedName": "TableColumnContent", - "children": [ - { - "kind": "TypeWitness", - "name": "TableRowValue", - "printedName": "TableRowValue", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.TableRowValue" - } - ] - }, - { - "kind": "TypeWitness", - "name": "TableColumnSortComparator", - "printedName": "TableColumnSortComparator", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.TableColumnSortComparator" - } - ] - }, - { - "kind": "TypeWitness", - "name": "TableColumnBody", - "printedName": "TableColumnBody", - "children": [ - { - "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" - } - ] - } - ], - "usr": "s:7SwiftUI18TableColumnContentP", - "mangledName": "$s7SwiftUI18TableColumnContentP" + "usr": "s:7SwiftUI17SliderTickContentP", + "mangledName": "$s7SwiftUI17SliderTickContentP" }, { "kind": "Conformance", @@ -23553,6 +23522,52 @@ "usr": "s:7SwiftUI10TabContentP", "mangledName": "$s7SwiftUI10TabContentP" }, + { + "kind": "Conformance", + "name": "TableColumnContent", + "printedName": "TableColumnContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableColumnSortComparator", + "printedName": "TableColumnSortComparator", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableColumnSortComparator" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableColumnBody", + "printedName": "TableColumnBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI18TableColumnContentP", + "mangledName": "$s7SwiftUI18TableColumnContentP" + }, { "kind": "Conformance", "name": "TableRowContent", @@ -23587,77 +23602,6 @@ "usr": "s:7SwiftUI15TableRowContentP", "mangledName": "$s7SwiftUI15TableRowContentP" }, - { - "kind": "Conformance", - "name": "SliderTickContent", - "printedName": "SliderTickContent", - "children": [ - { - "kind": "TypeWitness", - "name": "Value", - "printedName": "Value", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Value" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Body", - "printedName": "Body", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[SwiftUI.SliderTick<τ_0_0.Value>]", - "children": [ - { - "kind": "TypeNominal", - "name": "SliderTick", - "printedName": "SwiftUI.SliderTick<τ_0_0.Value>", - "children": [ - { - "kind": "TypeNominal", - "name": "DependentMember", - "printedName": "τ_0_0.Value" - } - ], - "usr": "s:7SwiftUI10SliderTickV" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:7SwiftUI17SliderTickContentP", - "mangledName": "$s7SwiftUI17SliderTickContentP" - }, - { - "kind": "Conformance", - "name": "Commands", - "printedName": "Commands", - "children": [ - { - "kind": "TypeWitness", - "name": "Body", - "printedName": "Body", - "children": [ - { - "kind": "TypeNominal", - "name": "Never", - "printedName": "Swift.Never", - "usr": "s:s5NeverO" - } - ] - } - ], - "usr": "s:7SwiftUI8CommandsP", - "mangledName": "$s7SwiftUI8CommandsP" - }, { "kind": "Conformance", "name": "ToolbarContent", @@ -23682,10 +23626,66 @@ }, { "kind": "Conformance", - "name": "CustomizableToolbarContent", - "printedName": "CustomizableToolbarContent", - "usr": "s:7SwiftUI26CustomizableToolbarContentP", - "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "AttributedTextFormattingDefinition", + "printedName": "AttributedTextFormattingDefinition", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some SwiftUICore.AttributedTextFormattingDefinition<τ_0_0.Scope>", + "children": [ + { + "kind": "TypeNominal", + "name": "AttributedTextFormattingDefinition", + "printedName": "SwiftUICore.AttributedTextFormattingDefinition", + "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Scope", + "printedName": "Scope", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Scope" + } + ] + } + ], + "usr": "s:7SwiftUI34AttributedTextFormattingDefinitionP", + "mangledName": "$s7SwiftUI34AttributedTextFormattingDefinitionP" } ] } @@ -25329,7 +25329,7 @@ "kind": "StringLiteral", "offset": 131, "length": 6, - "value": "\"5.26\"" + "value": "\"5.27\"" }, { "filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift", diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 5202839..74f10d3 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,7 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) -// swift-module-flags: -target x86_64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4 +// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) +// swift-module-flags: -target x86_64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit +// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Combine import CommonCrypto import Foundation @@ -22,9 +22,7 @@ public enum SwiftyJSONError : Swift.Int, Swift.Error { case wrongType case notExist case invalidJSON - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -49,9 +47,7 @@ public enum Type : Swift.Int { case dictionary case null case unknown - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -164,19 +160,13 @@ extension M2Kit.JSON : Swift.ExpressibleByArrayLiteral { public typealias ArrayLiteralElement = Any } extension M2Kit.JSON : Swift.RawRepresentable { - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Any) - #endif public var rawValue: Any { get } public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String? - #endif - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ options: [M2Kit.writingOptionsKeys : Any]) -> Swift.String? - #endif public typealias RawValue = Any } extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { @@ -188,207 +178,165 @@ extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringCon } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var array: [M2Kit.JSON]? { get } - #endif public var arrayValue: [M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var arrayObject: [Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var dictionary: [Swift.String : M2Kit.JSON]? { get } - #endif public var dictionaryValue: [Swift.String : M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var dictionaryObject: [Swift.String : Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var bool: Swift.Bool? { get set } - #endif public var boolValue: Swift.Bool { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var string: Swift.String? { get set } - #endif public var stringValue: Swift.String { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var number: Foundation.NSNumber? { get set } - #endif public var numberValue: Foundation.NSNumber { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var null: Foundation.NSNull? { get set } - #endif public func exists() -> Swift.Bool } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var url: Foundation.URL? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var double: Swift.Double? { get set } - #endif public var doubleValue: Swift.Double { get set } - #if compiler(>=5.3) && $NonescapableTypes public var float: Swift.Float? { get set } - #endif public var floatValue: Swift.Float { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int: Swift.Int? { get set } - #endif public var intValue: Swift.Int { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt: Swift.UInt? { get set } - #endif public var uIntValue: Swift.UInt { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int8: Swift.Int8? { get set } - #endif public var int8Value: Swift.Int8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt8: Swift.UInt8? { get set } - #endif public var uInt8Value: Swift.UInt8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int16: Swift.Int16? { get set } - #endif public var int16Value: Swift.Int16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt16: Swift.UInt16? { get set } - #endif public var uInt16Value: Swift.UInt16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int32: Swift.Int32? { get set } - #endif public var int32Value: Swift.Int32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt32: Swift.UInt32? { get set } - #endif public var uInt32Value: Swift.UInt32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int64: Swift.Int64? { get set } - #endif public var int64Value: Swift.Int64 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt64: Swift.UInt64? { get set } - #endif public var uInt64Value: Swift.UInt64 { get set @@ -419,25 +367,13 @@ extension M2Kit.JSON : Swift.Codable { @_Concurrency.MainActor public struct M2API { } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideosEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylistsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ playlists: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistEx(playlistId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannelsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ channels: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannelEx(channelId:nextToken:result:) instead.") @_Concurrency.MainActor public static func getVideosOfChannelEx(channelName: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannelEx(channelId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { @@ -458,15 +394,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearchEx(_ text: Swift.String, result: @escaping (_ listSuggestion: [Swift.String]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocationEx(result: @escaping (_ countryCode: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getTrendingSearchEx(result: @escaping (_ titles: [Swift.String]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(videoId: Swift.String, result: @escaping (_ videoUrl: Foundation.URL?, _ videoId: Swift.String, _ metadata: [Swift.AnyHashable : Any]?) -> Swift.Void) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWWEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) @@ -486,25 +418,13 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static func ytArtistDetailEx(artistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideos(title: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylists(title: Swift.String, nextToken: Swift.String?) async -> (playlists: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylist(playlistId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannels(title: Swift.String, nextToken: Swift.String?) async -> (channels: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannel(channelId:nextToken:) instead.") @_Concurrency.MainActor public static func getVideosOfChannel(channelName: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannel(channelId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]] } extension M2Kit.M2API { @@ -525,15 +445,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearch(_ text: Swift.String) async -> [Swift.String] - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocation() async -> Swift.String? - #endif @_Concurrency.MainActor public static func getTrendingSearch() async -> [Swift.String] } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlay(videoId: Swift.String) async -> (videoUrl: Foundation.URL?, videoId: Swift.String, metadata: [Swift.AnyHashable : Any]?) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWW() async -> [[Swift.AnyHashable : Any]] @@ -556,24 +472,12 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static var backupCode: Swift.String { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackup(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackup(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersion(code: Swift.String, result: @escaping (_ num: Swift.Int?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersions(codes: [Swift.String], result: @escaping (_ results: [Swift.String : Swift.Int?]) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackupPlaylist(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupPlaylist(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif } public let m2Version: Swift.String @_Concurrency.MainActor public func setServiceType(_ type: Swift.String) @@ -582,18 +486,10 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendFeedback(content: Swift.String, result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2HTTP { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getData(url: Foundation.URL) async -> Foundation.Data? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageData(url: Foundation.URL) async -> Foundation.Data? - #endif } @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @@ -604,22 +500,16 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - #endif @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } @_Concurrency.MainActor public struct M2Image { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage, result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage) async -> Swift.String? - #endif } @_Concurrency.MainActor public struct M2K { @_Concurrency.MainActor public static func start(c: Swift.String = "", t: Swift.String = "", d: Swift.Int = 0, result: @escaping () -> Swift.Void) @@ -630,9 +520,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendAllEvents(result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2Musi { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistWithCode(_ code: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } public enum M2NetConnecttionType { case wifi @@ -664,45 +552,23 @@ extension M2Kit.M2Radio { @_Concurrency.MainActor public static func getCurrentRadioCountryCode() -> Swift.String } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchStationsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topStationsEx(token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForRadioEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listStationsByGenresEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func stationInfoEx(station: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPodcastsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listEpisodesOfPodcastEx(podcast: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ episodes: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topPodcastsEx(token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForPodcastEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listPodcastsByGenreEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func podcastInfoEx(podcast: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif } @_hasMissingDesignatedInitializers public class M2Setting { public static var option10: Swift.String { @@ -1011,12 +877,8 @@ extension M2Kit.M2Utils { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @_Concurrency.MainActor @objc override dynamic public func viewDidLoad() - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc required dynamic public init?(coder: Foundation.NSCoder) - #endif @objc deinit } @_Concurrency.MainActor public struct M2WebView : SwiftUI.UIViewControllerRepresentable { @@ -1030,21 +892,15 @@ extension M2Kit.M2Utils { public enum M2YTIDType : Swift.String { case video case playlist - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.String) - #endif public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } @_Concurrency.MainActor public struct M2YT { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func extractId(fromUrl: Swift.String) -> (id: Swift.String, type: M2Kit.M2YTIDType)? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistId(_ playlistId: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } extension M2Kit.SwiftyJSONError : Swift.Equatable {} extension M2Kit.SwiftyJSONError : Swift.Hashable {} diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index dc640cf..60dadb5 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 5202839..74f10d3 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,7 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2) -// swift-module-flags: -target x86_64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit -// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4 +// swift-compiler-version: Apple Swift version 6.3 effective-5.10 (swiftlang-6.3.0.123.5 clang-2100.0.123.102) +// swift-module-flags: -target x86_64-apple-ios16.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name M2Kit +// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3 import Combine import CommonCrypto import Foundation @@ -22,9 +22,7 @@ public enum SwiftyJSONError : Swift.Int, Swift.Error { case wrongType case notExist case invalidJSON - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -49,9 +47,7 @@ public enum Type : Swift.Int { case dictionary case null case unknown - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.Int) - #endif public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get @@ -164,19 +160,13 @@ extension M2Kit.JSON : Swift.ExpressibleByArrayLiteral { public typealias ArrayLiteralElement = Any } extension M2Kit.JSON : Swift.RawRepresentable { - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Any) - #endif public var rawValue: Any { get } public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String? - #endif - #if compiler(>=5.3) && $NonescapableTypes public func rawString(_ options: [M2Kit.writingOptionsKeys : Any]) -> Swift.String? - #endif public typealias RawValue = Any } extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible { @@ -188,207 +178,165 @@ extension M2Kit.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringCon } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var array: [M2Kit.JSON]? { get } - #endif public var arrayValue: [M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var arrayObject: [Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var dictionary: [Swift.String : M2Kit.JSON]? { get } - #endif public var dictionaryValue: [Swift.String : M2Kit.JSON] { get } - #if compiler(>=5.3) && $NonescapableTypes public var dictionaryObject: [Swift.String : Any]? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var bool: Swift.Bool? { get set } - #endif public var boolValue: Swift.Bool { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var string: Swift.String? { get set } - #endif public var stringValue: Swift.String { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var number: Foundation.NSNumber? { get set } - #endif public var numberValue: Foundation.NSNumber { get set } } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var null: Foundation.NSNull? { get set } - #endif public func exists() -> Swift.Bool } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var url: Foundation.URL? { get set } - #endif } extension M2Kit.JSON { - #if compiler(>=5.3) && $NonescapableTypes public var double: Swift.Double? { get set } - #endif public var doubleValue: Swift.Double { get set } - #if compiler(>=5.3) && $NonescapableTypes public var float: Swift.Float? { get set } - #endif public var floatValue: Swift.Float { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int: Swift.Int? { get set } - #endif public var intValue: Swift.Int { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt: Swift.UInt? { get set } - #endif public var uIntValue: Swift.UInt { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int8: Swift.Int8? { get set } - #endif public var int8Value: Swift.Int8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt8: Swift.UInt8? { get set } - #endif public var uInt8Value: Swift.UInt8 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int16: Swift.Int16? { get set } - #endif public var int16Value: Swift.Int16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt16: Swift.UInt16? { get set } - #endif public var uInt16Value: Swift.UInt16 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int32: Swift.Int32? { get set } - #endif public var int32Value: Swift.Int32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt32: Swift.UInt32? { get set } - #endif public var uInt32Value: Swift.UInt32 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var int64: Swift.Int64? { get set } - #endif public var int64Value: Swift.Int64 { get set } - #if compiler(>=5.3) && $NonescapableTypes public var uInt64: Swift.UInt64? { get set } - #endif public var uInt64Value: Swift.UInt64 { get set @@ -419,25 +367,13 @@ extension M2Kit.JSON : Swift.Codable { @_Concurrency.MainActor public struct M2API { } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideosEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylistsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ playlists: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistEx(playlistId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannelsEx(title: Swift.String, nextToken: Swift.String?, result: @escaping (_ channels: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannelEx(channelId:nextToken:result:) instead.") @_Concurrency.MainActor public static func getVideosOfChannelEx(channelName: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannelEx(channelId: Swift.String, nextToken: Swift.String?, result: @escaping (_ videos: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylistEx(playlistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { @@ -458,15 +394,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearchEx(_ text: Swift.String, result: @escaping (_ listSuggestion: [Swift.String]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocationEx(result: @escaping (_ countryCode: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func getTrendingSearchEx(result: @escaping (_ titles: [Swift.String]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(videoId: Swift.String, result: @escaping (_ videoUrl: Foundation.URL?, _ videoId: Swift.String, _ metadata: [Swift.AnyHashable : Any]?) -> Swift.Void) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWWEx(result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) @@ -486,25 +418,13 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static func ytArtistDetailEx(artistId: Swift.String, result: @escaping (_ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchVideos(title: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPlaylists(title: Swift.String, nextToken: Swift.String?) async -> (playlists: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylist(playlistId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchChannels(title: Swift.String, nextToken: Swift.String?) async -> (channels: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @available(*, deprecated, message: "Use getVideosOfChannel(channelId:nextToken:) instead.") @_Concurrency.MainActor public static func getVideosOfChannel(channelName: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfChannel(channelId: Swift.String, nextToken: Swift.String?) async -> (videos: [[Swift.AnyHashable : Any]], nextToken: Swift.String?) - #endif @_Concurrency.MainActor public static func getAllVideosOfPlaylist(_ playlistId: Swift.String) async -> [[Swift.AnyHashable : Any]] } extension M2Kit.M2API { @@ -525,15 +445,11 @@ extension M2Kit.M2API { } extension M2Kit.M2API { @_Concurrency.MainActor public static func autocompleteSearch(_ text: Swift.String) async -> [Swift.String] - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLocation() async -> Swift.String? - #endif @_Concurrency.MainActor public static func getTrendingSearch() async -> [Swift.String] } extension M2Kit.M2API { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlay(videoId: Swift.String) async -> (videoUrl: Foundation.URL?, videoId: Swift.String, metadata: [Swift.AnyHashable : Any]?) - #endif } extension M2Kit.M2API { @_Concurrency.MainActor public static func kworbMusicVideoWW() async -> [[Swift.AnyHashable : Any]] @@ -556,24 +472,12 @@ extension M2Kit.M2API { @_Concurrency.MainActor public static var backupCode: Swift.String { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackup(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackup(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersion(code: Swift.String, result: @escaping (_ num: Swift.Int?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupVersions(codes: [Swift.String], result: @escaping (_ results: [Swift.String : Swift.Int?]) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadBackupPlaylist(code: Swift.String, data: Foundation.Data, result: @escaping (_ url: Swift.String?, _ version: Swift.Int) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getBackupPlaylist(code: Swift.String, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif } public let m2Version: Swift.String @_Concurrency.MainActor public func setServiceType(_ type: Swift.String) @@ -582,18 +486,10 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendFeedback(content: Swift.String, result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2HTTP { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getData(url: Foundation.URL) async -> Foundation.Data? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageDataEx(url: Foundation.URL, result: @escaping (_ data: Foundation.Data?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getImageData(url: Foundation.URL) async -> Foundation.Data? - #endif } @_Concurrency.MainActor public struct M2IAP { @_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name @@ -604,22 +500,16 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static var isProVersion: Swift.Bool { get } - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static var priceProVersion: Swift.String? { get } - #endif @_Concurrency.MainActor public static func fetch() @_Concurrency.MainActor public static func purchaseProVersion() @_Concurrency.MainActor public static func restorePurchase() } @_Concurrency.MainActor public struct M2Image { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage, result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func uploadImage(_ image: UIKit.UIImage) async -> Swift.String? - #endif } @_Concurrency.MainActor public struct M2K { @_Concurrency.MainActor public static func start(c: Swift.String = "", t: Swift.String = "", d: Swift.Int = 0, result: @escaping () -> Swift.Void) @@ -630,9 +520,7 @@ public let m2Version: Swift.String @_Concurrency.MainActor public static func sendAllEvents(result: @escaping (_ isOK: Swift.Bool) -> Swift.Void) } @_Concurrency.MainActor public struct M2Musi { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistWithCode(_ code: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } public enum M2NetConnecttionType { case wifi @@ -664,45 +552,23 @@ extension M2Kit.M2Radio { @_Concurrency.MainActor public static func getCurrentRadioCountryCode() -> Swift.String } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchStationsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topStationsEx(token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForRadioEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listStationsByGenresEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ stations: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func stationInfoEx(station: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func searchPodcastsEx(title: Swift.String, token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listEpisodesOfPodcastEx(podcast: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ episodes: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func topPodcastsEx(token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif @_Concurrency.MainActor public static func listGenresForPodcastEx(result: @escaping (_ genres: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func listPodcastsByGenreEx(genre: [Swift.AnyHashable : Any], token: Swift.String?, result: @escaping (_ podcasts: [[Swift.AnyHashable : Any]], _ nextToken: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func podcastInfoEx(podcast: [Swift.AnyHashable : Any], result: @escaping (_ info: Swift.String?) -> Swift.Void) - #endif } extension M2Kit.M2Radio { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(station: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getLinkPlayEx(episode: [Swift.AnyHashable : Any], result: @escaping (_ url: Swift.String?) -> Swift.Void) - #endif } @_hasMissingDesignatedInitializers public class M2Setting { public static var option10: Swift.String { @@ -1011,12 +877,8 @@ extension M2Kit.M2Utils { } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController { @_Concurrency.MainActor @objc override dynamic public func viewDidLoad() - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor @objc required dynamic public init?(coder: Foundation.NSCoder) - #endif @objc deinit } @_Concurrency.MainActor public struct M2WebView : SwiftUI.UIViewControllerRepresentable { @@ -1030,21 +892,15 @@ extension M2Kit.M2Utils { public enum M2YTIDType : Swift.String { case video case playlist - #if compiler(>=5.3) && $NonescapableTypes public init?(rawValue: Swift.String) - #endif public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } @_Concurrency.MainActor public struct M2YT { - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func extractId(fromUrl: Swift.String) -> (id: Swift.String, type: M2Kit.M2YTIDType)? - #endif - #if compiler(>=5.3) && $NonescapableTypes @_Concurrency.MainActor public static func getVideosOfPlaylistId(_ playlistId: Swift.String, result: @escaping (_ title: Swift.String?, _ videos: [[Swift.AnyHashable : Any]]) -> Swift.Void) - #endif } extension M2Kit.SwiftyJSONError : Swift.Equatable {} extension M2Kit.SwiftyJSONError : Swift.Hashable {} diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/module.modulemap b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/module.modulemap index 06e5a7a..8d0de40 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/module.modulemap +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/Modules/module.modulemap @@ -1,4 +1,3 @@ framework module M2Kit { header "M2Kit-Swift.h" - requires objc } diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeDirectory b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeDirectory index a202971..d55163c 100644 Binary files a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeDirectory and b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeDirectory differ diff --git a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeResources b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeResources index 29c8262..2339e45 100644 --- a/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeResources +++ b/Frameworks/M2Kit.xcframework/ios-arm64_x86_64-simulator/M2Kit.framework/_CodeSignature/CodeResources @@ -6,55 +6,55 @@ Headers/M2Kit-Swift.h - r4kMFN4LP5jD9hkwECNbiaNfYuE= + G87QDktdLeer7xOMLZ8+9d7isv4= Info.plist - kFB9cAN3sM3WNou2LtWx9JZ8d74= + ROFrsHNNn41Y160APmlhNtjt+LQ= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json - I5IXw8qCG3t5R3Y2rczXDtVDao4= + VBvwTuSnDOQ1tB3xxrbFm3JeOXA= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - OcFGPcgxy3roT4fVDIuhjSGcLLY= + C3dGfDCkrGKZGrHWH9mhcx+28EQ= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc - rlhF4Sz85tsVwXP20cC7sxNVfdU= + 8CyTIEjgb4RKLYkRyCmmAbs8xYw= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface - OcFGPcgxy3roT4fVDIuhjSGcLLY= + C3dGfDCkrGKZGrHWH9mhcx+28EQ= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule - 3phNx+kqyk1GG5YLpniB8eIKATU= + lwHZli6SwJBDqZRK1wA6phBYtrU= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json - I5IXw8qCG3t5R3Y2rczXDtVDao4= + VBvwTuSnDOQ1tB3xxrbFm3JeOXA= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - XadabFR8pCLxM/8uvKye4N5kTUM= + UsfVebNFJWVdmCObsq67QDsaM54= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - Zzze8UGkFrW7XhH60dG4nj8V5Gg= + jBEe9jyCAD9+xzqFRhYXRVvraxE= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - XadabFR8pCLxM/8uvKye4N5kTUM= + UsfVebNFJWVdmCObsq67QDsaM54= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - n1nbIwO/grQ7HBqIh8k7B3Vx4Rg= + A5EX/zE0uqYzA4nb0tXngeeY+ZA= Modules/module.modulemap - n8UZhGfofoCUF2Y9arJmb3ut22Y= + qXD3pnLRLPT3qWO+Wr+SjQp8yNw= files2 @@ -63,84 +63,84 @@ hash2 - Dszwi9Eu7vRHTMDU7owRRrAavROd3MDCuhnT6y51K6I= + FTD974xn8GZrFCSw8Z3aSPQAfU6VQDFvfugYeGsFSJ4= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.abi.json hash2 - ZK/hCSA6bSefM2MQljsfwyonKEkUsiTb5uEqOzvmWBw= + H2ufbCY9OWpD0FzQ3Pfr73I3ICgjHoCg/kO5Ta+J0SY= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - cwfjW3BIFRJiUdxACLBrvrxqDrhsXkIaLPFnyC9xvcM= + bf0MVePd/h7EQqkISv6VhcRJ5SlL9JGrcZWjH4l+e4g= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - HkOh7YMxbzgmADJSjeS6vE/GEBHJjmNIwp59t2yolt0= + +KUj5jTWVEXI5LiT6qiel7T5P3fkUl3sPxR/4Bqxnkg= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - cwfjW3BIFRJiUdxACLBrvrxqDrhsXkIaLPFnyC9xvcM= + bf0MVePd/h7EQqkISv6VhcRJ5SlL9JGrcZWjH4l+e4g= Modules/M2Kit.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - PzIaGPe7VKT/PNTCwjt/L3UQ23KEfDJ+kF9I8uRgjvc= + vRUsYRCBfim2eYUO/ATpupsB/Unvsu14lxZqVgCgz9E= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - ZK/hCSA6bSefM2MQljsfwyonKEkUsiTb5uEqOzvmWBw= + H2ufbCY9OWpD0FzQ3Pfr73I3ICgjHoCg/kO5Ta+J0SY= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - 0YIE1xj3KR075SX8jupikjyqMvQnnpCSEx2iqRNYEaA= + N5/7AiOLP20lfw5PC5YXJay4V61Uv029Me2MWFFh+Gs= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - XH0bXNW1ZMj5LIOrWPrDm8pg+nh6d78GNxYSnS5wpzY= + m/hXa6qs+jBFvfrNRul7RZq9vDOC9C6ZnmJatPAxAsU= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - 0YIE1xj3KR075SX8jupikjyqMvQnnpCSEx2iqRNYEaA= + N5/7AiOLP20lfw5PC5YXJay4V61Uv029Me2MWFFh+Gs= Modules/M2Kit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - Qx3WGEfs0C8IWSZQ/ZqJL9X4sWwsyGzsVb0mCtDBpW0= + rBCNcmIlhzGKigiGMzLA0gi7cZ+N9HLqXqClqEBv8TA= Modules/module.modulemap hash2 - P0GTeNVvyR+ml51cVmqnRlvKjJYeeF4GdLyZwo9Knw4= + UMwtPXwWD0/VtYisYFVpQZPhMH1Ms3EaM5hY0M6giKY= diff --git a/README.md b/README.md index f8d5347..ef67803 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ M2Kit ===== -5.26 \ No newline at end of file +5.27 \ No newline at end of file