diff --git a/.gitignore b/.gitignore
index d28a816..90b80af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,3 +89,8 @@ fastlane/test_output
iOSInjectionProject/
xcworkspace
+
+Binary/
+build/
+SwiftDemangle.xcframework
+.DS_Store
\ No newline at end of file
diff --git a/Binary/SwiftDemangleFramework.xcframework/Info.plist b/Binary/SwiftDemangleFramework.xcframework/Info.plist
deleted file mode 100644
index 45ede4f..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/Info.plist
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
- AvailableLibraries
-
-
- LibraryIdentifier
- macos-arm64_x86_64
- LibraryPath
- SwiftDemangle.framework
- SupportedArchitectures
-
- arm64
- x86_64
-
- SupportedPlatform
- macos
-
-
- LibraryIdentifier
- ios-arm64_x86_64-simulator
- LibraryPath
- SwiftDemangle.framework
- SupportedArchitectures
-
- arm64
- x86_64
-
- SupportedPlatform
- ios
- SupportedPlatformVariant
- simulator
-
-
- LibraryIdentifier
- ios-arm64
- LibraryPath
- SwiftDemangle.framework
- SupportedArchitectures
-
- arm64
-
- SupportedPlatform
- ios
-
-
- CFBundlePackageType
- XFWK
- XCFrameworkFormatVersion
- 1.0
-
-
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Headers/SwiftDemangle-Swift.h b/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Headers/SwiftDemangle-Swift.h
deleted file mode 100644
index 553373d..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Headers/SwiftDemangle-Swift.h
+++ /dev/null
@@ -1,219 +0,0 @@
-// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-#ifndef SWIFTDEMANGLE_SWIFT_H
-#define SWIFTDEMANGLE_SWIFT_H
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wgcc-compat"
-
-#if !defined(__has_include)
-# define __has_include(x) 0
-#endif
-#if !defined(__has_attribute)
-# define __has_attribute(x) 0
-#endif
-#if !defined(__has_feature)
-# define __has_feature(x) 0
-#endif
-#if !defined(__has_warning)
-# define __has_warning(x) 0
-#endif
-
-#if __has_include()
-# include
-#endif
-
-#pragma clang diagnostic ignored "-Wauto-import"
-#include
-#include
-#include
-#include
-
-#if !defined(SWIFT_TYPEDEFS)
-# define SWIFT_TYPEDEFS 1
-# if __has_include()
-# include
-# elif !defined(__cplusplus)
-typedef uint_least16_t char16_t;
-typedef uint_least32_t char32_t;
-# endif
-typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
-typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
-typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
-typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
-typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
-typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
-typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
-typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
-typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
-typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
-typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
-typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
-#endif
-
-#if !defined(SWIFT_PASTE)
-# define SWIFT_PASTE_HELPER(x, y) x##y
-# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
-#endif
-#if !defined(SWIFT_METATYPE)
-# define SWIFT_METATYPE(X) Class
-#endif
-#if !defined(SWIFT_CLASS_PROPERTY)
-# if __has_feature(objc_class_property)
-# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
-# else
-# define SWIFT_CLASS_PROPERTY(...)
-# endif
-#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
-#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
-#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
-#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
-#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
-#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
-#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
-#endif
-#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
-#endif
-#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
-#endif
-#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
-#endif
-#if !defined(SWIFT_CLASS)
-# if __has_attribute(objc_subclassing_restricted)
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# else
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# endif
-#endif
-#if !defined(SWIFT_RESILIENT_CLASS)
-# if __has_attribute(objc_class_stub)
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# else
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# endif
-#endif
-
-#if !defined(SWIFT_PROTOCOL)
-# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-#endif
-
-#if !defined(SWIFT_EXTENSION)
-# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
-#endif
-
-#if !defined(OBJC_DESIGNATED_INITIALIZER)
-# if __has_attribute(objc_designated_initializer)
-# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
-# else
-# define OBJC_DESIGNATED_INITIALIZER
-# endif
-#endif
-#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
-# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
-# else
-# define SWIFT_ENUM_ATTR(_extensibility)
-# endif
-#endif
-#if !defined(SWIFT_ENUM)
-# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# if __has_feature(generalized_swift_name)
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# else
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
-# endif
-#endif
-#if !defined(SWIFT_UNAVAILABLE)
-# define SWIFT_UNAVAILABLE __attribute__((unavailable))
-#endif
-#if !defined(SWIFT_UNAVAILABLE_MSG)
-# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
-#endif
-#if !defined(SWIFT_AVAILABILITY)
-# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
-#endif
-#if !defined(SWIFT_WEAK_IMPORT)
-# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
-#endif
-#if !defined(SWIFT_DEPRECATED)
-# define SWIFT_DEPRECATED __attribute__((deprecated))
-#endif
-#if !defined(SWIFT_DEPRECATED_MSG)
-# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
-#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
-#endif
-#if !defined(IBSegueAction)
-# define IBSegueAction
-#endif
-#if !defined(SWIFT_EXTERN)
-# if defined(__cplusplus)
-# define SWIFT_EXTERN extern "C"
-# else
-# define SWIFT_EXTERN extern
-# endif
-#endif
-#if __has_feature(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"
-
-#if __has_attribute(external_source_symbol)
-# pragma push_macro("any")
-# undef any
-# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftDemangle",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
-# pragma pop_macro("any")
-#endif
-
-#if __has_attribute(external_source_symbol)
-# pragma clang attribute pop
-#endif
-#pragma clang diagnostic pop
-#endif
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Info.plist b/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Info.plist
deleted file mode 100644
index e146ed6..0000000
Binary files a/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Info.plist and /dev/null differ
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios.swiftdoc b/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios.swiftdoc
deleted file mode 100644
index 65cad72..0000000
Binary files a/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios.swiftdoc and /dev/null differ
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios.swiftinterface b/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios.swiftinterface
deleted file mode 100644
index e82f633..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios.swiftinterface
+++ /dev/null
@@ -1,75 +0,0 @@
-// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftDemangle
-import Foundation
-import Swift
-import _Concurrency
-public struct DemangleOptions : Swift.OptionSet {
- public let rawValue: Swift.Int
- public init(rawValue: Swift.Int)
- public static let synthesizeSugarOnTypes: SwiftDemangle.DemangleOptions
- public static let qualifyEntities: SwiftDemangle.DemangleOptions
- public static let displayExtensionContexts: SwiftDemangle.DemangleOptions
- public static let displayUnmangledSuffix: SwiftDemangle.DemangleOptions
- public static let displayModuleNames: SwiftDemangle.DemangleOptions
- public static let displayGenericSpecializations: SwiftDemangle.DemangleOptions
- public static let displayProtocolConformances: SwiftDemangle.DemangleOptions
- public static let displayWhereClauses: SwiftDemangle.DemangleOptions
- public static let displayEntityTypes: SwiftDemangle.DemangleOptions
- public static let displayLocalNameContexts: SwiftDemangle.DemangleOptions
- public static let shortenPartialApply: SwiftDemangle.DemangleOptions
- public static let shortenThunk: SwiftDemangle.DemangleOptions
- public static let shortenValueWitness: SwiftDemangle.DemangleOptions
- public static let shortenArchetype: SwiftDemangle.DemangleOptions
- public static let showPrivateDiscriminators: SwiftDemangle.DemangleOptions
- public static let showFunctionArgumentTypes: SwiftDemangle.DemangleOptions
- public static let displayDebuggerGeneratedModule: SwiftDemangle.DemangleOptions
- public static let displayStdlibModule: SwiftDemangle.DemangleOptions
- public static let displayObjCModule: SwiftDemangle.DemangleOptions
- public static let printForTypeName: SwiftDemangle.DemangleOptions
- public static let showAsyncResumePartial: SwiftDemangle.DemangleOptions
- public static let defaultOptions: SwiftDemangle.DemangleOptions
- public static let simplifiedOptions: SwiftDemangle.DemangleOptions
- public typealias ArrayLiteralElement = SwiftDemangle.DemangleOptions
- public typealias Element = SwiftDemangle.DemangleOptions
- public typealias RawValue = Swift.Int
-}
-extension Swift.String {
- public var demangled: Swift.String {
- get
- }
- public func demangling(_ options: SwiftDemangle.DemangleOptions) throws -> Swift.String
-}
-public enum SwiftDemangleError : Swift.Error {
- case oldDemanglerError(description: Swift.String, nodeDebugDescription: Swift.String)
- case newDemanglerError(description: Swift.String, nodeDebugDescription: Swift.String)
- case nodePrinterError(description: Swift.String, nodeDebugDescription: Swift.String)
-}
-public protocol StringIntegerIndexable : Swift.StringProtocol {
- subscript(indexRange: Swift.Range) -> Swift.Substring { get }
- subscript(r: Swift.Range) -> Swift.Substring { get }
-}
-extension SwiftDemangle.StringIntegerIndexable {
- public subscript(index: Swift.Int) -> Swift.Character {
- get
- }
- public subscript(indexRange: Swift.Range) -> Swift.Substring {
- get
- }
-}
-extension Swift.String : SwiftDemangle.StringIntegerIndexable {
-}
-extension Swift.Substring : SwiftDemangle.StringIntegerIndexable {
-}
-public enum PrintingError : Swift.String, Swift.Error {
- case shouldBeHandleInPrintSpecializationPrefix
- case unexpectedCaseNonDifferentiable
- public init?(rawValue: Swift.String)
- public typealias RawValue = Swift.String
- public var rawValue: Swift.String {
- get
- }
-}
-extension SwiftDemangle.PrintingError : Swift.Equatable {}
-extension SwiftDemangle.PrintingError : Swift.Hashable {}
-extension SwiftDemangle.PrintingError : Swift.RawRepresentable {}
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/SwiftDemangle b/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/SwiftDemangle
deleted file mode 100755
index 2e87c9e..0000000
Binary files a/Binary/SwiftDemangleFramework.xcframework/ios-arm64/SwiftDemangle.framework/SwiftDemangle and /dev/null differ
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Headers/SwiftDemangle-Swift.h b/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Headers/SwiftDemangle-Swift.h
deleted file mode 100644
index 8ae4a2d..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Headers/SwiftDemangle-Swift.h
+++ /dev/null
@@ -1,444 +0,0 @@
-#if 0
-#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-#ifndef SWIFTDEMANGLE_SWIFT_H
-#define SWIFTDEMANGLE_SWIFT_H
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wgcc-compat"
-
-#if !defined(__has_include)
-# define __has_include(x) 0
-#endif
-#if !defined(__has_attribute)
-# define __has_attribute(x) 0
-#endif
-#if !defined(__has_feature)
-# define __has_feature(x) 0
-#endif
-#if !defined(__has_warning)
-# define __has_warning(x) 0
-#endif
-
-#if __has_include()
-# include
-#endif
-
-#pragma clang diagnostic ignored "-Wauto-import"
-#include
-#include
-#include
-#include
-
-#if !defined(SWIFT_TYPEDEFS)
-# define SWIFT_TYPEDEFS 1
-# if __has_include()
-# include
-# elif !defined(__cplusplus)
-typedef uint_least16_t char16_t;
-typedef uint_least32_t char32_t;
-# endif
-typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
-typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
-typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
-typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
-typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
-typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
-typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
-typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
-typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
-typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
-typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
-typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
-#endif
-
-#if !defined(SWIFT_PASTE)
-# define SWIFT_PASTE_HELPER(x, y) x##y
-# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
-#endif
-#if !defined(SWIFT_METATYPE)
-# define SWIFT_METATYPE(X) Class
-#endif
-#if !defined(SWIFT_CLASS_PROPERTY)
-# if __has_feature(objc_class_property)
-# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
-# else
-# define SWIFT_CLASS_PROPERTY(...)
-# endif
-#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
-#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
-#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
-#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
-#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
-#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
-#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
-#endif
-#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
-#endif
-#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
-#endif
-#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
-#endif
-#if !defined(SWIFT_CLASS)
-# if __has_attribute(objc_subclassing_restricted)
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# else
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# endif
-#endif
-#if !defined(SWIFT_RESILIENT_CLASS)
-# if __has_attribute(objc_class_stub)
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# else
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# endif
-#endif
-
-#if !defined(SWIFT_PROTOCOL)
-# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-#endif
-
-#if !defined(SWIFT_EXTENSION)
-# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
-#endif
-
-#if !defined(OBJC_DESIGNATED_INITIALIZER)
-# if __has_attribute(objc_designated_initializer)
-# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
-# else
-# define OBJC_DESIGNATED_INITIALIZER
-# endif
-#endif
-#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
-# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
-# else
-# define SWIFT_ENUM_ATTR(_extensibility)
-# endif
-#endif
-#if !defined(SWIFT_ENUM)
-# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# if __has_feature(generalized_swift_name)
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# else
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
-# endif
-#endif
-#if !defined(SWIFT_UNAVAILABLE)
-# define SWIFT_UNAVAILABLE __attribute__((unavailable))
-#endif
-#if !defined(SWIFT_UNAVAILABLE_MSG)
-# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
-#endif
-#if !defined(SWIFT_AVAILABILITY)
-# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
-#endif
-#if !defined(SWIFT_WEAK_IMPORT)
-# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
-#endif
-#if !defined(SWIFT_DEPRECATED)
-# define SWIFT_DEPRECATED __attribute__((deprecated))
-#endif
-#if !defined(SWIFT_DEPRECATED_MSG)
-# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
-#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
-#endif
-#if !defined(IBSegueAction)
-# define IBSegueAction
-#endif
-#if !defined(SWIFT_EXTERN)
-# if defined(__cplusplus)
-# define SWIFT_EXTERN extern "C"
-# else
-# define SWIFT_EXTERN extern
-# endif
-#endif
-#if __has_feature(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"
-
-#if __has_attribute(external_source_symbol)
-# pragma push_macro("any")
-# undef any
-# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftDemangle",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
-# pragma pop_macro("any")
-#endif
-
-#if __has_attribute(external_source_symbol)
-# pragma clang attribute pop
-#endif
-#pragma clang diagnostic pop
-#endif
-
-#elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-#ifndef SWIFTDEMANGLE_SWIFT_H
-#define SWIFTDEMANGLE_SWIFT_H
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wgcc-compat"
-
-#if !defined(__has_include)
-# define __has_include(x) 0
-#endif
-#if !defined(__has_attribute)
-# define __has_attribute(x) 0
-#endif
-#if !defined(__has_feature)
-# define __has_feature(x) 0
-#endif
-#if !defined(__has_warning)
-# define __has_warning(x) 0
-#endif
-
-#if __has_include()
-# include
-#endif
-
-#pragma clang diagnostic ignored "-Wauto-import"
-#include
-#include
-#include
-#include
-
-#if !defined(SWIFT_TYPEDEFS)
-# define SWIFT_TYPEDEFS 1
-# if __has_include()
-# include
-# elif !defined(__cplusplus)
-typedef uint_least16_t char16_t;
-typedef uint_least32_t char32_t;
-# endif
-typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
-typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
-typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
-typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
-typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
-typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
-typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
-typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
-typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
-typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
-typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
-typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
-#endif
-
-#if !defined(SWIFT_PASTE)
-# define SWIFT_PASTE_HELPER(x, y) x##y
-# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
-#endif
-#if !defined(SWIFT_METATYPE)
-# define SWIFT_METATYPE(X) Class
-#endif
-#if !defined(SWIFT_CLASS_PROPERTY)
-# if __has_feature(objc_class_property)
-# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
-# else
-# define SWIFT_CLASS_PROPERTY(...)
-# endif
-#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
-#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
-#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
-#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
-#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
-#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
-#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
-#endif
-#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
-#endif
-#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
-#endif
-#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
-#endif
-#if !defined(SWIFT_CLASS)
-# if __has_attribute(objc_subclassing_restricted)
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# else
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# endif
-#endif
-#if !defined(SWIFT_RESILIENT_CLASS)
-# if __has_attribute(objc_class_stub)
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# else
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# endif
-#endif
-
-#if !defined(SWIFT_PROTOCOL)
-# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-#endif
-
-#if !defined(SWIFT_EXTENSION)
-# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
-#endif
-
-#if !defined(OBJC_DESIGNATED_INITIALIZER)
-# if __has_attribute(objc_designated_initializer)
-# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
-# else
-# define OBJC_DESIGNATED_INITIALIZER
-# endif
-#endif
-#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
-# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
-# else
-# define SWIFT_ENUM_ATTR(_extensibility)
-# endif
-#endif
-#if !defined(SWIFT_ENUM)
-# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# if __has_feature(generalized_swift_name)
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# else
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
-# endif
-#endif
-#if !defined(SWIFT_UNAVAILABLE)
-# define SWIFT_UNAVAILABLE __attribute__((unavailable))
-#endif
-#if !defined(SWIFT_UNAVAILABLE_MSG)
-# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
-#endif
-#if !defined(SWIFT_AVAILABILITY)
-# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
-#endif
-#if !defined(SWIFT_WEAK_IMPORT)
-# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
-#endif
-#if !defined(SWIFT_DEPRECATED)
-# define SWIFT_DEPRECATED __attribute__((deprecated))
-#endif
-#if !defined(SWIFT_DEPRECATED_MSG)
-# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
-#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
-#endif
-#if !defined(IBSegueAction)
-# define IBSegueAction
-#endif
-#if !defined(SWIFT_EXTERN)
-# if defined(__cplusplus)
-# define SWIFT_EXTERN extern "C"
-# else
-# define SWIFT_EXTERN extern
-# endif
-#endif
-#if __has_feature(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"
-
-#if __has_attribute(external_source_symbol)
-# pragma push_macro("any")
-# undef any
-# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftDemangle",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
-# pragma pop_macro("any")
-#endif
-
-#if __has_attribute(external_source_symbol)
-# pragma clang attribute pop
-#endif
-#pragma clang diagnostic pop
-#endif
-
-#endif
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Info.plist b/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Info.plist
deleted file mode 100644
index a3dbfe2..0000000
Binary files a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Info.plist and /dev/null differ
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftdoc
deleted file mode 100644
index 5e71144..0000000
Binary files a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftdoc and /dev/null differ
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftinterface
deleted file mode 100644
index 56bd9ed..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ /dev/null
@@ -1,75 +0,0 @@
-// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftDemangle
-import Foundation
-import Swift
-import _Concurrency
-public struct DemangleOptions : Swift.OptionSet {
- public let rawValue: Swift.Int
- public init(rawValue: Swift.Int)
- public static let synthesizeSugarOnTypes: SwiftDemangle.DemangleOptions
- public static let qualifyEntities: SwiftDemangle.DemangleOptions
- public static let displayExtensionContexts: SwiftDemangle.DemangleOptions
- public static let displayUnmangledSuffix: SwiftDemangle.DemangleOptions
- public static let displayModuleNames: SwiftDemangle.DemangleOptions
- public static let displayGenericSpecializations: SwiftDemangle.DemangleOptions
- public static let displayProtocolConformances: SwiftDemangle.DemangleOptions
- public static let displayWhereClauses: SwiftDemangle.DemangleOptions
- public static let displayEntityTypes: SwiftDemangle.DemangleOptions
- public static let displayLocalNameContexts: SwiftDemangle.DemangleOptions
- public static let shortenPartialApply: SwiftDemangle.DemangleOptions
- public static let shortenThunk: SwiftDemangle.DemangleOptions
- public static let shortenValueWitness: SwiftDemangle.DemangleOptions
- public static let shortenArchetype: SwiftDemangle.DemangleOptions
- public static let showPrivateDiscriminators: SwiftDemangle.DemangleOptions
- public static let showFunctionArgumentTypes: SwiftDemangle.DemangleOptions
- public static let displayDebuggerGeneratedModule: SwiftDemangle.DemangleOptions
- public static let displayStdlibModule: SwiftDemangle.DemangleOptions
- public static let displayObjCModule: SwiftDemangle.DemangleOptions
- public static let printForTypeName: SwiftDemangle.DemangleOptions
- public static let showAsyncResumePartial: SwiftDemangle.DemangleOptions
- public static let defaultOptions: SwiftDemangle.DemangleOptions
- public static let simplifiedOptions: SwiftDemangle.DemangleOptions
- public typealias ArrayLiteralElement = SwiftDemangle.DemangleOptions
- public typealias Element = SwiftDemangle.DemangleOptions
- public typealias RawValue = Swift.Int
-}
-extension Swift.String {
- public var demangled: Swift.String {
- get
- }
- public func demangling(_ options: SwiftDemangle.DemangleOptions) throws -> Swift.String
-}
-public enum SwiftDemangleError : Swift.Error {
- case oldDemanglerError(description: Swift.String, nodeDebugDescription: Swift.String)
- case newDemanglerError(description: Swift.String, nodeDebugDescription: Swift.String)
- case nodePrinterError(description: Swift.String, nodeDebugDescription: Swift.String)
-}
-public protocol StringIntegerIndexable : Swift.StringProtocol {
- subscript(indexRange: Swift.Range) -> Swift.Substring { get }
- subscript(r: Swift.Range) -> Swift.Substring { get }
-}
-extension SwiftDemangle.StringIntegerIndexable {
- public subscript(index: Swift.Int) -> Swift.Character {
- get
- }
- public subscript(indexRange: Swift.Range) -> Swift.Substring {
- get
- }
-}
-extension Swift.String : SwiftDemangle.StringIntegerIndexable {
-}
-extension Swift.Substring : SwiftDemangle.StringIntegerIndexable {
-}
-public enum PrintingError : Swift.String, Swift.Error {
- case shouldBeHandleInPrintSpecializationPrefix
- case unexpectedCaseNonDifferentiable
- public init?(rawValue: Swift.String)
- public typealias RawValue = Swift.String
- public var rawValue: Swift.String {
- get
- }
-}
-extension SwiftDemangle.PrintingError : Swift.Equatable {}
-extension SwiftDemangle.PrintingError : Swift.Hashable {}
-extension SwiftDemangle.PrintingError : Swift.RawRepresentable {}
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
deleted file mode 100644
index e665b4b..0000000
Binary files a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and /dev/null differ
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
deleted file mode 100644
index 54ddd03..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ /dev/null
@@ -1,75 +0,0 @@
-// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftDemangle
-import Foundation
-import Swift
-import _Concurrency
-public struct DemangleOptions : Swift.OptionSet {
- public let rawValue: Swift.Int
- public init(rawValue: Swift.Int)
- public static let synthesizeSugarOnTypes: SwiftDemangle.DemangleOptions
- public static let qualifyEntities: SwiftDemangle.DemangleOptions
- public static let displayExtensionContexts: SwiftDemangle.DemangleOptions
- public static let displayUnmangledSuffix: SwiftDemangle.DemangleOptions
- public static let displayModuleNames: SwiftDemangle.DemangleOptions
- public static let displayGenericSpecializations: SwiftDemangle.DemangleOptions
- public static let displayProtocolConformances: SwiftDemangle.DemangleOptions
- public static let displayWhereClauses: SwiftDemangle.DemangleOptions
- public static let displayEntityTypes: SwiftDemangle.DemangleOptions
- public static let displayLocalNameContexts: SwiftDemangle.DemangleOptions
- public static let shortenPartialApply: SwiftDemangle.DemangleOptions
- public static let shortenThunk: SwiftDemangle.DemangleOptions
- public static let shortenValueWitness: SwiftDemangle.DemangleOptions
- public static let shortenArchetype: SwiftDemangle.DemangleOptions
- public static let showPrivateDiscriminators: SwiftDemangle.DemangleOptions
- public static let showFunctionArgumentTypes: SwiftDemangle.DemangleOptions
- public static let displayDebuggerGeneratedModule: SwiftDemangle.DemangleOptions
- public static let displayStdlibModule: SwiftDemangle.DemangleOptions
- public static let displayObjCModule: SwiftDemangle.DemangleOptions
- public static let printForTypeName: SwiftDemangle.DemangleOptions
- public static let showAsyncResumePartial: SwiftDemangle.DemangleOptions
- public static let defaultOptions: SwiftDemangle.DemangleOptions
- public static let simplifiedOptions: SwiftDemangle.DemangleOptions
- public typealias ArrayLiteralElement = SwiftDemangle.DemangleOptions
- public typealias Element = SwiftDemangle.DemangleOptions
- public typealias RawValue = Swift.Int
-}
-extension Swift.String {
- public var demangled: Swift.String {
- get
- }
- public func demangling(_ options: SwiftDemangle.DemangleOptions) throws -> Swift.String
-}
-public enum SwiftDemangleError : Swift.Error {
- case oldDemanglerError(description: Swift.String, nodeDebugDescription: Swift.String)
- case newDemanglerError(description: Swift.String, nodeDebugDescription: Swift.String)
- case nodePrinterError(description: Swift.String, nodeDebugDescription: Swift.String)
-}
-public protocol StringIntegerIndexable : Swift.StringProtocol {
- subscript(indexRange: Swift.Range) -> Swift.Substring { get }
- subscript(r: Swift.Range) -> Swift.Substring { get }
-}
-extension SwiftDemangle.StringIntegerIndexable {
- public subscript(index: Swift.Int) -> Swift.Character {
- get
- }
- public subscript(indexRange: Swift.Range) -> Swift.Substring {
- get
- }
-}
-extension Swift.String : SwiftDemangle.StringIntegerIndexable {
-}
-extension Swift.Substring : SwiftDemangle.StringIntegerIndexable {
-}
-public enum PrintingError : Swift.String, Swift.Error {
- case shouldBeHandleInPrintSpecializationPrefix
- case unexpectedCaseNonDifferentiable
- public init?(rawValue: Swift.String)
- public typealias RawValue = Swift.String
- public var rawValue: Swift.String {
- get
- }
-}
-extension SwiftDemangle.PrintingError : Swift.Equatable {}
-extension SwiftDemangle.PrintingError : Swift.Hashable {}
-extension SwiftDemangle.PrintingError : Swift.RawRepresentable {}
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/SwiftDemangle b/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/SwiftDemangle
deleted file mode 100755
index 1875e71..0000000
Binary files a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/SwiftDemangle and /dev/null differ
diff --git a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/_CodeSignature/CodeResources b/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/_CodeSignature/CodeResources
deleted file mode 100644
index 3a77bbe..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/ios-arm64_x86_64-simulator/SwiftDemangle.framework/_CodeSignature/CodeResources
+++ /dev/null
@@ -1,179 +0,0 @@
-
-
-
-
- files
-
- Headers/SwiftDemangle-Swift.h
-
- YLVWfuDA0aE06SnU+jYwsHw6Riw=
-
- Info.plist
-
- 76DS3hnS02YPnDZL7j8S2ls9J1Y=
-
- Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftdoc
-
- tMZ8enZ9At7tnVaIcAuyVYOKbDs=
-
- Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftinterface
-
- F44l5Gj69siYi+csAa1iPZL3/ZU=
-
- Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftmodule
-
- BQeX7lWhgBzhHD21rHAfEg3/X8Y=
-
- Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
-
- 6j8e0Klfyes3keza72O2Yai188k=
-
- Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
-
- LUv+HHpFk9Jq8pr0lOofW6iV0/w=
-
- Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
-
- SJHguSx/oD3c3voSy1nycD+p/zs=
-
-
- files2
-
- Headers/SwiftDemangle-Swift.h
-
- hash2
-
- SZWPafwshGWlO4O/oy/S/tk5BUvJzBSvFz42xptojYU=
-
-
- Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftdoc
-
- hash2
-
- mry4pYSuadhqRNP35gbEveCAh4gwks0WMNtm/mW+N8k=
-
-
- Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftinterface
-
- hash2
-
- Leiwx3njdQZjWVzvwLySRTryxHwD3Qwiengtb79ShzY=
-
-
- Modules/SwiftDemangle.swiftmodule/arm64-apple-ios-simulator.swiftmodule
-
- hash2
-
- civGLs7aK0TajobuIQS9a48nNVXBDgZahI+ogkep0Ao=
-
-
- Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
-
- hash2
-
- fDcNlbypw4v6ncvVaTFvS9dM4w4OkPZ7xqOJe30ZAPY=
-
-
- Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
-
- hash2
-
- jqqiA9UZFsCdNH7Dytcd+BkRUAHHe0KkW11m+qFdbeA=
-
-
- Modules/SwiftDemangle.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
-
- hash2
-
- q9sCeq0qNJI8vzycS4OqafrA58wbjE366tRSNAQaz7o=
-
-
-
- rules
-
- ^.*
-
- ^.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Base\.lproj/
-
- weight
- 1010
-
- ^version.plist$
-
-
- rules2
-
- .*\.dSYM($|/)
-
- weight
- 11
-
- ^(.*/)?\.DS_Store$
-
- omit
-
- weight
- 2000
-
- ^.*
-
- ^.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Base\.lproj/
-
- weight
- 1010
-
- ^Info\.plist$
-
- omit
-
- weight
- 20
-
- ^PkgInfo$
-
- omit
-
- weight
- 20
-
- ^embedded\.provisionprofile$
-
- weight
- 20
-
- ^version\.plist$
-
- weight
- 20
-
-
-
-
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Headers b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Headers
deleted file mode 120000
index a177d2a..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Headers
+++ /dev/null
@@ -1 +0,0 @@
-Versions/Current/Headers
\ No newline at end of file
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Modules b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Modules
deleted file mode 120000
index 5736f31..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Modules
+++ /dev/null
@@ -1 +0,0 @@
-Versions/Current/Modules
\ No newline at end of file
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Resources b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Resources
deleted file mode 120000
index 953ee36..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Resources
+++ /dev/null
@@ -1 +0,0 @@
-Versions/Current/Resources
\ No newline at end of file
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/SwiftDemangle b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/SwiftDemangle
deleted file mode 120000
index 7e9d2ac..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/SwiftDemangle
+++ /dev/null
@@ -1 +0,0 @@
-Versions/Current/SwiftDemangle
\ No newline at end of file
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Headers/SwiftDemangle-Swift.h b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Headers/SwiftDemangle-Swift.h
deleted file mode 100644
index 8ae4a2d..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Headers/SwiftDemangle-Swift.h
+++ /dev/null
@@ -1,444 +0,0 @@
-#if 0
-#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-#ifndef SWIFTDEMANGLE_SWIFT_H
-#define SWIFTDEMANGLE_SWIFT_H
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wgcc-compat"
-
-#if !defined(__has_include)
-# define __has_include(x) 0
-#endif
-#if !defined(__has_attribute)
-# define __has_attribute(x) 0
-#endif
-#if !defined(__has_feature)
-# define __has_feature(x) 0
-#endif
-#if !defined(__has_warning)
-# define __has_warning(x) 0
-#endif
-
-#if __has_include()
-# include
-#endif
-
-#pragma clang diagnostic ignored "-Wauto-import"
-#include
-#include
-#include
-#include
-
-#if !defined(SWIFT_TYPEDEFS)
-# define SWIFT_TYPEDEFS 1
-# if __has_include()
-# include
-# elif !defined(__cplusplus)
-typedef uint_least16_t char16_t;
-typedef uint_least32_t char32_t;
-# endif
-typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
-typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
-typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
-typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
-typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
-typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
-typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
-typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
-typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
-typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
-typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
-typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
-#endif
-
-#if !defined(SWIFT_PASTE)
-# define SWIFT_PASTE_HELPER(x, y) x##y
-# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
-#endif
-#if !defined(SWIFT_METATYPE)
-# define SWIFT_METATYPE(X) Class
-#endif
-#if !defined(SWIFT_CLASS_PROPERTY)
-# if __has_feature(objc_class_property)
-# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
-# else
-# define SWIFT_CLASS_PROPERTY(...)
-# endif
-#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
-#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
-#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
-#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
-#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
-#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
-#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
-#endif
-#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
-#endif
-#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
-#endif
-#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
-#endif
-#if !defined(SWIFT_CLASS)
-# if __has_attribute(objc_subclassing_restricted)
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# else
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# endif
-#endif
-#if !defined(SWIFT_RESILIENT_CLASS)
-# if __has_attribute(objc_class_stub)
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# else
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# endif
-#endif
-
-#if !defined(SWIFT_PROTOCOL)
-# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-#endif
-
-#if !defined(SWIFT_EXTENSION)
-# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
-#endif
-
-#if !defined(OBJC_DESIGNATED_INITIALIZER)
-# if __has_attribute(objc_designated_initializer)
-# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
-# else
-# define OBJC_DESIGNATED_INITIALIZER
-# endif
-#endif
-#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
-# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
-# else
-# define SWIFT_ENUM_ATTR(_extensibility)
-# endif
-#endif
-#if !defined(SWIFT_ENUM)
-# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# if __has_feature(generalized_swift_name)
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# else
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
-# endif
-#endif
-#if !defined(SWIFT_UNAVAILABLE)
-# define SWIFT_UNAVAILABLE __attribute__((unavailable))
-#endif
-#if !defined(SWIFT_UNAVAILABLE_MSG)
-# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
-#endif
-#if !defined(SWIFT_AVAILABILITY)
-# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
-#endif
-#if !defined(SWIFT_WEAK_IMPORT)
-# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
-#endif
-#if !defined(SWIFT_DEPRECATED)
-# define SWIFT_DEPRECATED __attribute__((deprecated))
-#endif
-#if !defined(SWIFT_DEPRECATED_MSG)
-# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
-#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
-#endif
-#if !defined(IBSegueAction)
-# define IBSegueAction
-#endif
-#if !defined(SWIFT_EXTERN)
-# if defined(__cplusplus)
-# define SWIFT_EXTERN extern "C"
-# else
-# define SWIFT_EXTERN extern
-# endif
-#endif
-#if __has_feature(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"
-
-#if __has_attribute(external_source_symbol)
-# pragma push_macro("any")
-# undef any
-# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftDemangle",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
-# pragma pop_macro("any")
-#endif
-
-#if __has_attribute(external_source_symbol)
-# pragma clang attribute pop
-#endif
-#pragma clang diagnostic pop
-#endif
-
-#elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-#ifndef SWIFTDEMANGLE_SWIFT_H
-#define SWIFTDEMANGLE_SWIFT_H
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wgcc-compat"
-
-#if !defined(__has_include)
-# define __has_include(x) 0
-#endif
-#if !defined(__has_attribute)
-# define __has_attribute(x) 0
-#endif
-#if !defined(__has_feature)
-# define __has_feature(x) 0
-#endif
-#if !defined(__has_warning)
-# define __has_warning(x) 0
-#endif
-
-#if __has_include()
-# include
-#endif
-
-#pragma clang diagnostic ignored "-Wauto-import"
-#include
-#include
-#include
-#include
-
-#if !defined(SWIFT_TYPEDEFS)
-# define SWIFT_TYPEDEFS 1
-# if __has_include()
-# include
-# elif !defined(__cplusplus)
-typedef uint_least16_t char16_t;
-typedef uint_least32_t char32_t;
-# endif
-typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
-typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
-typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
-typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
-typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
-typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
-typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
-typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
-typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
-typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
-typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
-typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
-#endif
-
-#if !defined(SWIFT_PASTE)
-# define SWIFT_PASTE_HELPER(x, y) x##y
-# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
-#endif
-#if !defined(SWIFT_METATYPE)
-# define SWIFT_METATYPE(X) Class
-#endif
-#if !defined(SWIFT_CLASS_PROPERTY)
-# if __has_feature(objc_class_property)
-# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
-# else
-# define SWIFT_CLASS_PROPERTY(...)
-# endif
-#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
-#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
-#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
-#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
-#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
-#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
-#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
-#endif
-#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
-#endif
-#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
-#endif
-#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
-#endif
-#if !defined(SWIFT_CLASS)
-# if __has_attribute(objc_subclassing_restricted)
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# else
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# endif
-#endif
-#if !defined(SWIFT_RESILIENT_CLASS)
-# if __has_attribute(objc_class_stub)
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# else
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# endif
-#endif
-
-#if !defined(SWIFT_PROTOCOL)
-# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-#endif
-
-#if !defined(SWIFT_EXTENSION)
-# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
-#endif
-
-#if !defined(OBJC_DESIGNATED_INITIALIZER)
-# if __has_attribute(objc_designated_initializer)
-# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
-# else
-# define OBJC_DESIGNATED_INITIALIZER
-# endif
-#endif
-#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
-# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
-# else
-# define SWIFT_ENUM_ATTR(_extensibility)
-# endif
-#endif
-#if !defined(SWIFT_ENUM)
-# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# if __has_feature(generalized_swift_name)
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# else
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
-# endif
-#endif
-#if !defined(SWIFT_UNAVAILABLE)
-# define SWIFT_UNAVAILABLE __attribute__((unavailable))
-#endif
-#if !defined(SWIFT_UNAVAILABLE_MSG)
-# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
-#endif
-#if !defined(SWIFT_AVAILABILITY)
-# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
-#endif
-#if !defined(SWIFT_WEAK_IMPORT)
-# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
-#endif
-#if !defined(SWIFT_DEPRECATED)
-# define SWIFT_DEPRECATED __attribute__((deprecated))
-#endif
-#if !defined(SWIFT_DEPRECATED_MSG)
-# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
-#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
-#endif
-#if !defined(IBSegueAction)
-# define IBSegueAction
-#endif
-#if !defined(SWIFT_EXTERN)
-# if defined(__cplusplus)
-# define SWIFT_EXTERN extern "C"
-# else
-# define SWIFT_EXTERN extern
-# endif
-#endif
-#if __has_feature(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"
-
-#if __has_attribute(external_source_symbol)
-# pragma push_macro("any")
-# undef any
-# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftDemangle",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
-# pragma pop_macro("any")
-#endif
-
-#if __has_attribute(external_source_symbol)
-# pragma clang attribute pop
-#endif
-#pragma clang diagnostic pop
-#endif
-
-#endif
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/arm64-apple-macos.swiftdoc b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/arm64-apple-macos.swiftdoc
deleted file mode 100644
index 3374a81..0000000
Binary files a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/arm64-apple-macos.swiftdoc and /dev/null differ
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/arm64-apple-macos.swiftinterface b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/arm64-apple-macos.swiftinterface
deleted file mode 100644
index 66079f4..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/arm64-apple-macos.swiftinterface
+++ /dev/null
@@ -1,75 +0,0 @@
-// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-// swift-module-flags: -target arm64-apple-macos11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftDemangle
-import Foundation
-import Swift
-import _Concurrency
-public struct DemangleOptions : Swift.OptionSet {
- public let rawValue: Swift.Int
- public init(rawValue: Swift.Int)
- public static let synthesizeSugarOnTypes: SwiftDemangle.DemangleOptions
- public static let qualifyEntities: SwiftDemangle.DemangleOptions
- public static let displayExtensionContexts: SwiftDemangle.DemangleOptions
- public static let displayUnmangledSuffix: SwiftDemangle.DemangleOptions
- public static let displayModuleNames: SwiftDemangle.DemangleOptions
- public static let displayGenericSpecializations: SwiftDemangle.DemangleOptions
- public static let displayProtocolConformances: SwiftDemangle.DemangleOptions
- public static let displayWhereClauses: SwiftDemangle.DemangleOptions
- public static let displayEntityTypes: SwiftDemangle.DemangleOptions
- public static let displayLocalNameContexts: SwiftDemangle.DemangleOptions
- public static let shortenPartialApply: SwiftDemangle.DemangleOptions
- public static let shortenThunk: SwiftDemangle.DemangleOptions
- public static let shortenValueWitness: SwiftDemangle.DemangleOptions
- public static let shortenArchetype: SwiftDemangle.DemangleOptions
- public static let showPrivateDiscriminators: SwiftDemangle.DemangleOptions
- public static let showFunctionArgumentTypes: SwiftDemangle.DemangleOptions
- public static let displayDebuggerGeneratedModule: SwiftDemangle.DemangleOptions
- public static let displayStdlibModule: SwiftDemangle.DemangleOptions
- public static let displayObjCModule: SwiftDemangle.DemangleOptions
- public static let printForTypeName: SwiftDemangle.DemangleOptions
- public static let showAsyncResumePartial: SwiftDemangle.DemangleOptions
- public static let defaultOptions: SwiftDemangle.DemangleOptions
- public static let simplifiedOptions: SwiftDemangle.DemangleOptions
- public typealias ArrayLiteralElement = SwiftDemangle.DemangleOptions
- public typealias Element = SwiftDemangle.DemangleOptions
- public typealias RawValue = Swift.Int
-}
-extension Swift.String {
- public var demangled: Swift.String {
- get
- }
- public func demangling(_ options: SwiftDemangle.DemangleOptions) throws -> Swift.String
-}
-public enum SwiftDemangleError : Swift.Error {
- case oldDemanglerError(description: Swift.String, nodeDebugDescription: Swift.String)
- case newDemanglerError(description: Swift.String, nodeDebugDescription: Swift.String)
- case nodePrinterError(description: Swift.String, nodeDebugDescription: Swift.String)
-}
-public protocol StringIntegerIndexable : Swift.StringProtocol {
- subscript(indexRange: Swift.Range) -> Swift.Substring { get }
- subscript(r: Swift.Range) -> Swift.Substring { get }
-}
-extension SwiftDemangle.StringIntegerIndexable {
- public subscript(index: Swift.Int) -> Swift.Character {
- get
- }
- public subscript(indexRange: Swift.Range) -> Swift.Substring {
- get
- }
-}
-extension Swift.String : SwiftDemangle.StringIntegerIndexable {
-}
-extension Swift.Substring : SwiftDemangle.StringIntegerIndexable {
-}
-public enum PrintingError : Swift.String, Swift.Error {
- case shouldBeHandleInPrintSpecializationPrefix
- case unexpectedCaseNonDifferentiable
- public init?(rawValue: Swift.String)
- public typealias RawValue = Swift.String
- public var rawValue: Swift.String {
- get
- }
-}
-extension SwiftDemangle.PrintingError : Swift.Equatable {}
-extension SwiftDemangle.PrintingError : Swift.Hashable {}
-extension SwiftDemangle.PrintingError : Swift.RawRepresentable {}
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/x86_64-apple-macos.swiftdoc b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/x86_64-apple-macos.swiftdoc
deleted file mode 100644
index 08308b7..0000000
Binary files a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/x86_64-apple-macos.swiftdoc and /dev/null differ
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/x86_64-apple-macos.swiftinterface b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/x86_64-apple-macos.swiftinterface
deleted file mode 100644
index 9dca406..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Modules/SwiftDemangle.swiftmodule/x86_64-apple-macos.swiftinterface
+++ /dev/null
@@ -1,75 +0,0 @@
-// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-// swift-module-flags: -target x86_64-apple-macos11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftDemangle
-import Foundation
-import Swift
-import _Concurrency
-public struct DemangleOptions : Swift.OptionSet {
- public let rawValue: Swift.Int
- public init(rawValue: Swift.Int)
- public static let synthesizeSugarOnTypes: SwiftDemangle.DemangleOptions
- public static let qualifyEntities: SwiftDemangle.DemangleOptions
- public static let displayExtensionContexts: SwiftDemangle.DemangleOptions
- public static let displayUnmangledSuffix: SwiftDemangle.DemangleOptions
- public static let displayModuleNames: SwiftDemangle.DemangleOptions
- public static let displayGenericSpecializations: SwiftDemangle.DemangleOptions
- public static let displayProtocolConformances: SwiftDemangle.DemangleOptions
- public static let displayWhereClauses: SwiftDemangle.DemangleOptions
- public static let displayEntityTypes: SwiftDemangle.DemangleOptions
- public static let displayLocalNameContexts: SwiftDemangle.DemangleOptions
- public static let shortenPartialApply: SwiftDemangle.DemangleOptions
- public static let shortenThunk: SwiftDemangle.DemangleOptions
- public static let shortenValueWitness: SwiftDemangle.DemangleOptions
- public static let shortenArchetype: SwiftDemangle.DemangleOptions
- public static let showPrivateDiscriminators: SwiftDemangle.DemangleOptions
- public static let showFunctionArgumentTypes: SwiftDemangle.DemangleOptions
- public static let displayDebuggerGeneratedModule: SwiftDemangle.DemangleOptions
- public static let displayStdlibModule: SwiftDemangle.DemangleOptions
- public static let displayObjCModule: SwiftDemangle.DemangleOptions
- public static let printForTypeName: SwiftDemangle.DemangleOptions
- public static let showAsyncResumePartial: SwiftDemangle.DemangleOptions
- public static let defaultOptions: SwiftDemangle.DemangleOptions
- public static let simplifiedOptions: SwiftDemangle.DemangleOptions
- public typealias ArrayLiteralElement = SwiftDemangle.DemangleOptions
- public typealias Element = SwiftDemangle.DemangleOptions
- public typealias RawValue = Swift.Int
-}
-extension Swift.String {
- public var demangled: Swift.String {
- get
- }
- public func demangling(_ options: SwiftDemangle.DemangleOptions) throws -> Swift.String
-}
-public enum SwiftDemangleError : Swift.Error {
- case oldDemanglerError(description: Swift.String, nodeDebugDescription: Swift.String)
- case newDemanglerError(description: Swift.String, nodeDebugDescription: Swift.String)
- case nodePrinterError(description: Swift.String, nodeDebugDescription: Swift.String)
-}
-public protocol StringIntegerIndexable : Swift.StringProtocol {
- subscript(indexRange: Swift.Range) -> Swift.Substring { get }
- subscript(r: Swift.Range) -> Swift.Substring { get }
-}
-extension SwiftDemangle.StringIntegerIndexable {
- public subscript(index: Swift.Int) -> Swift.Character {
- get
- }
- public subscript(indexRange: Swift.Range) -> Swift.Substring {
- get
- }
-}
-extension Swift.String : SwiftDemangle.StringIntegerIndexable {
-}
-extension Swift.Substring : SwiftDemangle.StringIntegerIndexable {
-}
-public enum PrintingError : Swift.String, Swift.Error {
- case shouldBeHandleInPrintSpecializationPrefix
- case unexpectedCaseNonDifferentiable
- public init?(rawValue: Swift.String)
- public typealias RawValue = Swift.String
- public var rawValue: Swift.String {
- get
- }
-}
-extension SwiftDemangle.PrintingError : Swift.Equatable {}
-extension SwiftDemangle.PrintingError : Swift.Hashable {}
-extension SwiftDemangle.PrintingError : Swift.RawRepresentable {}
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Resources/Info.plist b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Resources/Info.plist
deleted file mode 100644
index bf36cdb..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/Resources/Info.plist
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
- BuildMachineOSBuild
- 21F79
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- SwiftDemangle
- CFBundleIdentifier
- SwiftDemangle
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- SwiftDemangle
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0
- CFBundleSignature
- ????
- CFBundleSupportedPlatforms
-
- MacOSX
-
- CFBundleVersion
- 1
- DTCompiler
- com.apple.compilers.llvm.clang.1_0
- DTPlatformBuild
- 13F17a
- DTPlatformName
- macosx
- DTPlatformVersion
- 12.3
- DTSDKBuild
- 21E226
- DTSDKName
- macosx12.3
- DTXcode
- 1340
- DTXcodeBuild
- 13F17a
- LSMinimumSystemVersion
- 11.0
-
-
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/SwiftDemangle b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/SwiftDemangle
deleted file mode 100755
index c31cea0..0000000
Binary files a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/SwiftDemangle and /dev/null differ
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/_CodeSignature/CodeResources b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/_CodeSignature/CodeResources
deleted file mode 100644
index 4fd0996..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/A/_CodeSignature/CodeResources
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-
-
- files
-
- Resources/Info.plist
-
- z2hmBST0bO5FXbrMCl4yl1LhOgw=
-
-
- files2
-
- Headers/SwiftDemangle-Swift.h
-
- hash2
-
- SZWPafwshGWlO4O/oy/S/tk5BUvJzBSvFz42xptojYU=
-
-
- Modules/SwiftDemangle.swiftmodule/arm64-apple-macos.swiftdoc
-
- hash2
-
- bSu47Z+N55LFIddpZLyJMxKY1w5uHYG8HLp1cT+FGLw=
-
-
- Modules/SwiftDemangle.swiftmodule/arm64-apple-macos.swiftinterface
-
- hash2
-
- WJgaP0cYGLLvOnkSUL1g+pYsI+RSE6LzQBb0rVjDUVU=
-
-
- Modules/SwiftDemangle.swiftmodule/arm64-apple-macos.swiftmodule
-
- hash2
-
- uPuMI5GJrYITBHbXZGood4+d1gVfboeapmw1FXF8rUY=
-
-
- Modules/SwiftDemangle.swiftmodule/x86_64-apple-macos.swiftdoc
-
- hash2
-
- YXA3AYu1EHANHScyuv52LtLtcVAvfoEsTUNv3RRlJgU=
-
-
- Modules/SwiftDemangle.swiftmodule/x86_64-apple-macos.swiftinterface
-
- hash2
-
- 2oS0t4L4RjGyBCdng7vb1OIqacIKWtffTDJfqWjkVFY=
-
-
- Modules/SwiftDemangle.swiftmodule/x86_64-apple-macos.swiftmodule
-
- hash2
-
- za7pD6QfSvvoB2cSCh1oAu1ZcSHn7YEAXBGr8Xz7SV0=
-
-
- Resources/Info.plist
-
- hash2
-
- MKW1ZqNOb0ivRTohQjHBCSO9GkHQgQn3xja/yiroTXY=
-
-
-
- rules
-
- ^Resources/
-
- ^Resources/.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^Resources/.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Resources/Base\.lproj/
-
- weight
- 1010
-
- ^version.plist$
-
-
- rules2
-
- .*\.dSYM($|/)
-
- weight
- 11
-
- ^(.*/)?\.DS_Store$
-
- omit
-
- weight
- 2000
-
- ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/
-
- nested
-
- weight
- 10
-
- ^.*
-
- ^Info\.plist$
-
- omit
-
- weight
- 20
-
- ^PkgInfo$
-
- omit
-
- weight
- 20
-
- ^Resources/
-
- weight
- 20
-
- ^Resources/.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^Resources/.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Resources/Base\.lproj/
-
- weight
- 1010
-
- ^[^/]+$
-
- nested
-
- weight
- 10
-
- ^embedded\.provisionprofile$
-
- weight
- 20
-
- ^version\.plist$
-
- weight
- 20
-
-
-
-
diff --git a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/Current b/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/Current
deleted file mode 120000
index 8c7e5a6..0000000
--- a/Binary/SwiftDemangleFramework.xcframework/macos-arm64_x86_64/SwiftDemangle.framework/Versions/Current
+++ /dev/null
@@ -1 +0,0 @@
-A
\ No newline at end of file
diff --git a/Package.swift b/Package.swift
index 1885d63..43705d9 100644
--- a/Package.swift
+++ b/Package.swift
@@ -13,9 +13,8 @@ let package = Package(
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "SwiftDemangle",
+ type: .dynamic,
targets: ["SwiftDemangle"]),
- .library(name: "SwiftDemangleFramework",
- targets: ["SwiftDemangleFramework"])
],
dependencies: [
// Dependencies declare other packages that this package depends on.
@@ -31,8 +30,6 @@ let package = Package(
name: "SwiftDemangleTests",
dependencies: ["SwiftDemangle"],
resources: [.process("Resources")]),
- .binaryTarget(name: "SwiftDemangleFramework",
- path: "Binary/SwiftDemangleFramework.xcframework"),
],
swiftLanguageModes: [.v6]
)
diff --git a/README.md b/README.md
index 9a0c03a..b29d157 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,11 @@
## What's New in 6.0.2
+- remove binary target
+- add xcframework.sh script to build xcframework
+
+## What's New in 6.0.2
+
Version 6.0.2 of SwiftDemangle introduces significant updates and improvements, extending support for Swift's latest features. Key updates include:
- **Swift 6.0(6.1) Compatibility:** Full support for Swift 6.0 demangling features
@@ -46,6 +51,12 @@ let demangledProtocol = mangledProtocol.demangled
print(demangledProtocol) // Output: protocol descriptor runtime record for Swift.Simple
```
+## Build xcframework
+
+```bash
+./xcframework.sh
+```
+
## Contributing
Contributions are welcome! If you have ideas for improvements or have found a bug, please feel free to fork the repository, make changes, and submit a pull request.
diff --git a/SwiftDemangle.xcodeproj/SwiftDemangleTests_Info.plist b/SwiftDemangle.xcodeproj/SwiftDemangleTests_Info.plist
deleted file mode 100644
index 7c23420..0000000
--- a/SwiftDemangle.xcodeproj/SwiftDemangleTests_Info.plist
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- BNDL
- CFBundleShortVersionString
- 1.0
- CFBundleSignature
- ????
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSPrincipalClass
-
-
-
diff --git a/SwiftDemangle.xcodeproj/SwiftDemangle_Info.plist b/SwiftDemangle.xcodeproj/SwiftDemangle_Info.plist
deleted file mode 100644
index 57ada9f..0000000
--- a/SwiftDemangle.xcodeproj/SwiftDemangle_Info.plist
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0
- CFBundleSignature
- ????
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSPrincipalClass
-
-
-
diff --git a/SwiftDemangle.xcodeproj/project.pbxproj b/SwiftDemangle.xcodeproj/project.pbxproj
deleted file mode 100644
index efff64e..0000000
--- a/SwiftDemangle.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,670 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
-
-/* Begin PBXAggregateTarget section */
- "SwiftDemangle::SwiftDemanglePackageTests::ProductTarget" /* SwiftDemanglePackageTests */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = OBJ_88 /* Build configuration list for PBXAggregateTarget "SwiftDemanglePackageTests" */;
- buildPhases = (
- );
- dependencies = (
- OBJ_91 /* PBXTargetDependency */,
- );
- name = SwiftDemanglePackageTests;
- productName = SwiftDemanglePackageTests;
- };
-/* End PBXAggregateTarget section */
-
-/* Begin PBXBuildFile section */
- 8A837BC82688BB33002EA783 /* manglings-with-clang-types.txt in Resources */ = {isa = PBXBuildFile; fileRef = 8A837BC42688B6D9002EA783 /* manglings-with-clang-types.txt */; };
- 8A837BC92688BB33002EA783 /* manglings.txt in Resources */ = {isa = PBXBuildFile; fileRef = 8A837BC32688B6D9002EA783 /* manglings.txt */; };
- 8A837BCA2688BB33002EA783 /* simplified-manglings.txt in Resources */ = {isa = PBXBuildFile; fileRef = 8A837BC52688B6D9002EA783 /* simplified-manglings.txt */; };
- 8A837BCC2688BD99002EA783 /* String+Demangling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A837BCB2688BD99002EA783 /* String+Demangling.swift */; };
- 8AF7ED562684CE1600D6E6E6 /* SwiftDemangleError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AF7ED552684CE1600D6E6E6 /* SwiftDemangleError.swift */; };
- OBJ_54 /* DemangleOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* DemangleOptions.swift */; };
- OBJ_55 /* Demangler.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* Demangler.swift */; };
- OBJ_56 /* Demanglerable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* Demanglerable.swift */; };
- OBJ_57 /* Demangling.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* Demangling.swift */; };
- OBJ_58 /* Mangling.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* Mangling.swift */; };
- OBJ_59 /* OldDemangler.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* OldDemangler.swift */; };
- OBJ_60 /* BinaryInteger+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* BinaryInteger+Extension.swift */; };
- OBJ_61 /* Bool+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* Bool+Extensions.swift */; };
- OBJ_62 /* Character+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_19 /* Character+Extension.swift */; };
- OBJ_63 /* Collection+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_20 /* Collection+Extensions.swift */; };
- OBJ_64 /* Equatable+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* Equatable+Extension.swift */; };
- OBJ_65 /* FixedWidthInteger+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* FixedWidthInteger+Extension.swift */; };
- OBJ_66 /* Optional+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_23 /* Optional+Extensions.swift */; };
- OBJ_67 /* Range+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_24 /* Range+Extension.swift */; };
- OBJ_68 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_25 /* String+Extension.swift */; };
- OBJ_69 /* AutoDiffFunctionKind.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_27 /* AutoDiffFunctionKind.swift */; };
- OBJ_70 /* FunctionSigSpecializationParamKind.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* FunctionSigSpecializationParamKind.swift */; };
- OBJ_71 /* MangledDifferentiabilityKind.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* MangledDifferentiabilityKind.swift */; };
- OBJ_72 /* Names.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* Names.swift */; };
- OBJ_73 /* Node.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_31 /* Node.swift */; };
- OBJ_74 /* NodePrinter.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_32 /* NodePrinter.swift */; };
- OBJ_75 /* ReferenceOwnership.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_33 /* ReferenceOwnership.swift */; };
- OBJ_76 /* StandardType.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_34 /* StandardType.swift */; };
- OBJ_77 /* SugarType.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_35 /* SugarType.swift */; };
- OBJ_78 /* SymbolicReferenceKind.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_36 /* SymbolicReferenceKind.swift */; };
- OBJ_79 /* Punycode.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_38 /* Punycode.swift */; };
- OBJ_86 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
- OBJ_97 /* SwiftDemangleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_41 /* SwiftDemangleTests.swift */; };
- OBJ_99 /* SwiftDemangle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SwiftDemangle::SwiftDemangle::Product" /* SwiftDemangle.framework */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- 8AF7ED522684C45300D6E6E6 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftDemangle::SwiftDemangle";
- remoteInfo = SwiftDemangle;
- };
- 8AF7ED532684C45400D6E6E6 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = OBJ_1 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = "SwiftDemangle::SwiftDemangleTests";
- remoteInfo = SwiftDemangleTests;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXFileReference section */
- 8A837BC32688B6D9002EA783 /* manglings.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = manglings.txt; sourceTree = ""; };
- 8A837BC42688B6D9002EA783 /* manglings-with-clang-types.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "manglings-with-clang-types.txt"; sourceTree = ""; };
- 8A837BC52688B6D9002EA783 /* simplified-manglings.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "simplified-manglings.txt"; sourceTree = ""; };
- 8A837BCB2688BD99002EA783 /* String+Demangling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Demangling.swift"; sourceTree = ""; };
- 8AF7ED552684CE1600D6E6E6 /* SwiftDemangleError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftDemangleError.swift; sourceTree = ""; };
- OBJ_10 /* DemangleOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemangleOptions.swift; sourceTree = ""; };
- OBJ_11 /* Demangler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Demangler.swift; sourceTree = ""; };
- OBJ_12 /* Demanglerable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Demanglerable.swift; sourceTree = ""; };
- OBJ_13 /* Demangling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Demangling.swift; sourceTree = ""; };
- OBJ_14 /* Mangling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Mangling.swift; sourceTree = ""; };
- OBJ_15 /* OldDemangler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OldDemangler.swift; sourceTree = ""; };
- OBJ_17 /* BinaryInteger+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "BinaryInteger+Extension.swift"; sourceTree = ""; };
- OBJ_18 /* Bool+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bool+Extensions.swift"; sourceTree = ""; };
- OBJ_19 /* Character+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Character+Extension.swift"; sourceTree = ""; };
- OBJ_20 /* Collection+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Collection+Extensions.swift"; sourceTree = ""; };
- OBJ_21 /* Equatable+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Equatable+Extension.swift"; sourceTree = ""; };
- OBJ_22 /* FixedWidthInteger+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FixedWidthInteger+Extension.swift"; sourceTree = ""; };
- OBJ_23 /* Optional+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Optional+Extensions.swift"; sourceTree = ""; };
- OBJ_24 /* Range+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Range+Extension.swift"; sourceTree = ""; };
- OBJ_25 /* String+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = ""; };
- OBJ_27 /* AutoDiffFunctionKind.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoDiffFunctionKind.swift; sourceTree = ""; };
- OBJ_28 /* FunctionSigSpecializationParamKind.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FunctionSigSpecializationParamKind.swift; sourceTree = ""; };
- OBJ_29 /* MangledDifferentiabilityKind.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MangledDifferentiabilityKind.swift; sourceTree = ""; };
- OBJ_30 /* Names.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Names.swift; sourceTree = ""; };
- OBJ_31 /* Node.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Node.swift; sourceTree = ""; };
- OBJ_32 /* NodePrinter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NodePrinter.swift; sourceTree = ""; };
- OBJ_33 /* ReferenceOwnership.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReferenceOwnership.swift; sourceTree = ""; };
- OBJ_34 /* StandardType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StandardType.swift; sourceTree = ""; };
- OBJ_35 /* SugarType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SugarType.swift; sourceTree = ""; };
- OBJ_36 /* SymbolicReferenceKind.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SymbolicReferenceKind.swift; sourceTree = ""; };
- OBJ_38 /* Punycode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Punycode.swift; sourceTree = ""; };
- OBJ_41 /* SwiftDemangleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftDemangleTests.swift; sourceTree = ""; };
- OBJ_45 /* Binary */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Binary; sourceTree = SOURCE_ROOT; };
- OBJ_46 /* build */ = {isa = PBXFileReference; lastKnownFileType = folder; path = build; sourceTree = SOURCE_ROOT; };
- OBJ_47 /* archive.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = archive.sh; sourceTree = ""; };
- OBJ_48 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; };
- OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; };
- "SwiftDemangle::SwiftDemangle::Product" /* SwiftDemangle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SwiftDemangle.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- "SwiftDemangle::SwiftDemangleTests::Product" /* SwiftDemangleTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = SwiftDemangleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- OBJ_80 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 0;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_98 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_99 /* SwiftDemangle.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 8AF7ED542684CE0400D6E6E6 /* Error */ = {
- isa = PBXGroup;
- children = (
- 8AF7ED552684CE1600D6E6E6 /* SwiftDemangleError.swift */,
- );
- path = Error;
- sourceTree = "";
- };
- OBJ_16 /* Extensions */ = {
- isa = PBXGroup;
- children = (
- OBJ_17 /* BinaryInteger+Extension.swift */,
- OBJ_18 /* Bool+Extensions.swift */,
- OBJ_19 /* Character+Extension.swift */,
- OBJ_20 /* Collection+Extensions.swift */,
- OBJ_21 /* Equatable+Extension.swift */,
- OBJ_22 /* FixedWidthInteger+Extension.swift */,
- OBJ_23 /* Optional+Extensions.swift */,
- OBJ_24 /* Range+Extension.swift */,
- OBJ_25 /* String+Extension.swift */,
- );
- path = Extensions;
- sourceTree = "";
- };
- OBJ_26 /* Node */ = {
- isa = PBXGroup;
- children = (
- OBJ_27 /* AutoDiffFunctionKind.swift */,
- OBJ_28 /* FunctionSigSpecializationParamKind.swift */,
- OBJ_29 /* MangledDifferentiabilityKind.swift */,
- OBJ_30 /* Names.swift */,
- OBJ_31 /* Node.swift */,
- OBJ_32 /* NodePrinter.swift */,
- OBJ_33 /* ReferenceOwnership.swift */,
- OBJ_34 /* StandardType.swift */,
- OBJ_35 /* SugarType.swift */,
- OBJ_36 /* SymbolicReferenceKind.swift */,
- );
- path = Node;
- sourceTree = "";
- };
- OBJ_37 /* Punycode */ = {
- isa = PBXGroup;
- children = (
- OBJ_38 /* Punycode.swift */,
- );
- path = Punycode;
- sourceTree = "";
- };
- OBJ_39 /* Tests */ = {
- isa = PBXGroup;
- children = (
- OBJ_40 /* SwiftDemangleTests */,
- );
- name = Tests;
- sourceTree = SOURCE_ROOT;
- };
- OBJ_40 /* SwiftDemangleTests */ = {
- isa = PBXGroup;
- children = (
- OBJ_41 /* SwiftDemangleTests.swift */,
- 8A837BC42688B6D9002EA783 /* manglings-with-clang-types.txt */,
- 8A837BC32688B6D9002EA783 /* manglings.txt */,
- 8A837BC52688B6D9002EA783 /* simplified-manglings.txt */,
- );
- name = SwiftDemangleTests;
- path = Tests/SwiftDemangleTests;
- sourceTree = SOURCE_ROOT;
- };
- OBJ_42 /* Products */ = {
- isa = PBXGroup;
- children = (
- "SwiftDemangle::SwiftDemangle::Product" /* SwiftDemangle.framework */,
- "SwiftDemangle::SwiftDemangleTests::Product" /* SwiftDemangleTests.xctest */,
- );
- name = Products;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- OBJ_5 = {
- isa = PBXGroup;
- children = (
- OBJ_6 /* Package.swift */,
- OBJ_7 /* Sources */,
- OBJ_39 /* Tests */,
- OBJ_42 /* Products */,
- OBJ_45 /* Binary */,
- OBJ_46 /* build */,
- OBJ_47 /* archive.sh */,
- OBJ_48 /* README.md */,
- );
- sourceTree = "";
- };
- OBJ_7 /* Sources */ = {
- isa = PBXGroup;
- children = (
- OBJ_8 /* SwiftDemangle */,
- );
- name = Sources;
- sourceTree = SOURCE_ROOT;
- };
- OBJ_8 /* SwiftDemangle */ = {
- isa = PBXGroup;
- children = (
- 8AF7ED542684CE0400D6E6E6 /* Error */,
- OBJ_9 /* Demangler */,
- OBJ_16 /* Extensions */,
- OBJ_26 /* Node */,
- OBJ_37 /* Punycode */,
- );
- name = SwiftDemangle;
- path = Sources/SwiftDemangle;
- sourceTree = SOURCE_ROOT;
- };
- OBJ_9 /* Demangler */ = {
- isa = PBXGroup;
- children = (
- OBJ_10 /* DemangleOptions.swift */,
- OBJ_11 /* Demangler.swift */,
- OBJ_12 /* Demanglerable.swift */,
- OBJ_13 /* Demangling.swift */,
- OBJ_14 /* Mangling.swift */,
- OBJ_15 /* OldDemangler.swift */,
- 8A837BCB2688BD99002EA783 /* String+Demangling.swift */,
- );
- path = Demangler;
- sourceTree = "";
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- "SwiftDemangle::SwiftDemangle" /* SwiftDemangle */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_50 /* Build configuration list for PBXNativeTarget "SwiftDemangle" */;
- buildPhases = (
- OBJ_53 /* Sources */,
- OBJ_80 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SwiftDemangle;
- productName = SwiftDemangle;
- productReference = "SwiftDemangle::SwiftDemangle::Product" /* SwiftDemangle.framework */;
- productType = "com.apple.product-type.framework";
- };
- "SwiftDemangle::SwiftDemangleTests" /* SwiftDemangleTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_93 /* Build configuration list for PBXNativeTarget "SwiftDemangleTests" */;
- buildPhases = (
- OBJ_96 /* Sources */,
- OBJ_98 /* Frameworks */,
- 8A837BC72688BB2C002EA783 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- OBJ_100 /* PBXTargetDependency */,
- );
- name = SwiftDemangleTests;
- productName = SwiftDemangleTests;
- productReference = "SwiftDemangle::SwiftDemangleTests::Product" /* SwiftDemangleTests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- "SwiftDemangle::SwiftPMPackageDescription" /* SwiftDemanglePackageDescription */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = OBJ_82 /* Build configuration list for PBXNativeTarget "SwiftDemanglePackageDescription" */;
- buildPhases = (
- OBJ_85 /* Sources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SwiftDemanglePackageDescription;
- productName = SwiftDemanglePackageDescription;
- productType = "com.apple.product-type.framework";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- OBJ_1 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftMigration = 9999;
- LastUpgradeCheck = 9999;
- };
- buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "SwiftDemangle" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = OBJ_5;
- productRefGroup = OBJ_42 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- "SwiftDemangle::SwiftDemangle" /* SwiftDemangle */,
- "SwiftDemangle::SwiftPMPackageDescription" /* SwiftDemanglePackageDescription */,
- "SwiftDemangle::SwiftDemanglePackageTests::ProductTarget" /* SwiftDemanglePackageTests */,
- "SwiftDemangle::SwiftDemangleTests" /* SwiftDemangleTests */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXResourcesBuildPhase section */
- 8A837BC72688BB2C002EA783 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 8A837BC82688BB33002EA783 /* manglings-with-clang-types.txt in Resources */,
- 8A837BC92688BB33002EA783 /* manglings.txt in Resources */,
- 8A837BCA2688BB33002EA783 /* simplified-manglings.txt in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXResourcesBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- OBJ_53 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_54 /* DemangleOptions.swift in Sources */,
- OBJ_55 /* Demangler.swift in Sources */,
- 8A837BCC2688BD99002EA783 /* String+Demangling.swift in Sources */,
- OBJ_56 /* Demanglerable.swift in Sources */,
- 8AF7ED562684CE1600D6E6E6 /* SwiftDemangleError.swift in Sources */,
- OBJ_57 /* Demangling.swift in Sources */,
- OBJ_58 /* Mangling.swift in Sources */,
- OBJ_59 /* OldDemangler.swift in Sources */,
- OBJ_60 /* BinaryInteger+Extension.swift in Sources */,
- OBJ_61 /* Bool+Extensions.swift in Sources */,
- OBJ_62 /* Character+Extension.swift in Sources */,
- OBJ_63 /* Collection+Extensions.swift in Sources */,
- OBJ_64 /* Equatable+Extension.swift in Sources */,
- OBJ_65 /* FixedWidthInteger+Extension.swift in Sources */,
- OBJ_66 /* Optional+Extensions.swift in Sources */,
- OBJ_67 /* Range+Extension.swift in Sources */,
- OBJ_68 /* String+Extension.swift in Sources */,
- OBJ_69 /* AutoDiffFunctionKind.swift in Sources */,
- OBJ_70 /* FunctionSigSpecializationParamKind.swift in Sources */,
- OBJ_71 /* MangledDifferentiabilityKind.swift in Sources */,
- OBJ_72 /* Names.swift in Sources */,
- OBJ_73 /* Node.swift in Sources */,
- OBJ_74 /* NodePrinter.swift in Sources */,
- OBJ_75 /* ReferenceOwnership.swift in Sources */,
- OBJ_76 /* StandardType.swift in Sources */,
- OBJ_77 /* SugarType.swift in Sources */,
- OBJ_78 /* SymbolicReferenceKind.swift in Sources */,
- OBJ_79 /* Punycode.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_85 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_86 /* Package.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- OBJ_96 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 0;
- files = (
- OBJ_97 /* SwiftDemangleTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
- OBJ_100 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftDemangle::SwiftDemangle" /* SwiftDemangle */;
- targetProxy = 8AF7ED522684C45300D6E6E6 /* PBXContainerItemProxy */;
- };
- OBJ_91 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = "SwiftDemangle::SwiftDemangleTests" /* SwiftDemangleTests */;
- targetProxy = 8AF7ED532684C45400D6E6E6 /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
- OBJ_3 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_OBJC_ARC = YES;
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- ENABLE_NS_ASSERTIONS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "$(inherited)",
- "SWIFT_PACKAGE=1",
- "DEBUG=1",
- );
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- ONLY_ACTIVE_ARCH = YES;
- OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SUPPORTED_PLATFORMS = "$(AVAILABLE_PLATFORMS)";
- SUPPORTS_MACCATALYST = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE DEBUG";
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- USE_HEADERMAP = NO;
- };
- name = Debug;
- };
- OBJ_4 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_OBJC_ARC = YES;
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_OPTIMIZATION_LEVEL = s;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "$(inherited)",
- "SWIFT_PACKAGE=1",
- );
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SUPPORTED_PLATFORMS = "$(AVAILABLE_PLATFORMS)";
- SUPPORTS_MACCATALYST = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE";
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- USE_HEADERMAP = NO;
- };
- name = Release;
- };
- OBJ_51 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CURRENT_PROJECT_VERSION = 1;
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = SwiftDemangle.xcodeproj/SwiftDemangle_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- MACOSX_DEPLOYMENT_TARGET = 11.0;
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited)";
- PRODUCT_BUNDLE_IDENTIFIER = SwiftDemangle;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 5.0;
- TARGET_NAME = SwiftDemangle;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Debug;
- };
- OBJ_52 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CURRENT_PROJECT_VERSION = 1;
- ENABLE_TESTABILITY = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = SwiftDemangle.xcodeproj/SwiftDemangle_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
- MACOSX_DEPLOYMENT_TARGET = 11.0;
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited)";
- PRODUCT_BUNDLE_IDENTIFIER = SwiftDemangle;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 5.0;
- TARGET_NAME = SwiftDemangle;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Release;
- };
- OBJ_83 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -package-description-version 5.3.0";
- SWIFT_VERSION = 5.0;
- };
- name = Debug;
- };
- OBJ_84 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4_2 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk -package-description-version 5.3.0";
- SWIFT_VERSION = 5.0;
- };
- name = Release;
- };
- OBJ_89 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- };
- name = Debug;
- };
- OBJ_90 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- };
- name = Release;
- };
- OBJ_94 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = 1;
- EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = SwiftDemangle.xcodeproj/SwiftDemangleTests_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 14.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 11.0;
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited)";
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 5.0;
- TARGET_NAME = SwiftDemangleTests;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 7.0;
- };
- name = Debug;
- };
- OBJ_95 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = 1;
- EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PLATFORM_DIR)/Developer/Library/Frameworks",
- );
- HEADER_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = SwiftDemangle.xcodeproj/SwiftDemangleTests_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 14.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 11.0;
- OTHER_CFLAGS = "$(inherited)";
- OTHER_LDFLAGS = "$(inherited)";
- OTHER_SWIFT_FLAGS = "$(inherited)";
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
- SWIFT_VERSION = 5.0;
- TARGET_NAME = SwiftDemangleTests;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- WATCHOS_DEPLOYMENT_TARGET = 7.0;
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- OBJ_2 /* Build configuration list for PBXProject "SwiftDemangle" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_3 /* Debug */,
- OBJ_4 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_50 /* Build configuration list for PBXNativeTarget "SwiftDemangle" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_51 /* Debug */,
- OBJ_52 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_82 /* Build configuration list for PBXNativeTarget "SwiftDemanglePackageDescription" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_83 /* Debug */,
- OBJ_84 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_88 /* Build configuration list for PBXAggregateTarget "SwiftDemanglePackageTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_89 /* Debug */,
- OBJ_90 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- OBJ_93 /* Build configuration list for PBXNativeTarget "SwiftDemangleTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- OBJ_94 /* Debug */,
- OBJ_95 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = OBJ_1 /* Project object */;
-}
diff --git a/SwiftDemangle.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/SwiftDemangle.xcodeproj/project.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index fe1aa71..0000000
--- a/SwiftDemangle.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/SwiftDemangle.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/SwiftDemangle.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
deleted file mode 100644
index 18d9810..0000000
--- a/SwiftDemangle.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- IDEDidComputeMac32BitWarning
-
-
-
diff --git a/SwiftDemangle.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/SwiftDemangle.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
deleted file mode 100644
index a72dc2b..0000000
--- a/SwiftDemangle.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded
-
-
-
\ No newline at end of file
diff --git a/SwiftDemangle.xcodeproj/xcshareddata/xcschemes/SwiftDemangle-Package.xcscheme b/SwiftDemangle.xcodeproj/xcshareddata/xcschemes/SwiftDemangle-Package.xcscheme
deleted file mode 100644
index 8cefb8b..0000000
--- a/SwiftDemangle.xcodeproj/xcshareddata/xcschemes/SwiftDemangle-Package.xcscheme
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/archive.sh b/archive.sh
deleted file mode 100755
index 2fdcdd4..0000000
--- a/archive.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-echo "Cleaning..."
-rm -rf ./build
-rm -rf ./Binary
-
-echo "Archiving..."
-xcodebuild archive -scheme SwiftDemangle-Package -archivePath "./build/ios.xcarchive" -sdk iphoneos -destination generic/platform=iOS SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES
-xcodebuild archive -scheme SwiftDemangle-Package -archivePath "./build/ios_sim.xcarchive" -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES
-xcodebuild archive -scheme SwiftDemangle-Package -archivePath "./build/mac.xcarchive" -sdk macosx -destination generic/platform=macOS SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES
-
-echo "Create XCFramework"
-xcodebuild -create-xcframework \
--framework "./build/ios.xcarchive/Products/Library/Frameworks/SwiftDemangle.framework" \
--framework "./build/ios_sim.xcarchive/Products/Library/Frameworks/SwiftDemangle.framework" \
--framework "./build/mac.xcarchive/Products/Library/Frameworks/SwiftDemangle.framework" \
--output "./Binary/SwiftDemangleFramework.xcframework"
-
-echo "Cleaning..."
-rm -rf ./build
diff --git a/xcframework.sh b/xcframework.sh
new file mode 100755
index 0000000..4a6dc91
--- /dev/null
+++ b/xcframework.sh
@@ -0,0 +1,43 @@
+echo "Cleaning..."
+rm -rf ./build
+rm -rf ./Binary
+rm -rf ./*.xcframework
+
+echo "Archiving..."
+# build framework for iOS
+xcodebuild archive \
+ -scheme SwiftDemangle \
+ -destination "generic/platform=iOS" \
+ -archivePath "./build/ios.xcarchive" \
+ -sdk iphoneos \
+ SKIP_INSTALL=NO \
+ BUILD_LIBRARY_FOR_DISTRIBUTION=YES
+
+# build framework for iOS Simulator
+xcodebuild archive \
+ -scheme SwiftDemangle \
+ -destination "generic/platform=iOS Simulator" \
+ -archivePath "./build/ios-simulator.xcarchive" \
+ -sdk iphonesimulator \
+ SKIP_INSTALL=NO \
+ BUILD_LIBRARY_FOR_DISTRIBUTION=YES
+
+# build framework for macOS
+xcodebuild archive \
+ -scheme SwiftDemangle \
+ -destination "generic/platform=macOS" \
+ -archivePath "./build/macos.xcarchive" \
+ -sdk macosx \
+ SKIP_INSTALL=NO \
+ BUILD_LIBRARY_FOR_DISTRIBUTION=YES
+
+echo "Create XCFramework"
+# create XCFramework
+xcodebuild -create-xcframework \
+ -framework "./build/ios.xcarchive/Products/usr/local/lib/SwiftDemangle.framework" \
+ -framework "./build/ios-simulator.xcarchive/Products/usr/local/lib/SwiftDemangle.framework" \
+ -framework "./build/macos.xcarchive/Products/usr/local/lib/SwiftDemangle.framework" \
+ -output "./SwiftDemangle.xcframework"
+
+echo "Cleaning..."
+rm -rf ./build