diff --git a/.idea/php.xml b/.idea/php.xml
new file mode 100644
index 0000000000000000000000000000000000000000..f324872a8ba94b4ec07a8aad82965487b3b15d57
--- /dev/null
+++ b/.idea/php.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="MessDetectorOptionsConfiguration">
+    <option name="transferred" value="true" />
+  </component>
+  <component name="PHPCSFixerOptionsConfiguration">
+    <option name="transferred" value="true" />
+  </component>
+  <component name="PHPCodeSnifferOptionsConfiguration">
+    <option name="highlightLevel" value="WARNING" />
+    <option name="transferred" value="true" />
+  </component>
+  <component name="PhpStanOptionsConfiguration">
+    <option name="transferred" value="true" />
+  </component>
+  <component name="PsalmOptionsConfiguration">
+    <option name="transferred" value="true" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarConnectionSettings.h b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarConnectionSettings.h
deleted file mode 100644
index ac1391b194c74675a609e96bd1950a29e9b46100..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarConnectionSettings.h
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-//  StarConnectionSettings.h
-//  StarIO10
-//
-//  Copyright 2021 Star Micronics Co., Ltd. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface StarConnectionSettings : NSObject
-
-extern NSString *const STARIO10StarConnectionSettingsFirstFoundDevice;
-
-@end
-
-NS_ASSUME_NONNULL_END
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarIO10-Swift.h b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarIO10-Swift.h
deleted file mode 100644
index 1f23c8e3566cff272672a72e4abaf06929d0c7c8..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarIO10-Swift.h
+++ /dev/null
@@ -1,3114 +0,0 @@
-#if 0
-#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-#ifndef STARIO10_SWIFT_H
-#define STARIO10_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(<swift/objc-prologue.h>)
-# include <swift/objc-prologue.h>
-#endif
-
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
-#pragma clang diagnostic ignored "-Wauto-import"
-#if defined(__OBJC__)
-#include <Foundation/Foundation.h>
-#endif
-#if defined(__cplusplus)
-#include <cstdint>
-#include <cstddef>
-#include <cstdbool>
-#else
-#include <stdint.h>
-#include <stddef.h>
-#include <stdbool.h>
-#endif
-
-#if !defined(SWIFT_TYPEDEFS)
-# define SWIFT_TYPEDEFS 1
-# if __has_include(<uchar.h>)
-#  include <uchar.h>
-# 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(__OBJC__)
-#if !defined(IBSegueAction)
-# define IBSegueAction
-#endif
-#endif
-#if !defined(SWIFT_EXTERN)
-# if defined(__cplusplus)
-#  define SWIFT_EXTERN extern "C"
-# else
-#  define SWIFT_EXTERN extern
-# endif
-#endif
-#if !defined(SWIFT_CALL)
-# define SWIFT_CALL __attribute__((swiftcall))
-#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
-# define SWIFT_NOEXCEPT noexcept
-#endif
-#else
-#if !defined(SWIFT_NOEXCEPT)
-# define SWIFT_NOEXCEPT 
-#endif
-#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
-#endif
-#endif
-#if defined(__OBJC__)
-#if __has_feature(modules)
-#if __has_warning("-Watimport-in-framework-header")
-#pragma clang diagnostic ignored "-Watimport-in-framework-header"
-#endif
-@import Foundation;
-@import ObjectiveC;
-#endif
-
-#endif
-#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
-#pragma clang diagnostic ignored "-Wduplicate-method-arg"
-#if __has_warning("-Wpragma-clang-attribute")
-# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
-#endif
-#pragma clang diagnostic ignored "-Wunknown-pragmas"
-#pragma clang diagnostic ignored "-Wnullability"
-#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
-
-#if __has_attribute(external_source_symbol)
-# pragma push_macro("any")
-# undef any
-# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="StarIO10",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
-# pragma pop_macro("any")
-#endif
-
-#if defined(__OBJC__)
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand5Bezel")
-@interface Bezel : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Bezel (SWIFT_EXTENSION(StarIO10))
-@end
-
-enum STARIO10StarXpandCommandBezelLEDType : NSInteger;
-
-SWIFT_CLASS_NAMED("LEDAutomaticBlinkParameter")
-@interface STARIO10StarXpandCommandBezelLEDAutomaticBlinkParameter : NSObject
-- (nonnull instancetype)initWithType:(enum STARIO10StarXpandCommandBezelLEDType)type OBJC_DESIGNATED_INITIALIZER;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandBezelLEDType type;
-@property (nonatomic, readonly) NSInteger onTime;
-- (nonnull instancetype)setOnTime:(NSInteger)onTime SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger offTime;
-- (nonnull instancetype)setOffTime:(NSInteger)offTime SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Bezel (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandBezelLEDType, "LEDType", open) {
-  STARIO10StarXpandCommandBezelLEDTypeHolding = 0,
-  STARIO10StarXpandCommandBezelLEDTypeError = 1,
-  STARIO10StarXpandCommandBezelLEDTypeIdle = 2,
-};
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand6Buzzer")
-@interface Buzzer : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Buzzer (SWIFT_EXTENSION(StarIO10))
-@end
-
-enum STARIO10StarXpandCommandBuzzerChannel : NSInteger;
-
-SWIFT_CLASS_NAMED("DriveParameter")
-@interface STARIO10StarXpandCommandBuzzerDriveParameter : NSObject
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandBuzzerChannel channel;
-- (nonnull instancetype)setChannel:(enum STARIO10StarXpandCommandBuzzerChannel)channel SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger repeat;
-- (nonnull instancetype)setRepeat:(NSInteger)repeat SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger onTime;
-- (nonnull instancetype)setOnTime:(NSInteger)onTime SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger offTime;
-- (nonnull instancetype)setOffTime:(NSInteger)offTime SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Buzzer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandBuzzerChannel, "Channel", open) {
-  STARIO10StarXpandCommandBuzzerChannelNo1 = 0,
-  STARIO10StarXpandCommandBuzzerChannelNo2 = 1,
-};
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand7Display")
-@interface Display : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PositionParameter")
-@interface STARIO10StarXpandCommandDisplayPositionParameter : NSObject
-@property (nonatomic, readonly) NSInteger x;
-@property (nonatomic, readonly) NSInteger y;
-- (nonnull instancetype)initWithX:(NSInteger)x y:(NSInteger)y OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandDisplayContrast, "Contrast", open) {
-  STARIO10StarXpandCommandDisplayContrastPlus3 = 0,
-  STARIO10StarXpandCommandDisplayContrastPlus2 = 1,
-  STARIO10StarXpandCommandDisplayContrastPlus1 = 2,
-  STARIO10StarXpandCommandDisplayContrastDefault = 3,
-  STARIO10StarXpandCommandDisplayContrastMinus1 = 4,
-  STARIO10StarXpandCommandDisplayContrastMinus2 = 5,
-  STARIO10StarXpandCommandDisplayContrastMinus3 = 6,
-};
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandDisplayInternationalCharacterType, "InternationalCharacterType", open) {
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeUsa = 0,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeFrance = 1,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeGermany = 2,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeUk = 3,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeDenmark = 4,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeSweden = 5,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeItaly = 6,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeSpain = 7,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeJapan = 8,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeNorway = 9,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeDenmark2 = 10,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeSpain2 = 11,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeLatinAmerica = 12,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeKorea = 13,
-};
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandDisplayCursorState, "CursorState", open) {
-  STARIO10StarXpandCommandDisplayCursorStateOn = 0,
-  STARIO10StarXpandCommandDisplayCursorStateBlink = 1,
-  STARIO10StarXpandCommandDisplayCursorStateOff = 2,
-};
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-@class UIImage;
-
-SWIFT_CLASS_NAMED("ImageParameter")
-@interface STARIO10StarXpandCommandDisplayImageParameter : NSObject
-@property (nonatomic, readonly, strong) UIImage * _Nonnull image;
-@property (nonatomic, readonly) BOOL effectDiffusion;
-- (nonnull instancetype)setEffectDiffusion:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger threshold;
-- (nonnull instancetype)setThreshold:(NSInteger)threshold SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithImage:(UIImage * _Nonnull)image OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandDisplayCharacterEncodingType, "CharacterEncodingType", open) {
-  STARIO10StarXpandCommandDisplayCharacterEncodingTypeJapanese = 0,
-  STARIO10StarXpandCommandDisplayCharacterEncodingTypeSimplifiedChinese = 1,
-  STARIO10StarXpandCommandDisplayCharacterEncodingTypeTraditionalChinese = 2,
-  STARIO10StarXpandCommandDisplayCharacterEncodingTypeKorean = 3,
-  STARIO10StarXpandCommandDisplayCharacterEncodingTypeCodePage = 4,
-};
-
-@class STARIO10StarPrinter;
-
-SWIFT_PROTOCOL_NAMED("DisplayDelegate")
-@protocol STARIO10DisplayDelegate
-- (void)displayWithPrinter:(STARIO10StarPrinter * _Nonnull)printer communicationErrorDidOccur:(NSError * _Nonnull)error;
-- (void)displayDidConnectWithPrinter:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)displayDidDisconnectWithPrinter:(STARIO10StarPrinter * _Nonnull)printer;
-@end
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand6Drawer")
-@interface Drawer : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Drawer (SWIFT_EXTENSION(StarIO10))
-@end
-
-enum STARIO10StarXpandCommandDrawerChannel : NSInteger;
-
-SWIFT_CLASS_NAMED("OpenParameter")
-@interface STARIO10StarXpandCommandDrawerOpenParameter : NSObject
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandDrawerChannel channel;
-- (nonnull instancetype)setChannel:(enum STARIO10StarXpandCommandDrawerChannel)channel SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger onTime;
-- (nonnull instancetype)setOnTime:(NSInteger)onTime SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Drawer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandDrawerChannel, "Channel", open) {
-  STARIO10StarXpandCommandDrawerChannelNo1 = 0,
-  STARIO10StarXpandCommandDrawerChannelNo2 = 1,
-};
-
-
-SWIFT_PROTOCOL_NAMED("DrawerDelegate")
-@protocol STARIO10DrawerDelegate
-- (void)drawerWithPrinter:(STARIO10StarPrinter * _Nonnull)printer communicationErrorDidOccur:(NSError * _Nonnull)error;
-- (void)drawerWithPrinter:(STARIO10StarPrinter * _Nonnull)printer didSwitch:(BOOL)openCloseSignal;
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10DrawerOpenedMethod, "DrawerOpenedMethod", open) {
-  STARIO10DrawerOpenedMethodByHand SWIFT_COMPILE_NAME("byHand") = 0,
-  STARIO10DrawerOpenedMethodByCommand SWIFT_COMPILE_NAME("byCommand") = 1,
-};
-
-@class NSData;
-
-SWIFT_PROTOCOL_NAMED("InputDeviceDelegate")
-@protocol STARIO10InputDeviceDelegate
-- (void)inputDeviceWithPrinter:(STARIO10StarPrinter * _Nonnull)printer communicationErrorDidOccur:(NSError * _Nonnull)error;
-- (void)inputDeviceDidConnectWithPrinter:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)inputDeviceDidDisconnectWithPrinter:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)inputDeviceWithPrinter:(STARIO10StarPrinter * _Nonnull)printer didReceive:(NSData * _Nonnull)data;
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10InterfaceType, "InterfaceType", open) {
-  STARIO10InterfaceTypeUnknown SWIFT_COMPILE_NAME("unknown") = 0,
-  STARIO10InterfaceTypeUSB SWIFT_COMPILE_NAME("usb") = 1,
-  STARIO10InterfaceTypeBluetooth SWIFT_COMPILE_NAME("bluetooth") = 2,
-  STARIO10InterfaceTypeBluetoothLE SWIFT_COMPILE_NAME("bluetoothLE") = 3,
-  STARIO10InterfaceTypeLAN SWIFT_COMPILE_NAME("lan") = 4,
-};
-
-
-SWIFT_CLASS("_TtC8StarIO108Internal")
-@interface Internal : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-@class NSString;
-
-SWIFT_CLASS_NAMED("InternalInterface")
-@interface STARIO10InternalInterface : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-+ (void)appendLogHeader:(NSString * _Nonnull)header;
-@end
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand13MelodySpeaker")
-@interface MelodySpeaker : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface MelodySpeaker (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("DriveOneTimeSoundParameter")
-@interface STARIO10StarXpandCommandMelodySpeakerDriveOneTimeSoundParameter : NSObject
-@property (nonatomic, readonly, copy) NSData * _Nonnull source;
-@property (nonatomic, readonly) NSInteger volume;
-- (nonnull instancetype)setVolume:(NSInteger)volume SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithSource:(NSData * _Nonnull)source OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface MelodySpeaker (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandMelodySpeakerSoundStorageArea, "SoundStorageArea", open) {
-  STARIO10StarXpandCommandMelodySpeakerSoundStorageAreaArea1 = 0,
-  STARIO10StarXpandCommandMelodySpeakerSoundStorageAreaArea2 = 1,
-};
-
-
-@interface MelodySpeaker (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("DriveRegisteredSoundParameter")
-@interface STARIO10StarXpandCommandMelodySpeakerDriveRegisteredSoundParameter : NSObject
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandMelodySpeakerSoundStorageArea area;
-@property (nonatomic, readonly) NSInteger number;
-@property (nonatomic, readonly) NSInteger volume;
-- (nonnull instancetype)setVolume:(NSInteger)volume SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithArea:(enum STARIO10StarXpandCommandMelodySpeakerSoundStorageArea)area number:(NSInteger)number OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS_NAMED("NullableBool")
-@interface STARIO10NullableBool : NSObject
-@property (nonatomic) BOOL value;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS_NAMED("NullableDrawerOpenedMethod")
-@interface STARIO10NullableDrawerOpenedMethod : NSObject
-@property (nonatomic) enum STARIO10DrawerOpenedMethod value;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS_NAMED("NullableInt")
-@interface STARIO10NullableInt : NSObject
-@property (nonatomic) NSInteger value;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand9Presenter")
-@interface Presenter : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Presenter (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("ModeParameter")
-@interface STARIO10StarXpandCommandPresenterModeParameter : NSObject
-@property (nonatomic, readonly) BOOL loop;
-- (nonnull instancetype)setLoop:(BOOL)loop SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) BOOL hold;
-- (nonnull instancetype)setHold:(BOOL)hold SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) BOOL retract;
-- (nonnull instancetype)setRetract:(BOOL)retract SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger holdTime;
-- (nonnull instancetype)setHoldTime:(NSInteger)holdTime SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Presenter (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPresenterLEDType, "LEDType", open) {
-  STARIO10StarXpandCommandPresenterLEDTypeHolding = 0,
-  STARIO10StarXpandCommandPresenterLEDTypeError = 1,
-  STARIO10StarXpandCommandPresenterLEDTypeIdle = 2,
-};
-
-
-@interface Presenter (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("LEDAutomaticBlinkParameter")
-@interface STARIO10StarXpandCommandPresenterLEDAutomaticBlinkParameter : NSObject
-- (nonnull instancetype)initWithType:(enum STARIO10StarXpandCommandPresenterLEDType)type OBJC_DESIGNATED_INITIALIZER;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPresenterLEDType type;
-@property (nonatomic, readonly) NSInteger onTime;
-- (nonnull instancetype)setOnTime:(NSInteger)onTime SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger offTime;
-- (nonnull instancetype)setOffTime:(NSInteger)offTime SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand7Printer")
-@interface Printer : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterPDF417Level, "PDF417Level", open) {
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc0 = 0,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc1 = 1,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc2 = 2,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc3 = 3,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc4 = 4,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc5 = 5,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc6 = 6,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc7 = 7,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc8 = 8,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterBlackMarkPosition, "BlackMarkPosition", open) {
-  STARIO10StarXpandCommandPrinterBlackMarkPositionFront = 0,
-  STARIO10StarXpandCommandPrinterBlackMarkPositionBack = 1,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterCharacterEncodingType, "CharacterEncodingType", open) {
-  STARIO10StarXpandCommandPrinterCharacterEncodingTypeJapanese = 0,
-  STARIO10StarXpandCommandPrinterCharacterEncodingTypeSimplifiedChinese = 1,
-  STARIO10StarXpandCommandPrinterCharacterEncodingTypeTraditionalChinese = 2,
-  STARIO10StarXpandCommandPrinterCharacterEncodingTypeKorean = 3,
-  STARIO10StarXpandCommandPrinterCharacterEncodingTypeCodePage = 4,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("LogoParameter")
-@interface STARIO10StarXpandCommandPrinterLogoParameter : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull keyCode;
-- (nonnull instancetype)initWithKeyCode:(NSString * _Nonnull)keyCode OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("HoldPrintParameter")
-@interface STARIO10StarXpandCommandPrinterHoldPrintParameter : NSObject
-@property (nonatomic, readonly) BOOL enable;
-- (nonnull instancetype)initWithEnable:(BOOL)enable OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("LabelParameter")
-@interface STARIO10StarXpandCommandPrinterLabelParameter : NSObject
-- (BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)setEnable:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterQRCodeLevel, "QRCodeLevel", open) {
-  STARIO10StarXpandCommandPrinterQRCodeLevelL = 0,
-  STARIO10StarXpandCommandPrinterQRCodeLevelM = 1,
-  STARIO10StarXpandCommandPrinterQRCodeLevelQ = 2,
-  STARIO10StarXpandCommandPrinterQRCodeLevelH = 3,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterBarcodeSymbology, "BarcodeSymbology", open) {
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyUpcE = 0,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyUpcA = 1,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyJan8 = 2,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyEan8 = 3,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyJan13 = 4,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyEan13 = 5,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyCode39 = 6,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyItf = 7,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyCode128 = 8,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyCode93 = 9,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyNw7 = 10,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterInternationalCharacterType, "InternationalCharacterType", open) {
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeUsa = 0,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeFrance = 1,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeGermany = 2,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeUk = 3,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeDenmark = 4,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeSweden = 5,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeItaly = 6,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeSpain = 7,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeJapan = 8,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeNorway = 9,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeDenmark2 = 10,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeSpain2 = 11,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeLatinAmerica = 12,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeKorea = 13,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeIreland = 14,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeSlovenia = 15,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeCroatia = 16,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeChina = 17,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeVietnam = 18,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeArabic = 19,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeLegal = 20,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("BlackMarkParameter")
-@interface STARIO10StarXpandCommandPrinterBlackMarkParameter : NSObject
-@property (nonatomic, readonly) BOOL enable;
-- (nonnull instancetype)setEnable:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterBlackMarkPosition position;
-- (nonnull instancetype)setPosition:(enum STARIO10StarXpandCommandPrinterBlackMarkPosition)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PDF417Parameter")
-@interface STARIO10StarXpandCommandPrinterPDF417Parameter : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull content;
-@property (nonatomic, readonly) NSInteger column;
-- (nonnull instancetype)setColumn:(NSInteger)column SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger line;
-- (nonnull instancetype)setLine:(NSInteger)line SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly, getter=module) NSInteger module_;
-- (nonnull instancetype)setModule:(NSInteger)module_ SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger aspect;
-- (nonnull instancetype)setAspect:(NSInteger)aspect SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterPDF417Level level;
-- (nonnull instancetype)setLevel:(enum STARIO10StarXpandCommandPrinterPDF417Level)level SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithContent:(NSString * _Nonnull)content OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PageModeImageParameter")
-@interface STARIO10StarXpandCommandPrinterPageModeImageParameter : NSObject
-@property (nonatomic, readonly, strong) UIImage * _Nonnull image;
-@property (nonatomic, readonly) double x;
-@property (nonatomic, readonly) double y;
-@property (nonatomic, readonly) NSInteger width;
-@property (nonatomic, readonly) BOOL effectDiffusion;
-- (nonnull instancetype)setEffectDiffusion:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger threshold;
-- (nonnull instancetype)setThreshold:(NSInteger)threshold SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithImage:(UIImage * _Nonnull)image x:(double)x y:(double)y width:(NSInteger)width OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterQRCodeModel, "QRCodeModel", open) {
-  STARIO10StarXpandCommandPrinterQRCodeModelModel1 = 0,
-  STARIO10StarXpandCommandPrinterQRCodeModelModel2 = 1,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-enum STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel : NSInteger;
-
-SWIFT_CLASS_NAMED("BarcodeParameter")
-@interface STARIO10StarXpandCommandPrinterBarcodeParameter : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull content;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterBarcodeSymbology symbology;
-@property (nonatomic, readonly) BOOL printHRI;
-- (nonnull instancetype)setPrintHRI:(BOOL)printHRI SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger barDots;
-- (nonnull instancetype)setBarDots:(NSInteger)barDots SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel barRatioLevel;
-- (nonnull instancetype)setBarRatioLevel:(enum STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel)barRatioLevel SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) double height;
-- (nonnull instancetype)setHeight:(double)height SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithContent:(NSString * _Nonnull)content symbology:(enum STARIO10StarXpandCommandPrinterBarcodeSymbology)symbology OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel, "BarcodeBarRatioLevel", open) {
-  STARIO10StarXpandCommandPrinterBarcodeBarRatioLevelLevelPlus1 = 0,
-  STARIO10StarXpandCommandPrinterBarcodeBarRatioLevelLevel0 = 1,
-  STARIO10StarXpandCommandPrinterBarcodeBarRatioLevelLevelMinus1 = 2,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-enum STARIO10StarXpandCommandPrinterLineStyle : NSInteger;
-
-SWIFT_CLASS_NAMED("PageModeRuledLineParameter")
-@interface STARIO10StarXpandCommandPrinterPageModeRuledLineParameter : NSObject
-@property (nonatomic, readonly) double xStart;
-@property (nonatomic, readonly) double yStart;
-@property (nonatomic, readonly) double xEnd;
-@property (nonatomic, readonly) double yEnd;
-@property (nonatomic, readonly) double thickness;
-- (nonnull instancetype)setThickness:(double)thickness SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterLineStyle lineStyle;
-- (nonnull instancetype)setLineStyle:(enum STARIO10StarXpandCommandPrinterLineStyle)lineStyle SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithXStart:(double)xStart yStart:(double)yStart xEnd:(double)xEnd yEnd:(double)yEnd OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("QRCodeParameter")
-@interface STARIO10StarXpandCommandPrinterQRCodeParameter : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull content;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterQRCodeModel model;
-- (nonnull instancetype)setModel:(enum STARIO10StarXpandCommandPrinterQRCodeModel)model SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterQRCodeLevel level;
-- (nonnull instancetype)setLevel:(enum STARIO10StarXpandCommandPrinterQRCodeLevel)level SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger cellSize;
-- (nonnull instancetype)setCellSize:(NSInteger)cellSize SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithContent:(NSString * _Nonnull)content OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterCutType, "CutType", open) {
-  STARIO10StarXpandCommandPrinterCutTypeFull = 0,
-  STARIO10StarXpandCommandPrinterCutTypePartial = 1,
-  STARIO10StarXpandCommandPrinterCutTypeFullDirect = 2,
-  STARIO10StarXpandCommandPrinterCutTypePartialDirect = 3,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PageModeAreaParameter")
-@interface STARIO10StarXpandCommandPrinterPageModeAreaParameter : NSObject
-@property (nonatomic, readonly) double width;
-@property (nonatomic, readonly) double height;
-@property (nonatomic, readonly) double x;
-- (nonnull instancetype)setX:(double)x SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) double y;
-- (nonnull instancetype)setY:(double)y SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithWidth:(double)width height:(double)height OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterFontType, "FontType", open) {
-  STARIO10StarXpandCommandPrinterFontTypeA = 0,
-  STARIO10StarXpandCommandPrinterFontTypeB = 1,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterCJKCharacterType, "CJKCharacterType", open) {
-  STARIO10StarXpandCommandPrinterCJKCharacterTypeJapanese = 0,
-  STARIO10StarXpandCommandPrinterCJKCharacterTypeSimplifiedChinese = 1,
-  STARIO10StarXpandCommandPrinterCJKCharacterTypeTraditionalChinese = 2,
-  STARIO10StarXpandCommandPrinterCJKCharacterTypeKorean = 3,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("RuledLineParameter")
-@interface STARIO10StarXpandCommandPrinterRuledLineParameter : NSObject
-@property (nonatomic, readonly) double width;
-@property (nonatomic, readonly) double x;
-- (nonnull instancetype)setX:(double)x SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) double thickness;
-- (nonnull instancetype)setThickness:(double)thickness SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterLineStyle lineStyle;
-- (nonnull instancetype)setLineStyle:(enum STARIO10StarXpandCommandPrinterLineStyle)lineStyle SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithWidth:(double)width OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("ImageParameter")
-@interface STARIO10StarXpandCommandPrinterImageParameter : NSObject
-@property (nonatomic, readonly, strong) UIImage * _Nonnull image;
-@property (nonatomic, readonly) NSInteger width;
-@property (nonatomic, readonly) BOOL effectDiffusion;
-- (nonnull instancetype)setEffectDiffusion:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger threshold;
-- (nonnull instancetype)setThreshold:(NSInteger)threshold SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithImage:(UIImage * _Nonnull)image width:(NSInteger)width OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PageModeRectangleParameter")
-@interface STARIO10StarXpandCommandPrinterPageModeRectangleParameter : NSObject
-@property (nonatomic, readonly) double x;
-@property (nonatomic, readonly) double y;
-@property (nonatomic, readonly) double width;
-@property (nonatomic, readonly) double height;
-@property (nonatomic, readonly) double thickness;
-- (nonnull instancetype)setThickness:(double)thickness SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) BOOL roundCorner;
-- (nonnull instancetype)setRoundCorner:(BOOL)roundCorner SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) double cornerRadius;
-- (nonnull instancetype)setCornerRadius:(double)cornerRadius SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterLineStyle lineStyle;
-- (nonnull instancetype)setLineStyle:(enum STARIO10StarXpandCommandPrinterLineStyle)lineStyle SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithX:(double)x y:(double)y width:(double)width height:(double)height OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterPageModePrintDirection, "PageModePrintDirection", open) {
-  STARIO10StarXpandCommandPrinterPageModePrintDirectionBottomToTop = 0,
-  STARIO10StarXpandCommandPrinterPageModePrintDirectionLeftToRight = 1,
-  STARIO10StarXpandCommandPrinterPageModePrintDirectionRightToLeft = 2,
-  STARIO10StarXpandCommandPrinterPageModePrintDirectionTopToBottom = 3,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterAlignment, "Alignment", open) {
-  STARIO10StarXpandCommandPrinterAlignmentLeft = 0,
-  STARIO10StarXpandCommandPrinterAlignmentCenter = 1,
-  STARIO10StarXpandCommandPrinterAlignmentRight = 2,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterLineStyle, "LineStyle", open) {
-  STARIO10StarXpandCommandPrinterLineStyleSingle = 0,
-  STARIO10StarXpandCommandPrinterLineStyleDouble = 1,
-};
-
-
-SWIFT_PROTOCOL_NAMED("PrinterDelegate")
-@protocol STARIO10PrinterDelegate
-- (void)printer:(STARIO10StarPrinter * _Nonnull)printer communicationErrorDidOccur:(NSError * _Nonnull)error;
-- (void)printerIsReady:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerDidHaveError:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerIsPaperReady:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerIsPaperNearEmpty:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerIsPaperEmpty:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerIsCoverOpen:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerIsCoverClose:(STARIO10StarPrinter * _Nonnull)printer;
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10SpoolJobReceivedInterface, "SpoolJobReceivedInterface", open) {
-  STARIO10SpoolJobReceivedInterfaceUnknown = 0,
-  STARIO10SpoolJobReceivedInterfaceUsbPrinterClass = 1,
-  STARIO10SpoolJobReceivedInterfaceUsbAOA = 2,
-  STARIO10SpoolJobReceivedInterfaceUsbiAP = 3,
-  STARIO10SpoolJobReceivedInterfaceBluetooth = 4,
-  STARIO10SpoolJobReceivedInterfaceLan = 5,
-  STARIO10SpoolJobReceivedInterfaceCloudPRNT = 6,
-  STARIO10SpoolJobReceivedInterfaceWebPRNT = 7,
-  STARIO10SpoolJobReceivedInterfaceSmcs = 8,
-};
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10SpoolJobState, "SpoolJobState", open) {
-  STARIO10SpoolJobStateUnknown = 0,
-  STARIO10SpoolJobStateAccepted = 1,
-  STARIO10SpoolJobStatePrintFailedByTimeoutBeforePrinting = 2,
-  STARIO10SpoolJobStatePrinting = 3,
-  STARIO10SpoolJobStateWaitingPaperTaken = 4,
-  STARIO10SpoolJobStateWaitingPrinterReady = 5,
-  STARIO10SpoolJobStatePrintSucceeded = 6,
-  STARIO10SpoolJobStatePrintFailedByPrinterError = 7,
-  STARIO10SpoolJobStatePrintFailedByTimeout = 8,
-  STARIO10SpoolJobStatePrintFailedByPowerOff = 9,
-};
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarConfigurationSetResult, "StarConfigurationSetResult", open) {
-  STARIO10StarConfigurationSetResultApplied = 0,
-  STARIO10StarConfigurationSetResultAccepted = 1,
-};
-
-
-SWIFT_CLASS_NAMED("StarConnectionSettings")
-@interface STARIO10StarConnectionSettings : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull FIRST_FOUND_DEVICE;)
-+ (NSString * _Nonnull)FIRST_FOUND_DEVICE SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic) enum STARIO10InterfaceType interfaceType;
-@property (nonatomic, copy) NSString * _Nonnull identifier;
-@property (nonatomic) BOOL autoSwitchInterface;
-- (nonnull instancetype)initWithInterfaceType:(enum STARIO10InterfaceType)interfaceType identifier:(NSString * _Nonnull)identifier autoSwitchInterface:(BOOL)autoSwitchInterface OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-@protocol STARIO10StarDeviceDiscoveryManagerDelegate;
-
-SWIFT_PROTOCOL_NAMED("StarDeviceDiscoveryManager")
-@protocol STARIO10StarDeviceDiscoveryManager
-@property (nonatomic, weak) id <STARIO10StarDeviceDiscoveryManagerDelegate> _Nullable delegate;
-@property (nonatomic) NSInteger discoveryTime;
-- (BOOL)startDiscoveryWithError:(NSError * _Nullable * _Nullable)error;
-- (void)stopDiscovery;
-@end
-
-
-SWIFT_PROTOCOL_NAMED("StarDeviceDiscoveryManagerDelegate")
-@protocol STARIO10StarDeviceDiscoveryManagerDelegate
-- (void)manager:(id <STARIO10StarDeviceDiscoveryManager> _Nonnull)manager didFindPrinter:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)managerDidFinishDiscovery:(id <STARIO10StarDeviceDiscoveryManager> _Nonnull)manager;
-@end
-
-
-SWIFT_CLASS_NAMED("StarDeviceDiscoveryManagerFactory")
-@interface STARIO10StarDeviceDiscoveryManagerFactory : NSObject
-+ (id <STARIO10StarDeviceDiscoveryManager> _Nullable)createWithInterfaceTypes:(NSArray<NSNumber *> * _Nonnull)interfaceTypes error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10ErrorCode, "StarIO10ErrorCode", open) {
-  STARIO10ErrorCodeNone SWIFT_COMPILE_NAME("none") = 0,
-  STARIO10ErrorCodeDeviceHasError SWIFT_COMPILE_NAME("deviceHasError") = 1000,
-  STARIO10ErrorCodePrinterHoldingPaper SWIFT_COMPILE_NAME("printerHoldingPaper") = 1001,
-  STARIO10ErrorCodePrintingTimeout SWIFT_COMPILE_NAME("printingTimeout") = 1002,
-  STARIO10ErrorCodeBluetoothUnavailable SWIFT_COMPILE_NAME("bluetoothUnavailable") = 2000,
-  STARIO10ErrorCodeNetworkUnavailable SWIFT_COMPILE_NAME("networkUnavailable") = 2001,
-  STARIO10ErrorCodeSpoolerIsDisabled SWIFT_COMPILE_NAME("spoolerIsDisabled") = 3000,
-  STARIO10ErrorCodeSpoolerBufferIsNotEnough SWIFT_COMPILE_NAME("spoolerBufferIsNotEnough") = 3001,
-  STARIO10ErrorCodeSpoolerJobIdNotExists SWIFT_COMPILE_NAME("spoolerJobIdNotExists") = 3002,
-  STARIO10ErrorCodeInvalidPassword SWIFT_COMPILE_NAME("invalidPassword") = 4000,
-  STARIO10ErrorCodeNeedToChangePassword SWIFT_COMPILE_NAME("needToChangePassword") = 4001,
-  STARIO10ErrorCodeJsonFormatError SWIFT_COMPILE_NAME("jsonFormatError") = 5000,
-  STARIO10ErrorCodeStarConfigurationFormatError SWIFT_COMPILE_NAME("starConfigurationFormatError") = 6000,
-  STARIO10ErrorCodeStarConfigurationParameterError SWIFT_COMPILE_NAME("starConfigurationParameterError") = 6001,
-  STARIO10ErrorCodeStarConfigurationSpecifiedFileError SWIFT_COMPILE_NAME("starConfigurationSpecifiedFileError") = 6002,
-};
-
-
-SWIFT_CLASS_NAMED("StarIO10Logger")
-@interface STARIO10Logger : NSObject
-SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) STARIO10Logger * _Nonnull sharedObject;)
-+ (STARIO10Logger * _Nonnull)sharedObject SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-- (void)start;
-- (void)stop;
-@end
-
-@class STARIO10StarPrinterInformation;
-
-SWIFT_CLASS_NAMED("StarPrinter")
-@interface STARIO10StarPrinter : NSObject
-@property (nonatomic, readonly, strong) STARIO10StarPrinterInformation * _Nullable information;
-@property (nonatomic, readonly, strong) STARIO10StarConnectionSettings * _Nonnull connectionSettings;
-@property (nonatomic, strong) id <STARIO10PrinterDelegate> _Nullable printerDelegate;
-@property (nonatomic, strong) id <STARIO10DrawerDelegate> _Nullable drawerDelegate;
-@property (nonatomic, strong) id <STARIO10InputDeviceDelegate> _Nullable inputDeviceDelegate;
-@property (nonatomic, strong) id <STARIO10DisplayDelegate> _Nullable displayDelegate;
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-@property (nonatomic) NSInteger openTimeout;
-@property (nonatomic) NSInteger getStatusTimeout;
-@property (nonatomic) NSInteger printTimeout;
-@property (nonatomic) NSInteger starConfigurationTimeout;
-- (nonnull instancetype)initWithConnectionSettings:(STARIO10StarConnectionSettings * _Nonnull)connectionSettings;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@class STARIO10StarSpoolJobSettings;
-@class STARIO10StarPrinterStatus;
-@class STARIO10StarSpoolJobStatus;
-
-SWIFT_AVAILABILITY(ios,introduced=13.0)
-@interface STARIO10StarPrinter (SWIFT_EXTENSION(StarIO10))
-- (void)openWithCompletionHandler:(void (^ _Nonnull)(NSError * _Nullable))completionHandler;
-- (void)closeWithCompletionHandler:(void (^ _Nonnull)(void))completionHandler;
-- (void)printWithRaw:(NSData * _Nonnull)raw completionHandler:(void (^ _Nonnull)(NSError * _Nullable))completionHandler;
-- (void)printWithCommand:(NSString * _Nonnull)command completionHandler:(void (^ _Nonnull)(NSError * _Nullable))completionHandler;
-- (void)printWithCommand:(NSString * _Nonnull)command starSpoolJobSettings:(STARIO10StarSpoolJobSettings * _Nonnull)starSpoolJobSettings completionHandler:(void (^ _Nonnull)(NSInteger, NSError * _Nullable))completionHandler;
-- (void)getStatusWithCompletionHandler:(void (^ _Nonnull)(STARIO10StarPrinterStatus * _Nullable, NSError * _Nullable))completionHandler;
-- (void)getSpoolJobStatusWithJobId:(NSInteger)jobId completionHandler:(void (^ _Nonnull)(STARIO10StarSpoolJobStatus * _Nullable, NSError * _Nullable))completionHandler;
-- (void)getSpoolJobStatusListWithSize:(NSInteger)size completionHandler:(void (^ _Nonnull)(NSArray<STARIO10StarSpoolJobStatus *> * _Nullable, NSError * _Nullable))completionHandler;
-- (void)setStarConfigurationWithStarConfiguration:(NSString * _Nonnull)starConfiguration completionHandler:(void (^ _Nonnull)(enum STARIO10StarConfigurationSetResult, NSError * _Nullable))completionHandler;
-- (void)getStarConfigurationWithPassword:(NSString * _Nullable)password completionHandler:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))completionHandler;
-- (void)getDefaultStarConfigurationWithCompletionHandler:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))completionHandler;
-@end
-
-
-@interface STARIO10StarPrinter (SWIFT_EXTENSION(StarIO10))
-/// @available(iOS, obsoleted: 15.0, message: “Not available on iOS 15 or later: Please use open() async”)
-/// 以下の各funcに上記@availableを設定していたが削除(Ver2.0以降)。ReactNative用StarIO10WrapperからはiOS15でも利用するため。
-- (void)openWithCompletion:(void (^ _Nonnull)(NSError * _Nullable))completion;
-- (void)closeWithCompletion:(void (^ _Nonnull)(void))completion;
-- (void)printWithRaw:(NSData * _Nonnull)raw completion:(void (^ _Nonnull)(NSError * _Nullable))completion;
-- (void)printWithCommand:(NSString * _Nonnull)command completion:(void (^ _Nonnull)(NSError * _Nullable))completion;
-- (void)getStatusWithCompletion:(void (^ _Nonnull)(STARIO10StarPrinterStatus * _Nullable, NSError * _Nullable))completion;
-- (void)getSpoolJobStatusWithJobId:(NSInteger)jobId completion:(void (^ _Nonnull)(STARIO10StarSpoolJobStatus * _Nullable, NSError * _Nullable))completion;
-- (void)getSpoolJobStatusListWithSize:(NSInteger)size completion:(void (^ _Nonnull)(NSArray<STARIO10StarSpoolJobStatus *> * _Nullable, NSError * _Nullable))completion;
-- (void)getStarConfigurationWithPassword:(NSString * _Nullable)password completion:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))completion;
-- (void)getDefaultStarConfigurationWithCompletion:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))completion;
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarPrinterEmulation, "StarPrinterEmulation", open) {
-  STARIO10StarPrinterEmulationUnknown = 0,
-  STARIO10StarPrinterEmulationStarLine = 1,
-  STARIO10StarPrinterEmulationStarDot = 2,
-  STARIO10StarPrinterEmulationStarGraphic = 3,
-  STARIO10StarPrinterEmulationStarPRNT = 4,
-  STARIO10StarPrinterEmulationEscPos = 5,
-  STARIO10StarPrinterEmulationEscPosMobile = 6,
-};
-
-enum STARIO10StarPrinterModel : NSInteger;
-
-SWIFT_CLASS_NAMED("StarPrinterInformation")
-@interface STARIO10StarPrinterInformation : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-@property (nonatomic, readonly) enum STARIO10StarPrinterModel model;
-@property (nonatomic, readonly) enum STARIO10StarPrinterEmulation emulation;
-@property (nonatomic, readonly, copy) NSDictionary<NSString *, id> * _Nonnull reserved;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarPrinterModel, "StarPrinterModel", open) {
-  STARIO10StarPrinterModelUnknown = 0,
-  STARIO10StarPrinterModelTSP650II SWIFT_COMPILE_NAME("tsp650II") = 1,
-  STARIO10StarPrinterModelTSP700II SWIFT_COMPILE_NAME("tsp700II") = 2,
-  STARIO10StarPrinterModelTSP800II SWIFT_COMPILE_NAME("tsp800II") = 3,
-  STARIO10StarPrinterModelFVP10 SWIFT_COMPILE_NAME("fvp10") = 4,
-  STARIO10StarPrinterModelTSP100LAN SWIFT_COMPILE_NAME("tsp100LAN") = 5,
-  STARIO10StarPrinterModelTSP100IIIW SWIFT_COMPILE_NAME("tsp100IIIW") = 6,
-  STARIO10StarPrinterModelTSP100IIILAN SWIFT_COMPILE_NAME("tsp100IIILAN") = 7,
-  STARIO10StarPrinterModelTSP100IIIBI SWIFT_COMPILE_NAME("tsp100IIIBI") = 8,
-  STARIO10StarPrinterModelTSP100IIIU SWIFT_COMPILE_NAME("tsp100IIIU") = 9,
-  STARIO10StarPrinterModelTSP100IV_SK SWIFT_COMPILE_NAME("tsp100IV_SK") = 10,
-  STARIO10StarPrinterModelTSP100IV SWIFT_COMPILE_NAME("tsp100IV") = 11,
-  STARIO10StarPrinterModelmPOP SWIFT_COMPILE_NAME("mPOP") = 12,
-  STARIO10StarPrinterModelmC_Print2 SWIFT_COMPILE_NAME("mC_Print2") = 13,
-  STARIO10StarPrinterModelmC_Print3 SWIFT_COMPILE_NAME("mC_Print3") = 14,
-  STARIO10StarPrinterModelmC_Label3 SWIFT_COMPILE_NAME("mC_Label3") = 15,
-  STARIO10StarPrinterModelSM_S210i SWIFT_COMPILE_NAME("sm_S210i") = 16,
-  STARIO10StarPrinterModelSM_S230i SWIFT_COMPILE_NAME("sm_S230i") = 17,
-  STARIO10StarPrinterModelSM_T300i SWIFT_COMPILE_NAME("sm_T300i") = 18,
-  STARIO10StarPrinterModelSM_T400i SWIFT_COMPILE_NAME("sm_T400i") = 19,
-  STARIO10StarPrinterModelSM_L200 SWIFT_COMPILE_NAME("sm_L200") = 20,
-  STARIO10StarPrinterModelSM_L300 SWIFT_COMPILE_NAME("sm_L300") = 21,
-  STARIO10StarPrinterModelBSC10 SWIFT_COMPILE_NAME("bsc10") = 22,
-  STARIO10StarPrinterModelTSP043 SWIFT_COMPILE_NAME("tsp043") = 23,
-  STARIO10StarPrinterModelSP700 SWIFT_COMPILE_NAME("sp700") = 24,
-  STARIO10StarPrinterModelTUP500 SWIFT_COMPILE_NAME("tup500") = 25,
-};
-
-@protocol STARIO10StarPrinterStatusDetail;
-
-SWIFT_CLASS_NAMED("StarPrinterStatus")
-@interface STARIO10StarPrinterStatus : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-@property (nonatomic, readonly) BOOL hasError;
-@property (nonatomic, readonly) BOOL coverOpen;
-@property (nonatomic, readonly) BOOL drawerOpenCloseSignal;
-@property (nonatomic, readonly) BOOL paperEmpty;
-@property (nonatomic, readonly) BOOL paperNearEmpty;
-@property (nonatomic, readonly, copy) NSDictionary<NSString *, id> * _Nonnull reserved;
-@property (nonatomic, readonly, strong) id <STARIO10StarPrinterStatusDetail> _Nonnull detail;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_PROTOCOL_NAMED("StarPrinterStatusDetail")
-@protocol STARIO10StarPrinterStatusDetail
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableCutterError;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullablePaperSeparatorError;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullablePaperJamError;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableRollPositionError;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullablePaperPresent;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableDrawerOpenError;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullablePrintUnitOpen;
-@property (nonatomic, readonly, strong) STARIO10NullableDrawerOpenedMethod * _Nullable nullableDrawer1OpenedMethod;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableDrawer1OpenCloseSignal;
-@property (nonatomic, readonly, strong) STARIO10NullableDrawerOpenedMethod * _Nullable nullableDrawer2OpenedMethod;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableDrawer2OpenCloseSignal;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableExternalDevice1Connected;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableExternalDevice2Connected;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullablePartsReplacementNotification;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableCleaningNotification;
-@property (nonatomic, readonly, strong) STARIO10NullableInt * _Nullable nullableDetectedPaperWidth;
-@end
-
-
-SWIFT_CLASS_NAMED("StarSpoolJobSettings")
-@interface STARIO10StarSpoolJobSettings : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-@property (nonatomic, readonly) BOOL isRetryEnabled;
-@property (nonatomic, readonly) NSInteger timeout;
-@property (nonatomic, readonly, copy) NSString * _Nonnull note;
-- (nonnull instancetype)initWithIsRetryEnabled:(BOOL)isRetryEnabled timeout:(NSInteger)timeout note:(NSString * _Nonnull)note OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS_NAMED("StarSpoolJobStatus")
-@interface STARIO10StarSpoolJobStatus : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-@property (nonatomic, readonly) NSInteger jobId;
-@property (nonatomic, readonly) enum STARIO10SpoolJobState jobState;
-@property (nonatomic, readonly) NSInteger elapsedTime;
-@property (nonatomic, readonly) enum STARIO10SpoolJobReceivedInterface jobReceivedInterface;
-@property (nonatomic, readonly, copy) NSString * _Nonnull appInfo;
-@property (nonatomic, readonly, copy) NSString * _Nonnull hostModel;
-@property (nonatomic, readonly, copy) NSString * _Nonnull hostOS;
-@property (nonatomic, readonly, copy) NSString * _Nonnull hostIpAddress;
-@property (nonatomic, readonly, strong) STARIO10StarSpoolJobSettings * _Nonnull jobSettings;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS_NAMED("StarXpandCommand")
-@interface STARIO10StarXpandCommand : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-@class STARIO10StarXpandCommandPreSettingBuilder;
-@class STARIO10StarXpandCommandDocumentBuilder;
-
-SWIFT_CLASS_NAMED("StarXpandCommandBuilder")
-@interface STARIO10StarXpandCommandBuilder : NSObject
-@property (nonatomic, strong) STARIO10StarXpandCommandPreSettingBuilder * _Nullable preSetting;
-- (nonnull instancetype)addDocument:(STARIO10StarXpandCommandDocumentBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (NSString * _Nonnull)getCommands SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-@class STARIO10StarXpandCommandMagnificationParameter;
-
-SWIFT_CLASS_NAMED("PageModeBuilder")
-@interface STARIO10StarXpandCommandPageModeBuilder : NSObject
-- (nonnull instancetype)stylePrintDirection:(enum STARIO10StarXpandCommandPrinterPageModePrintDirection)direction SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleFont:(enum STARIO10StarXpandCommandPrinterFontType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleBold:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleInvert:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleUnderLine:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleMagnification:(STARIO10StarXpandCommandMagnificationParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCharacterSpace:(double)width SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleLineSpace:(double)height SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleVerticalPositionTo:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleVerticalPositionBy:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalPositionTo:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalPositionBy:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalTabPositions:(NSArray<NSNumber *> * _Nonnull)positions SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleInternationalCharacter:(enum STARIO10StarXpandCommandPrinterInternationalCharacterType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleSecondPriorityCharacterEncoding:(enum STARIO10StarXpandCommandPrinterCharacterEncodingType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCJKCharacterPriority:(NSArray<NSNumber *> * _Nonnull)types SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintText:(NSString * _Nonnull)content SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintBarcode:(STARIO10StarXpandCommandPrinterBarcodeParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintPDF417:(STARIO10StarXpandCommandPrinterPDF417Parameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintQRCode:(STARIO10StarXpandCommandPrinterQRCodeParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintImage:(STARIO10StarXpandCommandPrinterPageModeImageParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintRuledLine:(STARIO10StarXpandCommandPrinterPageModeRuledLineParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintRectangle:(STARIO10StarXpandCommandPrinterPageModeRectangleParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)add:(STARIO10StarXpandCommandPageModeBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addPageModeWithParameter:(STARIO10StarXpandCommandPrinterPageModeAreaParameter * _Nonnull)parameter builder:(STARIO10StarXpandCommandPageModeBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PrinterBuilder")
-@interface STARIO10StarXpandCommandPrinterBuilder : NSObject
-- (nonnull instancetype)styleAlignment:(enum STARIO10StarXpandCommandPrinterAlignment)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleFont:(enum STARIO10StarXpandCommandPrinterFontType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleBold:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleInvert:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleUnderLine:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleMagnification:(STARIO10StarXpandCommandMagnificationParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCharacterSpace:(double)width SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleLineSpace:(double)height SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalPositionTo:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalPositionBy:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalTabPositions:(NSArray<NSNumber *> * _Nonnull)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleInternationalCharacter:(enum STARIO10StarXpandCommandPrinterInternationalCharacterType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleSecondPriorityCharacterEncoding:(enum STARIO10StarXpandCommandPrinterCharacterEncodingType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCJKCharacterPriority:(NSArray<NSNumber *> * _Nonnull)types SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionCut:(enum STARIO10StarXpandCommandPrinterCutType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionFeed:(double)height SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionFeedLine:(NSInteger)lines SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintText:(NSString * _Nonnull)content SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintLogo:(STARIO10StarXpandCommandPrinterLogoParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintBarcode:(STARIO10StarXpandCommandPrinterBarcodeParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintPDF417:(STARIO10StarXpandCommandPrinterPDF417Parameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintQRCode:(STARIO10StarXpandCommandPrinterQRCodeParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintImage:(STARIO10StarXpandCommandPrinterImageParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintRuledLine:(STARIO10StarXpandCommandPrinterRuledLineParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)add:(STARIO10StarXpandCommandPrinterBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addPageModeWithParameter:(STARIO10StarXpandCommandPrinterPageModeAreaParameter * _Nonnull)parameter builder:(STARIO10StarXpandCommandPageModeBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-@class STARIO10StarXpandCommandPresenterSettingBuilder;
-@class STARIO10StarXpandCommandBezelSettingBuilder;
-
-SWIFT_CLASS_NAMED("PreSettingBuilder")
-@interface STARIO10StarXpandCommandPreSettingBuilder : NSObject
-- (nonnull instancetype)addPresenterSetting:(STARIO10StarXpandCommandPresenterSettingBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addBezelSetting:(STARIO10StarXpandCommandBezelSettingBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("BezelSettingBuilder")
-@interface STARIO10StarXpandCommandBezelSettingBuilder : NSObject
-- (nonnull instancetype)settingAutomaticPageLength:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingLEDAutomaticBlink:(STARIO10StarXpandCommandBezelLEDAutomaticBlinkParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-@class STARIO10StarXpandCommandDrawerBuilder;
-@class STARIO10StarXpandCommandBuzzerBuilder;
-@class STARIO10StarXpandCommandMelodySpeakerBuilder;
-@class STARIO10StarXpandCommandDisplayBuilder;
-
-SWIFT_CLASS_NAMED("DocumentBuilder")
-@interface STARIO10StarXpandCommandDocumentBuilder : NSObject
-- (nonnull instancetype)settingTopMargin:(double)height SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingBlackMark:(STARIO10StarXpandCommandPrinterBlackMarkParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingLabel:(STARIO10StarXpandCommandPrinterLabelParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingHoldPrint:(STARIO10StarXpandCommandPrinterHoldPrintParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingPrintableArea:(double)width SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addPrinter:(STARIO10StarXpandCommandPrinterBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addDrawer:(STARIO10StarXpandCommandDrawerBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addBuzzer:(STARIO10StarXpandCommandBuzzerBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addMelodySpeaker:(STARIO10StarXpandCommandMelodySpeakerBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addDisplay:(STARIO10StarXpandCommandDisplayBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addRaw:(NSData * _Nonnull)content SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("BuzzerBuilder")
-@interface STARIO10StarXpandCommandBuzzerBuilder : NSObject
-- (nonnull instancetype)actionDrive:(STARIO10StarXpandCommandBuzzerDriveParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("MelodySpeakerBuilder")
-@interface STARIO10StarXpandCommandMelodySpeakerBuilder : NSObject
-- (nonnull instancetype)actionDriveRegisteredSound:(STARIO10StarXpandCommandMelodySpeakerDriveRegisteredSoundParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionDriveOneTimeSound:(STARIO10StarXpandCommandMelodySpeakerDriveOneTimeSoundParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("DrawerBuilder")
-@interface STARIO10StarXpandCommandDrawerBuilder : NSObject
-- (nonnull instancetype)actionOpen:(STARIO10StarXpandCommandDrawerOpenParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("MagnificationParameter")
-@interface STARIO10StarXpandCommandMagnificationParameter : NSObject
-@property (nonatomic, readonly) NSInteger width;
-@property (nonatomic, readonly) NSInteger height;
-- (nonnull instancetype)initWithWidth:(NSInteger)width height:(NSInteger)height OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("DisplayBuilder")
-@interface STARIO10StarXpandCommandDisplayBuilder : NSObject
-- (nonnull instancetype)styleInternationalCharacter:(enum STARIO10StarXpandCommandDisplayInternationalCharacterType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCharacterEncoding:(enum STARIO10StarXpandCommandDisplayCharacterEncodingType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCursorPositionTo:(STARIO10StarXpandCommandDisplayPositionParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionClearLine SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionClearAll SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionSetBackLightState:(BOOL)on SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionSetCursorState:(enum STARIO10StarXpandCommandDisplayCursorState)state SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionSetContrast:(enum STARIO10StarXpandCommandDisplayContrast)value SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionShowText:(NSString * _Nonnull)content SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionShowImage:(STARIO10StarXpandCommandDisplayImageParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PresenterSettingBuilder")
-@interface STARIO10StarXpandCommandPresenterSettingBuilder : NSObject
-- (nonnull instancetype)settingMode:(STARIO10StarXpandCommandPresenterModeParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingLEDAutomaticBlinkWithParameter:(STARIO10StarXpandCommandPresenterLEDAutomaticBlinkParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-
-#endif
-#if defined(__cplusplus)
-#endif
-#if __has_attribute(external_source_symbol)
-# pragma clang attribute pop
-#endif
-#pragma clang diagnostic pop
-#endif
-
-#elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-#ifndef STARIO10_SWIFT_H
-#define STARIO10_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(<swift/objc-prologue.h>)
-# include <swift/objc-prologue.h>
-#endif
-
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
-#pragma clang diagnostic ignored "-Wauto-import"
-#if defined(__OBJC__)
-#include <Foundation/Foundation.h>
-#endif
-#if defined(__cplusplus)
-#include <cstdint>
-#include <cstddef>
-#include <cstdbool>
-#else
-#include <stdint.h>
-#include <stddef.h>
-#include <stdbool.h>
-#endif
-
-#if !defined(SWIFT_TYPEDEFS)
-# define SWIFT_TYPEDEFS 1
-# if __has_include(<uchar.h>)
-#  include <uchar.h>
-# 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(__OBJC__)
-#if !defined(IBSegueAction)
-# define IBSegueAction
-#endif
-#endif
-#if !defined(SWIFT_EXTERN)
-# if defined(__cplusplus)
-#  define SWIFT_EXTERN extern "C"
-# else
-#  define SWIFT_EXTERN extern
-# endif
-#endif
-#if !defined(SWIFT_CALL)
-# define SWIFT_CALL __attribute__((swiftcall))
-#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
-# define SWIFT_NOEXCEPT noexcept
-#endif
-#else
-#if !defined(SWIFT_NOEXCEPT)
-# define SWIFT_NOEXCEPT 
-#endif
-#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
-#endif
-#endif
-#if defined(__OBJC__)
-#if __has_feature(modules)
-#if __has_warning("-Watimport-in-framework-header")
-#pragma clang diagnostic ignored "-Watimport-in-framework-header"
-#endif
-@import Foundation;
-@import ObjectiveC;
-#endif
-
-#endif
-#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
-#pragma clang diagnostic ignored "-Wduplicate-method-arg"
-#if __has_warning("-Wpragma-clang-attribute")
-# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
-#endif
-#pragma clang diagnostic ignored "-Wunknown-pragmas"
-#pragma clang diagnostic ignored "-Wnullability"
-#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
-
-#if __has_attribute(external_source_symbol)
-# pragma push_macro("any")
-# undef any
-# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="StarIO10",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
-# pragma pop_macro("any")
-#endif
-
-#if defined(__OBJC__)
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand5Bezel")
-@interface Bezel : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Bezel (SWIFT_EXTENSION(StarIO10))
-@end
-
-enum STARIO10StarXpandCommandBezelLEDType : NSInteger;
-
-SWIFT_CLASS_NAMED("LEDAutomaticBlinkParameter")
-@interface STARIO10StarXpandCommandBezelLEDAutomaticBlinkParameter : NSObject
-- (nonnull instancetype)initWithType:(enum STARIO10StarXpandCommandBezelLEDType)type OBJC_DESIGNATED_INITIALIZER;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandBezelLEDType type;
-@property (nonatomic, readonly) NSInteger onTime;
-- (nonnull instancetype)setOnTime:(NSInteger)onTime SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger offTime;
-- (nonnull instancetype)setOffTime:(NSInteger)offTime SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Bezel (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandBezelLEDType, "LEDType", open) {
-  STARIO10StarXpandCommandBezelLEDTypeHolding = 0,
-  STARIO10StarXpandCommandBezelLEDTypeError = 1,
-  STARIO10StarXpandCommandBezelLEDTypeIdle = 2,
-};
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand6Buzzer")
-@interface Buzzer : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Buzzer (SWIFT_EXTENSION(StarIO10))
-@end
-
-enum STARIO10StarXpandCommandBuzzerChannel : NSInteger;
-
-SWIFT_CLASS_NAMED("DriveParameter")
-@interface STARIO10StarXpandCommandBuzzerDriveParameter : NSObject
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandBuzzerChannel channel;
-- (nonnull instancetype)setChannel:(enum STARIO10StarXpandCommandBuzzerChannel)channel SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger repeat;
-- (nonnull instancetype)setRepeat:(NSInteger)repeat SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger onTime;
-- (nonnull instancetype)setOnTime:(NSInteger)onTime SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger offTime;
-- (nonnull instancetype)setOffTime:(NSInteger)offTime SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Buzzer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandBuzzerChannel, "Channel", open) {
-  STARIO10StarXpandCommandBuzzerChannelNo1 = 0,
-  STARIO10StarXpandCommandBuzzerChannelNo2 = 1,
-};
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand7Display")
-@interface Display : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PositionParameter")
-@interface STARIO10StarXpandCommandDisplayPositionParameter : NSObject
-@property (nonatomic, readonly) NSInteger x;
-@property (nonatomic, readonly) NSInteger y;
-- (nonnull instancetype)initWithX:(NSInteger)x y:(NSInteger)y OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandDisplayContrast, "Contrast", open) {
-  STARIO10StarXpandCommandDisplayContrastPlus3 = 0,
-  STARIO10StarXpandCommandDisplayContrastPlus2 = 1,
-  STARIO10StarXpandCommandDisplayContrastPlus1 = 2,
-  STARIO10StarXpandCommandDisplayContrastDefault = 3,
-  STARIO10StarXpandCommandDisplayContrastMinus1 = 4,
-  STARIO10StarXpandCommandDisplayContrastMinus2 = 5,
-  STARIO10StarXpandCommandDisplayContrastMinus3 = 6,
-};
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandDisplayInternationalCharacterType, "InternationalCharacterType", open) {
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeUsa = 0,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeFrance = 1,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeGermany = 2,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeUk = 3,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeDenmark = 4,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeSweden = 5,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeItaly = 6,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeSpain = 7,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeJapan = 8,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeNorway = 9,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeDenmark2 = 10,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeSpain2 = 11,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeLatinAmerica = 12,
-  STARIO10StarXpandCommandDisplayInternationalCharacterTypeKorea = 13,
-};
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandDisplayCursorState, "CursorState", open) {
-  STARIO10StarXpandCommandDisplayCursorStateOn = 0,
-  STARIO10StarXpandCommandDisplayCursorStateBlink = 1,
-  STARIO10StarXpandCommandDisplayCursorStateOff = 2,
-};
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-@class UIImage;
-
-SWIFT_CLASS_NAMED("ImageParameter")
-@interface STARIO10StarXpandCommandDisplayImageParameter : NSObject
-@property (nonatomic, readonly, strong) UIImage * _Nonnull image;
-@property (nonatomic, readonly) BOOL effectDiffusion;
-- (nonnull instancetype)setEffectDiffusion:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger threshold;
-- (nonnull instancetype)setThreshold:(NSInteger)threshold SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithImage:(UIImage * _Nonnull)image OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Display (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandDisplayCharacterEncodingType, "CharacterEncodingType", open) {
-  STARIO10StarXpandCommandDisplayCharacterEncodingTypeJapanese = 0,
-  STARIO10StarXpandCommandDisplayCharacterEncodingTypeSimplifiedChinese = 1,
-  STARIO10StarXpandCommandDisplayCharacterEncodingTypeTraditionalChinese = 2,
-  STARIO10StarXpandCommandDisplayCharacterEncodingTypeKorean = 3,
-  STARIO10StarXpandCommandDisplayCharacterEncodingTypeCodePage = 4,
-};
-
-@class STARIO10StarPrinter;
-
-SWIFT_PROTOCOL_NAMED("DisplayDelegate")
-@protocol STARIO10DisplayDelegate
-- (void)displayWithPrinter:(STARIO10StarPrinter * _Nonnull)printer communicationErrorDidOccur:(NSError * _Nonnull)error;
-- (void)displayDidConnectWithPrinter:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)displayDidDisconnectWithPrinter:(STARIO10StarPrinter * _Nonnull)printer;
-@end
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand6Drawer")
-@interface Drawer : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Drawer (SWIFT_EXTENSION(StarIO10))
-@end
-
-enum STARIO10StarXpandCommandDrawerChannel : NSInteger;
-
-SWIFT_CLASS_NAMED("OpenParameter")
-@interface STARIO10StarXpandCommandDrawerOpenParameter : NSObject
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandDrawerChannel channel;
-- (nonnull instancetype)setChannel:(enum STARIO10StarXpandCommandDrawerChannel)channel SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger onTime;
-- (nonnull instancetype)setOnTime:(NSInteger)onTime SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Drawer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandDrawerChannel, "Channel", open) {
-  STARIO10StarXpandCommandDrawerChannelNo1 = 0,
-  STARIO10StarXpandCommandDrawerChannelNo2 = 1,
-};
-
-
-SWIFT_PROTOCOL_NAMED("DrawerDelegate")
-@protocol STARIO10DrawerDelegate
-- (void)drawerWithPrinter:(STARIO10StarPrinter * _Nonnull)printer communicationErrorDidOccur:(NSError * _Nonnull)error;
-- (void)drawerWithPrinter:(STARIO10StarPrinter * _Nonnull)printer didSwitch:(BOOL)openCloseSignal;
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10DrawerOpenedMethod, "DrawerOpenedMethod", open) {
-  STARIO10DrawerOpenedMethodByHand SWIFT_COMPILE_NAME("byHand") = 0,
-  STARIO10DrawerOpenedMethodByCommand SWIFT_COMPILE_NAME("byCommand") = 1,
-};
-
-@class NSData;
-
-SWIFT_PROTOCOL_NAMED("InputDeviceDelegate")
-@protocol STARIO10InputDeviceDelegate
-- (void)inputDeviceWithPrinter:(STARIO10StarPrinter * _Nonnull)printer communicationErrorDidOccur:(NSError * _Nonnull)error;
-- (void)inputDeviceDidConnectWithPrinter:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)inputDeviceDidDisconnectWithPrinter:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)inputDeviceWithPrinter:(STARIO10StarPrinter * _Nonnull)printer didReceive:(NSData * _Nonnull)data;
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10InterfaceType, "InterfaceType", open) {
-  STARIO10InterfaceTypeUnknown SWIFT_COMPILE_NAME("unknown") = 0,
-  STARIO10InterfaceTypeUSB SWIFT_COMPILE_NAME("usb") = 1,
-  STARIO10InterfaceTypeBluetooth SWIFT_COMPILE_NAME("bluetooth") = 2,
-  STARIO10InterfaceTypeBluetoothLE SWIFT_COMPILE_NAME("bluetoothLE") = 3,
-  STARIO10InterfaceTypeLAN SWIFT_COMPILE_NAME("lan") = 4,
-};
-
-
-SWIFT_CLASS("_TtC8StarIO108Internal")
-@interface Internal : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-@class NSString;
-
-SWIFT_CLASS_NAMED("InternalInterface")
-@interface STARIO10InternalInterface : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-+ (void)appendLogHeader:(NSString * _Nonnull)header;
-@end
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand13MelodySpeaker")
-@interface MelodySpeaker : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface MelodySpeaker (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("DriveOneTimeSoundParameter")
-@interface STARIO10StarXpandCommandMelodySpeakerDriveOneTimeSoundParameter : NSObject
-@property (nonatomic, readonly, copy) NSData * _Nonnull source;
-@property (nonatomic, readonly) NSInteger volume;
-- (nonnull instancetype)setVolume:(NSInteger)volume SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithSource:(NSData * _Nonnull)source OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface MelodySpeaker (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandMelodySpeakerSoundStorageArea, "SoundStorageArea", open) {
-  STARIO10StarXpandCommandMelodySpeakerSoundStorageAreaArea1 = 0,
-  STARIO10StarXpandCommandMelodySpeakerSoundStorageAreaArea2 = 1,
-};
-
-
-@interface MelodySpeaker (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("DriveRegisteredSoundParameter")
-@interface STARIO10StarXpandCommandMelodySpeakerDriveRegisteredSoundParameter : NSObject
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandMelodySpeakerSoundStorageArea area;
-@property (nonatomic, readonly) NSInteger number;
-@property (nonatomic, readonly) NSInteger volume;
-- (nonnull instancetype)setVolume:(NSInteger)volume SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithArea:(enum STARIO10StarXpandCommandMelodySpeakerSoundStorageArea)area number:(NSInteger)number OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS_NAMED("NullableBool")
-@interface STARIO10NullableBool : NSObject
-@property (nonatomic) BOOL value;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS_NAMED("NullableDrawerOpenedMethod")
-@interface STARIO10NullableDrawerOpenedMethod : NSObject
-@property (nonatomic) enum STARIO10DrawerOpenedMethod value;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS_NAMED("NullableInt")
-@interface STARIO10NullableInt : NSObject
-@property (nonatomic) NSInteger value;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand9Presenter")
-@interface Presenter : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Presenter (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("ModeParameter")
-@interface STARIO10StarXpandCommandPresenterModeParameter : NSObject
-@property (nonatomic, readonly) BOOL loop;
-- (nonnull instancetype)setLoop:(BOOL)loop SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) BOOL hold;
-- (nonnull instancetype)setHold:(BOOL)hold SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) BOOL retract;
-- (nonnull instancetype)setRetract:(BOOL)retract SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger holdTime;
-- (nonnull instancetype)setHoldTime:(NSInteger)holdTime SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Presenter (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPresenterLEDType, "LEDType", open) {
-  STARIO10StarXpandCommandPresenterLEDTypeHolding = 0,
-  STARIO10StarXpandCommandPresenterLEDTypeError = 1,
-  STARIO10StarXpandCommandPresenterLEDTypeIdle = 2,
-};
-
-
-@interface Presenter (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("LEDAutomaticBlinkParameter")
-@interface STARIO10StarXpandCommandPresenterLEDAutomaticBlinkParameter : NSObject
-- (nonnull instancetype)initWithType:(enum STARIO10StarXpandCommandPresenterLEDType)type OBJC_DESIGNATED_INITIALIZER;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPresenterLEDType type;
-@property (nonatomic, readonly) NSInteger onTime;
-- (nonnull instancetype)setOnTime:(NSInteger)onTime SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger offTime;
-- (nonnull instancetype)setOffTime:(NSInteger)offTime SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS("_TtCC8StarIO1016StarXpandCommand7Printer")
-@interface Printer : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterPDF417Level, "PDF417Level", open) {
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc0 = 0,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc1 = 1,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc2 = 2,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc3 = 3,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc4 = 4,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc5 = 5,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc6 = 6,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc7 = 7,
-  STARIO10StarXpandCommandPrinterPDF417LevelEcc8 = 8,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterBlackMarkPosition, "BlackMarkPosition", open) {
-  STARIO10StarXpandCommandPrinterBlackMarkPositionFront = 0,
-  STARIO10StarXpandCommandPrinterBlackMarkPositionBack = 1,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterCharacterEncodingType, "CharacterEncodingType", open) {
-  STARIO10StarXpandCommandPrinterCharacterEncodingTypeJapanese = 0,
-  STARIO10StarXpandCommandPrinterCharacterEncodingTypeSimplifiedChinese = 1,
-  STARIO10StarXpandCommandPrinterCharacterEncodingTypeTraditionalChinese = 2,
-  STARIO10StarXpandCommandPrinterCharacterEncodingTypeKorean = 3,
-  STARIO10StarXpandCommandPrinterCharacterEncodingTypeCodePage = 4,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("LogoParameter")
-@interface STARIO10StarXpandCommandPrinterLogoParameter : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull keyCode;
-- (nonnull instancetype)initWithKeyCode:(NSString * _Nonnull)keyCode OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("HoldPrintParameter")
-@interface STARIO10StarXpandCommandPrinterHoldPrintParameter : NSObject
-@property (nonatomic, readonly) BOOL enable;
-- (nonnull instancetype)initWithEnable:(BOOL)enable OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("LabelParameter")
-@interface STARIO10StarXpandCommandPrinterLabelParameter : NSObject
-- (BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)setEnable:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterQRCodeLevel, "QRCodeLevel", open) {
-  STARIO10StarXpandCommandPrinterQRCodeLevelL = 0,
-  STARIO10StarXpandCommandPrinterQRCodeLevelM = 1,
-  STARIO10StarXpandCommandPrinterQRCodeLevelQ = 2,
-  STARIO10StarXpandCommandPrinterQRCodeLevelH = 3,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterBarcodeSymbology, "BarcodeSymbology", open) {
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyUpcE = 0,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyUpcA = 1,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyJan8 = 2,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyEan8 = 3,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyJan13 = 4,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyEan13 = 5,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyCode39 = 6,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyItf = 7,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyCode128 = 8,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyCode93 = 9,
-  STARIO10StarXpandCommandPrinterBarcodeSymbologyNw7 = 10,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterInternationalCharacterType, "InternationalCharacterType", open) {
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeUsa = 0,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeFrance = 1,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeGermany = 2,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeUk = 3,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeDenmark = 4,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeSweden = 5,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeItaly = 6,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeSpain = 7,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeJapan = 8,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeNorway = 9,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeDenmark2 = 10,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeSpain2 = 11,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeLatinAmerica = 12,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeKorea = 13,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeIreland = 14,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeSlovenia = 15,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeCroatia = 16,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeChina = 17,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeVietnam = 18,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeArabic = 19,
-  STARIO10StarXpandCommandPrinterInternationalCharacterTypeLegal = 20,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("BlackMarkParameter")
-@interface STARIO10StarXpandCommandPrinterBlackMarkParameter : NSObject
-@property (nonatomic, readonly) BOOL enable;
-- (nonnull instancetype)setEnable:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterBlackMarkPosition position;
-- (nonnull instancetype)setPosition:(enum STARIO10StarXpandCommandPrinterBlackMarkPosition)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PDF417Parameter")
-@interface STARIO10StarXpandCommandPrinterPDF417Parameter : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull content;
-@property (nonatomic, readonly) NSInteger column;
-- (nonnull instancetype)setColumn:(NSInteger)column SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger line;
-- (nonnull instancetype)setLine:(NSInteger)line SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly, getter=module) NSInteger module_;
-- (nonnull instancetype)setModule:(NSInteger)module_ SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger aspect;
-- (nonnull instancetype)setAspect:(NSInteger)aspect SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterPDF417Level level;
-- (nonnull instancetype)setLevel:(enum STARIO10StarXpandCommandPrinterPDF417Level)level SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithContent:(NSString * _Nonnull)content OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PageModeImageParameter")
-@interface STARIO10StarXpandCommandPrinterPageModeImageParameter : NSObject
-@property (nonatomic, readonly, strong) UIImage * _Nonnull image;
-@property (nonatomic, readonly) double x;
-@property (nonatomic, readonly) double y;
-@property (nonatomic, readonly) NSInteger width;
-@property (nonatomic, readonly) BOOL effectDiffusion;
-- (nonnull instancetype)setEffectDiffusion:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger threshold;
-- (nonnull instancetype)setThreshold:(NSInteger)threshold SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithImage:(UIImage * _Nonnull)image x:(double)x y:(double)y width:(NSInteger)width OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterQRCodeModel, "QRCodeModel", open) {
-  STARIO10StarXpandCommandPrinterQRCodeModelModel1 = 0,
-  STARIO10StarXpandCommandPrinterQRCodeModelModel2 = 1,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-enum STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel : NSInteger;
-
-SWIFT_CLASS_NAMED("BarcodeParameter")
-@interface STARIO10StarXpandCommandPrinterBarcodeParameter : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull content;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterBarcodeSymbology symbology;
-@property (nonatomic, readonly) BOOL printHRI;
-- (nonnull instancetype)setPrintHRI:(BOOL)printHRI SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger barDots;
-- (nonnull instancetype)setBarDots:(NSInteger)barDots SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel barRatioLevel;
-- (nonnull instancetype)setBarRatioLevel:(enum STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel)barRatioLevel SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) double height;
-- (nonnull instancetype)setHeight:(double)height SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithContent:(NSString * _Nonnull)content symbology:(enum STARIO10StarXpandCommandPrinterBarcodeSymbology)symbology OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel, "BarcodeBarRatioLevel", open) {
-  STARIO10StarXpandCommandPrinterBarcodeBarRatioLevelLevelPlus1 = 0,
-  STARIO10StarXpandCommandPrinterBarcodeBarRatioLevelLevel0 = 1,
-  STARIO10StarXpandCommandPrinterBarcodeBarRatioLevelLevelMinus1 = 2,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-enum STARIO10StarXpandCommandPrinterLineStyle : NSInteger;
-
-SWIFT_CLASS_NAMED("PageModeRuledLineParameter")
-@interface STARIO10StarXpandCommandPrinterPageModeRuledLineParameter : NSObject
-@property (nonatomic, readonly) double xStart;
-@property (nonatomic, readonly) double yStart;
-@property (nonatomic, readonly) double xEnd;
-@property (nonatomic, readonly) double yEnd;
-@property (nonatomic, readonly) double thickness;
-- (nonnull instancetype)setThickness:(double)thickness SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterLineStyle lineStyle;
-- (nonnull instancetype)setLineStyle:(enum STARIO10StarXpandCommandPrinterLineStyle)lineStyle SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithXStart:(double)xStart yStart:(double)yStart xEnd:(double)xEnd yEnd:(double)yEnd OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("QRCodeParameter")
-@interface STARIO10StarXpandCommandPrinterQRCodeParameter : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull content;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterQRCodeModel model;
-- (nonnull instancetype)setModel:(enum STARIO10StarXpandCommandPrinterQRCodeModel)model SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterQRCodeLevel level;
-- (nonnull instancetype)setLevel:(enum STARIO10StarXpandCommandPrinterQRCodeLevel)level SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger cellSize;
-- (nonnull instancetype)setCellSize:(NSInteger)cellSize SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithContent:(NSString * _Nonnull)content OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterCutType, "CutType", open) {
-  STARIO10StarXpandCommandPrinterCutTypeFull = 0,
-  STARIO10StarXpandCommandPrinterCutTypePartial = 1,
-  STARIO10StarXpandCommandPrinterCutTypeFullDirect = 2,
-  STARIO10StarXpandCommandPrinterCutTypePartialDirect = 3,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PageModeAreaParameter")
-@interface STARIO10StarXpandCommandPrinterPageModeAreaParameter : NSObject
-@property (nonatomic, readonly) double width;
-@property (nonatomic, readonly) double height;
-@property (nonatomic, readonly) double x;
-- (nonnull instancetype)setX:(double)x SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) double y;
-- (nonnull instancetype)setY:(double)y SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithWidth:(double)width height:(double)height OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterFontType, "FontType", open) {
-  STARIO10StarXpandCommandPrinterFontTypeA = 0,
-  STARIO10StarXpandCommandPrinterFontTypeB = 1,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterCJKCharacterType, "CJKCharacterType", open) {
-  STARIO10StarXpandCommandPrinterCJKCharacterTypeJapanese = 0,
-  STARIO10StarXpandCommandPrinterCJKCharacterTypeSimplifiedChinese = 1,
-  STARIO10StarXpandCommandPrinterCJKCharacterTypeTraditionalChinese = 2,
-  STARIO10StarXpandCommandPrinterCJKCharacterTypeKorean = 3,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("RuledLineParameter")
-@interface STARIO10StarXpandCommandPrinterRuledLineParameter : NSObject
-@property (nonatomic, readonly) double width;
-@property (nonatomic, readonly) double x;
-- (nonnull instancetype)setX:(double)x SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) double thickness;
-- (nonnull instancetype)setThickness:(double)thickness SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterLineStyle lineStyle;
-- (nonnull instancetype)setLineStyle:(enum STARIO10StarXpandCommandPrinterLineStyle)lineStyle SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithWidth:(double)width OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("ImageParameter")
-@interface STARIO10StarXpandCommandPrinterImageParameter : NSObject
-@property (nonatomic, readonly, strong) UIImage * _Nonnull image;
-@property (nonatomic, readonly) NSInteger width;
-@property (nonatomic, readonly) BOOL effectDiffusion;
-- (nonnull instancetype)setEffectDiffusion:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) NSInteger threshold;
-- (nonnull instancetype)setThreshold:(NSInteger)threshold SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithImage:(UIImage * _Nonnull)image width:(NSInteger)width OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PageModeRectangleParameter")
-@interface STARIO10StarXpandCommandPrinterPageModeRectangleParameter : NSObject
-@property (nonatomic, readonly) double x;
-@property (nonatomic, readonly) double y;
-@property (nonatomic, readonly) double width;
-@property (nonatomic, readonly) double height;
-@property (nonatomic, readonly) double thickness;
-- (nonnull instancetype)setThickness:(double)thickness SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) BOOL roundCorner;
-- (nonnull instancetype)setRoundCorner:(BOOL)roundCorner SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) double cornerRadius;
-- (nonnull instancetype)setCornerRadius:(double)cornerRadius SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic, readonly) enum STARIO10StarXpandCommandPrinterLineStyle lineStyle;
-- (nonnull instancetype)setLineStyle:(enum STARIO10StarXpandCommandPrinterLineStyle)lineStyle SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)initWithX:(double)x y:(double)y width:(double)width height:(double)height OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterPageModePrintDirection, "PageModePrintDirection", open) {
-  STARIO10StarXpandCommandPrinterPageModePrintDirectionBottomToTop = 0,
-  STARIO10StarXpandCommandPrinterPageModePrintDirectionLeftToRight = 1,
-  STARIO10StarXpandCommandPrinterPageModePrintDirectionRightToLeft = 2,
-  STARIO10StarXpandCommandPrinterPageModePrintDirectionTopToBottom = 3,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterAlignment, "Alignment", open) {
-  STARIO10StarXpandCommandPrinterAlignmentLeft = 0,
-  STARIO10StarXpandCommandPrinterAlignmentCenter = 1,
-  STARIO10StarXpandCommandPrinterAlignmentRight = 2,
-};
-
-
-@interface Printer (SWIFT_EXTENSION(StarIO10))
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarXpandCommandPrinterLineStyle, "LineStyle", open) {
-  STARIO10StarXpandCommandPrinterLineStyleSingle = 0,
-  STARIO10StarXpandCommandPrinterLineStyleDouble = 1,
-};
-
-
-SWIFT_PROTOCOL_NAMED("PrinterDelegate")
-@protocol STARIO10PrinterDelegate
-- (void)printer:(STARIO10StarPrinter * _Nonnull)printer communicationErrorDidOccur:(NSError * _Nonnull)error;
-- (void)printerIsReady:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerDidHaveError:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerIsPaperReady:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerIsPaperNearEmpty:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerIsPaperEmpty:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerIsCoverOpen:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)printerIsCoverClose:(STARIO10StarPrinter * _Nonnull)printer;
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10SpoolJobReceivedInterface, "SpoolJobReceivedInterface", open) {
-  STARIO10SpoolJobReceivedInterfaceUnknown = 0,
-  STARIO10SpoolJobReceivedInterfaceUsbPrinterClass = 1,
-  STARIO10SpoolJobReceivedInterfaceUsbAOA = 2,
-  STARIO10SpoolJobReceivedInterfaceUsbiAP = 3,
-  STARIO10SpoolJobReceivedInterfaceBluetooth = 4,
-  STARIO10SpoolJobReceivedInterfaceLan = 5,
-  STARIO10SpoolJobReceivedInterfaceCloudPRNT = 6,
-  STARIO10SpoolJobReceivedInterfaceWebPRNT = 7,
-  STARIO10SpoolJobReceivedInterfaceSmcs = 8,
-};
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10SpoolJobState, "SpoolJobState", open) {
-  STARIO10SpoolJobStateUnknown = 0,
-  STARIO10SpoolJobStateAccepted = 1,
-  STARIO10SpoolJobStatePrintFailedByTimeoutBeforePrinting = 2,
-  STARIO10SpoolJobStatePrinting = 3,
-  STARIO10SpoolJobStateWaitingPaperTaken = 4,
-  STARIO10SpoolJobStateWaitingPrinterReady = 5,
-  STARIO10SpoolJobStatePrintSucceeded = 6,
-  STARIO10SpoolJobStatePrintFailedByPrinterError = 7,
-  STARIO10SpoolJobStatePrintFailedByTimeout = 8,
-  STARIO10SpoolJobStatePrintFailedByPowerOff = 9,
-};
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarConfigurationSetResult, "StarConfigurationSetResult", open) {
-  STARIO10StarConfigurationSetResultApplied = 0,
-  STARIO10StarConfigurationSetResultAccepted = 1,
-};
-
-
-SWIFT_CLASS_NAMED("StarConnectionSettings")
-@interface STARIO10StarConnectionSettings : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull FIRST_FOUND_DEVICE;)
-+ (NSString * _Nonnull)FIRST_FOUND_DEVICE SWIFT_WARN_UNUSED_RESULT;
-@property (nonatomic) enum STARIO10InterfaceType interfaceType;
-@property (nonatomic, copy) NSString * _Nonnull identifier;
-@property (nonatomic) BOOL autoSwitchInterface;
-- (nonnull instancetype)initWithInterfaceType:(enum STARIO10InterfaceType)interfaceType identifier:(NSString * _Nonnull)identifier autoSwitchInterface:(BOOL)autoSwitchInterface OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-@protocol STARIO10StarDeviceDiscoveryManagerDelegate;
-
-SWIFT_PROTOCOL_NAMED("StarDeviceDiscoveryManager")
-@protocol STARIO10StarDeviceDiscoveryManager
-@property (nonatomic, weak) id <STARIO10StarDeviceDiscoveryManagerDelegate> _Nullable delegate;
-@property (nonatomic) NSInteger discoveryTime;
-- (BOOL)startDiscoveryWithError:(NSError * _Nullable * _Nullable)error;
-- (void)stopDiscovery;
-@end
-
-
-SWIFT_PROTOCOL_NAMED("StarDeviceDiscoveryManagerDelegate")
-@protocol STARIO10StarDeviceDiscoveryManagerDelegate
-- (void)manager:(id <STARIO10StarDeviceDiscoveryManager> _Nonnull)manager didFindPrinter:(STARIO10StarPrinter * _Nonnull)printer;
-- (void)managerDidFinishDiscovery:(id <STARIO10StarDeviceDiscoveryManager> _Nonnull)manager;
-@end
-
-
-SWIFT_CLASS_NAMED("StarDeviceDiscoveryManagerFactory")
-@interface STARIO10StarDeviceDiscoveryManagerFactory : NSObject
-+ (id <STARIO10StarDeviceDiscoveryManager> _Nullable)createWithInterfaceTypes:(NSArray<NSNumber *> * _Nonnull)interfaceTypes error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10ErrorCode, "StarIO10ErrorCode", open) {
-  STARIO10ErrorCodeNone SWIFT_COMPILE_NAME("none") = 0,
-  STARIO10ErrorCodeDeviceHasError SWIFT_COMPILE_NAME("deviceHasError") = 1000,
-  STARIO10ErrorCodePrinterHoldingPaper SWIFT_COMPILE_NAME("printerHoldingPaper") = 1001,
-  STARIO10ErrorCodePrintingTimeout SWIFT_COMPILE_NAME("printingTimeout") = 1002,
-  STARIO10ErrorCodeBluetoothUnavailable SWIFT_COMPILE_NAME("bluetoothUnavailable") = 2000,
-  STARIO10ErrorCodeNetworkUnavailable SWIFT_COMPILE_NAME("networkUnavailable") = 2001,
-  STARIO10ErrorCodeSpoolerIsDisabled SWIFT_COMPILE_NAME("spoolerIsDisabled") = 3000,
-  STARIO10ErrorCodeSpoolerBufferIsNotEnough SWIFT_COMPILE_NAME("spoolerBufferIsNotEnough") = 3001,
-  STARIO10ErrorCodeSpoolerJobIdNotExists SWIFT_COMPILE_NAME("spoolerJobIdNotExists") = 3002,
-  STARIO10ErrorCodeInvalidPassword SWIFT_COMPILE_NAME("invalidPassword") = 4000,
-  STARIO10ErrorCodeNeedToChangePassword SWIFT_COMPILE_NAME("needToChangePassword") = 4001,
-  STARIO10ErrorCodeJsonFormatError SWIFT_COMPILE_NAME("jsonFormatError") = 5000,
-  STARIO10ErrorCodeStarConfigurationFormatError SWIFT_COMPILE_NAME("starConfigurationFormatError") = 6000,
-  STARIO10ErrorCodeStarConfigurationParameterError SWIFT_COMPILE_NAME("starConfigurationParameterError") = 6001,
-  STARIO10ErrorCodeStarConfigurationSpecifiedFileError SWIFT_COMPILE_NAME("starConfigurationSpecifiedFileError") = 6002,
-};
-
-
-SWIFT_CLASS_NAMED("StarIO10Logger")
-@interface STARIO10Logger : NSObject
-SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) STARIO10Logger * _Nonnull sharedObject;)
-+ (STARIO10Logger * _Nonnull)sharedObject SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-- (void)start;
-- (void)stop;
-@end
-
-@class STARIO10StarPrinterInformation;
-
-SWIFT_CLASS_NAMED("StarPrinter")
-@interface STARIO10StarPrinter : NSObject
-@property (nonatomic, readonly, strong) STARIO10StarPrinterInformation * _Nullable information;
-@property (nonatomic, readonly, strong) STARIO10StarConnectionSettings * _Nonnull connectionSettings;
-@property (nonatomic, strong) id <STARIO10PrinterDelegate> _Nullable printerDelegate;
-@property (nonatomic, strong) id <STARIO10DrawerDelegate> _Nullable drawerDelegate;
-@property (nonatomic, strong) id <STARIO10InputDeviceDelegate> _Nullable inputDeviceDelegate;
-@property (nonatomic, strong) id <STARIO10DisplayDelegate> _Nullable displayDelegate;
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-@property (nonatomic) NSInteger openTimeout;
-@property (nonatomic) NSInteger getStatusTimeout;
-@property (nonatomic) NSInteger printTimeout;
-@property (nonatomic) NSInteger starConfigurationTimeout;
-- (nonnull instancetype)initWithConnectionSettings:(STARIO10StarConnectionSettings * _Nonnull)connectionSettings;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@class STARIO10StarSpoolJobSettings;
-@class STARIO10StarPrinterStatus;
-@class STARIO10StarSpoolJobStatus;
-
-SWIFT_AVAILABILITY(ios,introduced=13.0)
-@interface STARIO10StarPrinter (SWIFT_EXTENSION(StarIO10))
-- (void)openWithCompletionHandler:(void (^ _Nonnull)(NSError * _Nullable))completionHandler;
-- (void)closeWithCompletionHandler:(void (^ _Nonnull)(void))completionHandler;
-- (void)printWithRaw:(NSData * _Nonnull)raw completionHandler:(void (^ _Nonnull)(NSError * _Nullable))completionHandler;
-- (void)printWithCommand:(NSString * _Nonnull)command completionHandler:(void (^ _Nonnull)(NSError * _Nullable))completionHandler;
-- (void)printWithCommand:(NSString * _Nonnull)command starSpoolJobSettings:(STARIO10StarSpoolJobSettings * _Nonnull)starSpoolJobSettings completionHandler:(void (^ _Nonnull)(NSInteger, NSError * _Nullable))completionHandler;
-- (void)getStatusWithCompletionHandler:(void (^ _Nonnull)(STARIO10StarPrinterStatus * _Nullable, NSError * _Nullable))completionHandler;
-- (void)getSpoolJobStatusWithJobId:(NSInteger)jobId completionHandler:(void (^ _Nonnull)(STARIO10StarSpoolJobStatus * _Nullable, NSError * _Nullable))completionHandler;
-- (void)getSpoolJobStatusListWithSize:(NSInteger)size completionHandler:(void (^ _Nonnull)(NSArray<STARIO10StarSpoolJobStatus *> * _Nullable, NSError * _Nullable))completionHandler;
-- (void)setStarConfigurationWithStarConfiguration:(NSString * _Nonnull)starConfiguration completionHandler:(void (^ _Nonnull)(enum STARIO10StarConfigurationSetResult, NSError * _Nullable))completionHandler;
-- (void)getStarConfigurationWithPassword:(NSString * _Nullable)password completionHandler:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))completionHandler;
-- (void)getDefaultStarConfigurationWithCompletionHandler:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))completionHandler;
-@end
-
-
-@interface STARIO10StarPrinter (SWIFT_EXTENSION(StarIO10))
-/// @available(iOS, obsoleted: 15.0, message: “Not available on iOS 15 or later: Please use open() async”)
-/// 以下の各funcに上記@availableを設定していたが削除(Ver2.0以降)。ReactNative用StarIO10WrapperからはiOS15でも利用するため。
-- (void)openWithCompletion:(void (^ _Nonnull)(NSError * _Nullable))completion;
-- (void)closeWithCompletion:(void (^ _Nonnull)(void))completion;
-- (void)printWithRaw:(NSData * _Nonnull)raw completion:(void (^ _Nonnull)(NSError * _Nullable))completion;
-- (void)printWithCommand:(NSString * _Nonnull)command completion:(void (^ _Nonnull)(NSError * _Nullable))completion;
-- (void)getStatusWithCompletion:(void (^ _Nonnull)(STARIO10StarPrinterStatus * _Nullable, NSError * _Nullable))completion;
-- (void)getSpoolJobStatusWithJobId:(NSInteger)jobId completion:(void (^ _Nonnull)(STARIO10StarSpoolJobStatus * _Nullable, NSError * _Nullable))completion;
-- (void)getSpoolJobStatusListWithSize:(NSInteger)size completion:(void (^ _Nonnull)(NSArray<STARIO10StarSpoolJobStatus *> * _Nullable, NSError * _Nullable))completion;
-- (void)getStarConfigurationWithPassword:(NSString * _Nullable)password completion:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))completion;
-- (void)getDefaultStarConfigurationWithCompletion:(void (^ _Nonnull)(NSString * _Nullable, NSError * _Nullable))completion;
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarPrinterEmulation, "StarPrinterEmulation", open) {
-  STARIO10StarPrinterEmulationUnknown = 0,
-  STARIO10StarPrinterEmulationStarLine = 1,
-  STARIO10StarPrinterEmulationStarDot = 2,
-  STARIO10StarPrinterEmulationStarGraphic = 3,
-  STARIO10StarPrinterEmulationStarPRNT = 4,
-  STARIO10StarPrinterEmulationEscPos = 5,
-  STARIO10StarPrinterEmulationEscPosMobile = 6,
-};
-
-enum STARIO10StarPrinterModel : NSInteger;
-
-SWIFT_CLASS_NAMED("StarPrinterInformation")
-@interface STARIO10StarPrinterInformation : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-@property (nonatomic, readonly) enum STARIO10StarPrinterModel model;
-@property (nonatomic, readonly) enum STARIO10StarPrinterEmulation emulation;
-@property (nonatomic, readonly, copy) NSDictionary<NSString *, id> * _Nonnull reserved;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-typedef SWIFT_ENUM_NAMED(NSInteger, STARIO10StarPrinterModel, "StarPrinterModel", open) {
-  STARIO10StarPrinterModelUnknown = 0,
-  STARIO10StarPrinterModelTSP650II SWIFT_COMPILE_NAME("tsp650II") = 1,
-  STARIO10StarPrinterModelTSP700II SWIFT_COMPILE_NAME("tsp700II") = 2,
-  STARIO10StarPrinterModelTSP800II SWIFT_COMPILE_NAME("tsp800II") = 3,
-  STARIO10StarPrinterModelFVP10 SWIFT_COMPILE_NAME("fvp10") = 4,
-  STARIO10StarPrinterModelTSP100LAN SWIFT_COMPILE_NAME("tsp100LAN") = 5,
-  STARIO10StarPrinterModelTSP100IIIW SWIFT_COMPILE_NAME("tsp100IIIW") = 6,
-  STARIO10StarPrinterModelTSP100IIILAN SWIFT_COMPILE_NAME("tsp100IIILAN") = 7,
-  STARIO10StarPrinterModelTSP100IIIBI SWIFT_COMPILE_NAME("tsp100IIIBI") = 8,
-  STARIO10StarPrinterModelTSP100IIIU SWIFT_COMPILE_NAME("tsp100IIIU") = 9,
-  STARIO10StarPrinterModelTSP100IV_SK SWIFT_COMPILE_NAME("tsp100IV_SK") = 10,
-  STARIO10StarPrinterModelTSP100IV SWIFT_COMPILE_NAME("tsp100IV") = 11,
-  STARIO10StarPrinterModelmPOP SWIFT_COMPILE_NAME("mPOP") = 12,
-  STARIO10StarPrinterModelmC_Print2 SWIFT_COMPILE_NAME("mC_Print2") = 13,
-  STARIO10StarPrinterModelmC_Print3 SWIFT_COMPILE_NAME("mC_Print3") = 14,
-  STARIO10StarPrinterModelmC_Label3 SWIFT_COMPILE_NAME("mC_Label3") = 15,
-  STARIO10StarPrinterModelSM_S210i SWIFT_COMPILE_NAME("sm_S210i") = 16,
-  STARIO10StarPrinterModelSM_S230i SWIFT_COMPILE_NAME("sm_S230i") = 17,
-  STARIO10StarPrinterModelSM_T300i SWIFT_COMPILE_NAME("sm_T300i") = 18,
-  STARIO10StarPrinterModelSM_T400i SWIFT_COMPILE_NAME("sm_T400i") = 19,
-  STARIO10StarPrinterModelSM_L200 SWIFT_COMPILE_NAME("sm_L200") = 20,
-  STARIO10StarPrinterModelSM_L300 SWIFT_COMPILE_NAME("sm_L300") = 21,
-  STARIO10StarPrinterModelBSC10 SWIFT_COMPILE_NAME("bsc10") = 22,
-  STARIO10StarPrinterModelTSP043 SWIFT_COMPILE_NAME("tsp043") = 23,
-  STARIO10StarPrinterModelSP700 SWIFT_COMPILE_NAME("sp700") = 24,
-  STARIO10StarPrinterModelTUP500 SWIFT_COMPILE_NAME("tup500") = 25,
-};
-
-@protocol STARIO10StarPrinterStatusDetail;
-
-SWIFT_CLASS_NAMED("StarPrinterStatus")
-@interface STARIO10StarPrinterStatus : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-@property (nonatomic, readonly) BOOL hasError;
-@property (nonatomic, readonly) BOOL coverOpen;
-@property (nonatomic, readonly) BOOL drawerOpenCloseSignal;
-@property (nonatomic, readonly) BOOL paperEmpty;
-@property (nonatomic, readonly) BOOL paperNearEmpty;
-@property (nonatomic, readonly, copy) NSDictionary<NSString *, id> * _Nonnull reserved;
-@property (nonatomic, readonly, strong) id <STARIO10StarPrinterStatusDetail> _Nonnull detail;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_PROTOCOL_NAMED("StarPrinterStatusDetail")
-@protocol STARIO10StarPrinterStatusDetail
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableCutterError;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullablePaperSeparatorError;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullablePaperJamError;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableRollPositionError;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullablePaperPresent;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableDrawerOpenError;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullablePrintUnitOpen;
-@property (nonatomic, readonly, strong) STARIO10NullableDrawerOpenedMethod * _Nullable nullableDrawer1OpenedMethod;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableDrawer1OpenCloseSignal;
-@property (nonatomic, readonly, strong) STARIO10NullableDrawerOpenedMethod * _Nullable nullableDrawer2OpenedMethod;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableDrawer2OpenCloseSignal;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableExternalDevice1Connected;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableExternalDevice2Connected;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullablePartsReplacementNotification;
-@property (nonatomic, readonly, strong) STARIO10NullableBool * _Nullable nullableCleaningNotification;
-@property (nonatomic, readonly, strong) STARIO10NullableInt * _Nullable nullableDetectedPaperWidth;
-@end
-
-
-SWIFT_CLASS_NAMED("StarSpoolJobSettings")
-@interface STARIO10StarSpoolJobSettings : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-@property (nonatomic, readonly) BOOL isRetryEnabled;
-@property (nonatomic, readonly) NSInteger timeout;
-@property (nonatomic, readonly, copy) NSString * _Nonnull note;
-- (nonnull instancetype)initWithIsRetryEnabled:(BOOL)isRetryEnabled timeout:(NSInteger)timeout note:(NSString * _Nonnull)note OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS_NAMED("StarSpoolJobStatus")
-@interface STARIO10StarSpoolJobStatus : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nonnull description;
-@property (nonatomic, readonly) NSInteger jobId;
-@property (nonatomic, readonly) enum STARIO10SpoolJobState jobState;
-@property (nonatomic, readonly) NSInteger elapsedTime;
-@property (nonatomic, readonly) enum STARIO10SpoolJobReceivedInterface jobReceivedInterface;
-@property (nonatomic, readonly, copy) NSString * _Nonnull appInfo;
-@property (nonatomic, readonly, copy) NSString * _Nonnull hostModel;
-@property (nonatomic, readonly, copy) NSString * _Nonnull hostOS;
-@property (nonatomic, readonly, copy) NSString * _Nonnull hostIpAddress;
-@property (nonatomic, readonly, strong) STARIO10StarSpoolJobSettings * _Nonnull jobSettings;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-SWIFT_CLASS_NAMED("StarXpandCommand")
-@interface STARIO10StarXpandCommand : NSObject
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-@class STARIO10StarXpandCommandPreSettingBuilder;
-@class STARIO10StarXpandCommandDocumentBuilder;
-
-SWIFT_CLASS_NAMED("StarXpandCommandBuilder")
-@interface STARIO10StarXpandCommandBuilder : NSObject
-@property (nonatomic, strong) STARIO10StarXpandCommandPreSettingBuilder * _Nullable preSetting;
-- (nonnull instancetype)addDocument:(STARIO10StarXpandCommandDocumentBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (NSString * _Nonnull)getCommands SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-@class STARIO10StarXpandCommandMagnificationParameter;
-
-SWIFT_CLASS_NAMED("PageModeBuilder")
-@interface STARIO10StarXpandCommandPageModeBuilder : NSObject
-- (nonnull instancetype)stylePrintDirection:(enum STARIO10StarXpandCommandPrinterPageModePrintDirection)direction SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleFont:(enum STARIO10StarXpandCommandPrinterFontType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleBold:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleInvert:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleUnderLine:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleMagnification:(STARIO10StarXpandCommandMagnificationParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCharacterSpace:(double)width SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleLineSpace:(double)height SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleVerticalPositionTo:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleVerticalPositionBy:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalPositionTo:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalPositionBy:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalTabPositions:(NSArray<NSNumber *> * _Nonnull)positions SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleInternationalCharacter:(enum STARIO10StarXpandCommandPrinterInternationalCharacterType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleSecondPriorityCharacterEncoding:(enum STARIO10StarXpandCommandPrinterCharacterEncodingType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCJKCharacterPriority:(NSArray<NSNumber *> * _Nonnull)types SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintText:(NSString * _Nonnull)content SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintBarcode:(STARIO10StarXpandCommandPrinterBarcodeParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintPDF417:(STARIO10StarXpandCommandPrinterPDF417Parameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintQRCode:(STARIO10StarXpandCommandPrinterQRCodeParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintImage:(STARIO10StarXpandCommandPrinterPageModeImageParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintRuledLine:(STARIO10StarXpandCommandPrinterPageModeRuledLineParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintRectangle:(STARIO10StarXpandCommandPrinterPageModeRectangleParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)add:(STARIO10StarXpandCommandPageModeBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addPageModeWithParameter:(STARIO10StarXpandCommandPrinterPageModeAreaParameter * _Nonnull)parameter builder:(STARIO10StarXpandCommandPageModeBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PrinterBuilder")
-@interface STARIO10StarXpandCommandPrinterBuilder : NSObject
-- (nonnull instancetype)styleAlignment:(enum STARIO10StarXpandCommandPrinterAlignment)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleFont:(enum STARIO10StarXpandCommandPrinterFontType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleBold:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleInvert:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleUnderLine:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleMagnification:(STARIO10StarXpandCommandMagnificationParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCharacterSpace:(double)width SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleLineSpace:(double)height SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalPositionTo:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalPositionBy:(double)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleHorizontalTabPositions:(NSArray<NSNumber *> * _Nonnull)position SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleInternationalCharacter:(enum STARIO10StarXpandCommandPrinterInternationalCharacterType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleSecondPriorityCharacterEncoding:(enum STARIO10StarXpandCommandPrinterCharacterEncodingType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCJKCharacterPriority:(NSArray<NSNumber *> * _Nonnull)types SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionCut:(enum STARIO10StarXpandCommandPrinterCutType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionFeed:(double)height SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionFeedLine:(NSInteger)lines SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintText:(NSString * _Nonnull)content SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintLogo:(STARIO10StarXpandCommandPrinterLogoParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintBarcode:(STARIO10StarXpandCommandPrinterBarcodeParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintPDF417:(STARIO10StarXpandCommandPrinterPDF417Parameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintQRCode:(STARIO10StarXpandCommandPrinterQRCodeParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintImage:(STARIO10StarXpandCommandPrinterImageParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionPrintRuledLine:(STARIO10StarXpandCommandPrinterRuledLineParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)add:(STARIO10StarXpandCommandPrinterBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addPageModeWithParameter:(STARIO10StarXpandCommandPrinterPageModeAreaParameter * _Nonnull)parameter builder:(STARIO10StarXpandCommandPageModeBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-@class STARIO10StarXpandCommandPresenterSettingBuilder;
-@class STARIO10StarXpandCommandBezelSettingBuilder;
-
-SWIFT_CLASS_NAMED("PreSettingBuilder")
-@interface STARIO10StarXpandCommandPreSettingBuilder : NSObject
-- (nonnull instancetype)addPresenterSetting:(STARIO10StarXpandCommandPresenterSettingBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addBezelSetting:(STARIO10StarXpandCommandBezelSettingBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("BezelSettingBuilder")
-@interface STARIO10StarXpandCommandBezelSettingBuilder : NSObject
-- (nonnull instancetype)settingAutomaticPageLength:(BOOL)enable SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingLEDAutomaticBlink:(STARIO10StarXpandCommandBezelLEDAutomaticBlinkParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-@class STARIO10StarXpandCommandDrawerBuilder;
-@class STARIO10StarXpandCommandBuzzerBuilder;
-@class STARIO10StarXpandCommandMelodySpeakerBuilder;
-@class STARIO10StarXpandCommandDisplayBuilder;
-
-SWIFT_CLASS_NAMED("DocumentBuilder")
-@interface STARIO10StarXpandCommandDocumentBuilder : NSObject
-- (nonnull instancetype)settingTopMargin:(double)height SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingBlackMark:(STARIO10StarXpandCommandPrinterBlackMarkParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingLabel:(STARIO10StarXpandCommandPrinterLabelParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingHoldPrint:(STARIO10StarXpandCommandPrinterHoldPrintParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingPrintableArea:(double)width SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addPrinter:(STARIO10StarXpandCommandPrinterBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addDrawer:(STARIO10StarXpandCommandDrawerBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addBuzzer:(STARIO10StarXpandCommandBuzzerBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addMelodySpeaker:(STARIO10StarXpandCommandMelodySpeakerBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addDisplay:(STARIO10StarXpandCommandDisplayBuilder * _Nonnull)builder SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)addRaw:(NSData * _Nonnull)content SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("BuzzerBuilder")
-@interface STARIO10StarXpandCommandBuzzerBuilder : NSObject
-- (nonnull instancetype)actionDrive:(STARIO10StarXpandCommandBuzzerDriveParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("MelodySpeakerBuilder")
-@interface STARIO10StarXpandCommandMelodySpeakerBuilder : NSObject
-- (nonnull instancetype)actionDriveRegisteredSound:(STARIO10StarXpandCommandMelodySpeakerDriveRegisteredSoundParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionDriveOneTimeSound:(STARIO10StarXpandCommandMelodySpeakerDriveOneTimeSoundParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("DrawerBuilder")
-@interface STARIO10StarXpandCommandDrawerBuilder : NSObject
-- (nonnull instancetype)actionOpen:(STARIO10StarXpandCommandDrawerOpenParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("MagnificationParameter")
-@interface STARIO10StarXpandCommandMagnificationParameter : NSObject
-@property (nonatomic, readonly) NSInteger width;
-@property (nonatomic, readonly) NSInteger height;
-- (nonnull instancetype)initWithWidth:(NSInteger)width height:(NSInteger)height OBJC_DESIGNATED_INITIALIZER;
-- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("DisplayBuilder")
-@interface STARIO10StarXpandCommandDisplayBuilder : NSObject
-- (nonnull instancetype)styleInternationalCharacter:(enum STARIO10StarXpandCommandDisplayInternationalCharacterType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCharacterEncoding:(enum STARIO10StarXpandCommandDisplayCharacterEncodingType)type SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)styleCursorPositionTo:(STARIO10StarXpandCommandDisplayPositionParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionClearLine SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionClearAll SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionSetBackLightState:(BOOL)on SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionSetCursorState:(enum STARIO10StarXpandCommandDisplayCursorState)state SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionSetContrast:(enum STARIO10StarXpandCommandDisplayContrast)value SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionShowText:(NSString * _Nonnull)content SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)actionShowImage:(STARIO10StarXpandCommandDisplayImageParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface STARIO10StarXpandCommand (SWIFT_EXTENSION(StarIO10))
-@end
-
-
-SWIFT_CLASS_NAMED("PresenterSettingBuilder")
-@interface STARIO10StarXpandCommandPresenterSettingBuilder : NSObject
-- (nonnull instancetype)settingMode:(STARIO10StarXpandCommandPresenterModeParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)settingLEDAutomaticBlinkWithParameter:(STARIO10StarXpandCommandPresenterLEDAutomaticBlinkParameter * _Nonnull)parameter SWIFT_WARN_UNUSED_RESULT;
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-
-#endif
-#if defined(__cplusplus)
-#endif
-#if __has_attribute(external_source_symbol)
-# pragma clang attribute pop
-#endif
-#pragma clang diagnostic pop
-#endif
-
-#else
-#error unsupported Swift architecture
-#endif
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarIO10.h b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarIO10.h
deleted file mode 100644
index 9d430f28745eeac54e7cf75e32be1ce69575f840..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarIO10.h
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-//  StarIO10.h
-//  StarIO10
-//
-//  Copyright 2021 Star Micronics Co., Ltd. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-//! Project version number for StarIO10.
-FOUNDATION_EXPORT double StarIO10VersionNumber;
-
-//! Project version string for StarIO10.
-FOUNDATION_EXPORT const unsigned char StarIO10VersionString[];
-
-// In this header, you should import all the public headers of your framework using statements like #import <StarIO10/PublicHeader.h>
-
-#import <StarIO10/StarIO10Error.h>
-#import <StarIO10/StarConnectionSettings.h>
-
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarIO10Error.h b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarIO10Error.h
deleted file mode 100644
index e62ef3eafcdf7b6243375c3de521b8845908cdce..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Headers/StarIO10Error.h
+++ /dev/null
@@ -1,34 +0,0 @@
-//
-//  StarIO10Error.h
-//  StarIO10
-//
-//  Copyright 2021 Star Micronics Co., Ltd. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-typedef NS_ENUM(NSInteger, STARIO10Error) {
-    STARIO10ErrorUnknown = 0,
-    STARIO10ErrorArgument = 1,
-    STARIO10ErrorBadResponse = 2,
-    STARIO10ErrorCommunication = 3,
-    STARIO10ErrorIllegalDeviceState = 4,
-    STARIO10ErrorInUse = 5,
-    STARIO10ErrorInvalidOperation = 6,
-    STARIO10ErrorNotFound = 7,
-    STARIO10ErrorUnprintable = 8,
-    STARIO10ErrorUnsupportedModel = 9,
-    STARIO10ErrorUnsupportedOSVersion = 10,
-    STARIO10ErrorAuthentication = 11
-};
-
-@interface StarIO10Error : NSObject
-
-extern NSString * const STARIO10ErrorDetailErrorCodeKey;
-extern NSString * const STARIO10ErrorStatusKey;
-
-@end
-
-NS_ASSUME_NONNULL_END
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Info.plist b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Info.plist
deleted file mode 100644
index 8dec1eb0dc71bb64073673b8d6d8e84d92e545d3..0000000000000000000000000000000000000000
Binary files a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Info.plist and /dev/null differ
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.abi.json b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.abi.json
deleted file mode 100644
index 77555d09c3095c662ffc40f32b3d8015f2f2bd7e..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.abi.json
+++ /dev/null
@@ -1,41265 +0,0 @@
-{
-  "ABIRoot": {
-    "kind": "Root",
-    "name": "TopLevel",
-    "printedName": "TopLevel",
-    "children": [
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarSpoolJobStatus",
-        "printedName": "StarSpoolJobStatus",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)description",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)description",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "jobId",
-            "printedName": "jobId",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)jobId",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC5jobIdSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)jobId",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC5jobIdSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "jobState",
-            "printedName": "jobState",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "SpoolJobState",
-                "printedName": "StarIO10.SpoolJobState",
-                "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)jobState",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC8jobStateAA0cdG0Ovp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)jobState",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC8jobStateAA0cdG0Ovg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "elapsedTime",
-            "printedName": "elapsedTime",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)elapsedTime",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC11elapsedTimeSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)elapsedTime",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC11elapsedTimeSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "jobReceivedInterface",
-            "printedName": "jobReceivedInterface",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "SpoolJobReceivedInterface",
-                "printedName": "StarIO10.SpoolJobReceivedInterface",
-                "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)jobReceivedInterface",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC20jobReceivedInterfaceAA0cdgH0Ovp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)jobReceivedInterface",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC20jobReceivedInterfaceAA0cdgH0Ovg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "appInfo",
-            "printedName": "appInfo",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)appInfo",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC7appInfoSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)appInfo",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC7appInfoSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "hostModel",
-            "printedName": "hostModel",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)hostModel",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC9hostModelSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)hostModel",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC9hostModelSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "hostOS",
-            "printedName": "hostOS",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)hostOS",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC6hostOSSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)hostOS",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC6hostOSSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "hostIpAddress",
-            "printedName": "hostIpAddress",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)hostIpAddress",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC13hostIpAddressSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)hostIpAddress",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC13hostIpAddressSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "jobSettings",
-            "printedName": "jobSettings",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobSettings",
-                "printedName": "StarIO10.StarSpoolJobSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)jobSettings",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC11jobSettingsAA0acdG0Cvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarSpoolJobSettings",
-                    "printedName": "StarIO10.StarSpoolJobSettings",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)jobSettings",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC11jobSettingsAA0acdG0Cvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus",
-        "mangledName": "$s8StarIO100A14SpoolJobStatusC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarSpoolJobStatus",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinterEmulation",
-        "printedName": "StarPrinterEmulation",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationUnknown",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO7unknownyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "starLine",
-            "printedName": "starLine",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationStarLine",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO8starLineyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "starDot",
-            "printedName": "starDot",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationStarDot",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO7starDotyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "starGraphic",
-            "printedName": "starGraphic",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationStarGraphic",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO11starGraphicyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "starPRNT",
-            "printedName": "starPRNT",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationStarPRNT",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO8starPRNTyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "escPos",
-            "printedName": "escPos",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationEscPos",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO6escPosyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 5
-          },
-          {
-            "kind": "Var",
-            "name": "escPosMobile",
-            "printedName": "escPosMobile",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationEscPosMobile",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO12escPosMobileyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 6
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A16PrinterEmulationO11descriptionSSvp",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A16PrinterEmulationO11descriptionSSvg",
-                "mangledName": "$s8StarIO100A16PrinterEmulationO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.StarPrinterEmulation?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO100A16PrinterEmulationO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A16PrinterEmulationO8rawValueSivp",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A16PrinterEmulationO8rawValueSivg",
-                "mangledName": "$s8StarIO100A16PrinterEmulationO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation",
-        "mangledName": "$s8StarIO100A16PrinterEmulationO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarPrinterEmulation",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "StarIO10.StarLogger",
-        "printedName": "StarIO10.StarLogger",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinterStatusDetail",
-        "printedName": "StarPrinterStatusDetail",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "nullableCutterError",
-            "printedName": "nullableCutterError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableCutterError",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP19nullableCutterErrorAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableCutterError",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP19nullableCutterErrorAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullablePaperSeparatorError",
-            "printedName": "nullablePaperSeparatorError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullablePaperSeparatorError",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullablePaperSeparatorErrorAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullablePaperSeparatorError",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullablePaperSeparatorErrorAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullablePaperJamError",
-            "printedName": "nullablePaperJamError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullablePaperJamError",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP21nullablePaperJamErrorAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullablePaperJamError",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP21nullablePaperJamErrorAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableRollPositionError",
-            "printedName": "nullableRollPositionError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableRollPositionError",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP25nullableRollPositionErrorAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableRollPositionError",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP25nullableRollPositionErrorAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullablePaperPresent",
-            "printedName": "nullablePaperPresent",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullablePaperPresent",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP20nullablePaperPresentAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullablePaperPresent",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP20nullablePaperPresentAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDrawerOpenError",
-            "printedName": "nullableDrawerOpenError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDrawerOpenError",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP23nullableDrawerOpenErrorAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDrawerOpenError",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP23nullableDrawerOpenErrorAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullablePrintUnitOpen",
-            "printedName": "nullablePrintUnitOpen",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullablePrintUnitOpen",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP21nullablePrintUnitOpenAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullablePrintUnitOpen",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP21nullablePrintUnitOpenAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDrawer1OpenedMethod",
-            "printedName": "nullableDrawer1OpenedMethod",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableDrawerOpenedMethod?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableDrawerOpenedMethod",
-                    "printedName": "StarIO10.NullableDrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDrawer1OpenedMethod",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullableDrawer1OpenedMethodAA014NullableDrawerhI0CSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableDrawerOpenedMethod?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableDrawerOpenedMethod",
-                        "printedName": "StarIO10.NullableDrawerOpenedMethod",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDrawer1OpenedMethod",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullableDrawer1OpenedMethodAA014NullableDrawerhI0CSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDrawer1OpenCloseSignal",
-            "printedName": "nullableDrawer1OpenCloseSignal",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDrawer1OpenCloseSignal",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP30nullableDrawer1OpenCloseSignalAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDrawer1OpenCloseSignal",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP30nullableDrawer1OpenCloseSignalAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDrawer2OpenedMethod",
-            "printedName": "nullableDrawer2OpenedMethod",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableDrawerOpenedMethod?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableDrawerOpenedMethod",
-                    "printedName": "StarIO10.NullableDrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDrawer2OpenedMethod",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullableDrawer2OpenedMethodAA014NullableDrawerhI0CSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableDrawerOpenedMethod?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableDrawerOpenedMethod",
-                        "printedName": "StarIO10.NullableDrawerOpenedMethod",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDrawer2OpenedMethod",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullableDrawer2OpenedMethodAA014NullableDrawerhI0CSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDrawer2OpenCloseSignal",
-            "printedName": "nullableDrawer2OpenCloseSignal",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDrawer2OpenCloseSignal",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP30nullableDrawer2OpenCloseSignalAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDrawer2OpenCloseSignal",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP30nullableDrawer2OpenCloseSignalAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableExternalDevice1Connected",
-            "printedName": "nullableExternalDevice1Connected",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableExternalDevice1Connected",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP32nullableExternalDevice1ConnectedAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableExternalDevice1Connected",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP32nullableExternalDevice1ConnectedAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableExternalDevice2Connected",
-            "printedName": "nullableExternalDevice2Connected",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableExternalDevice2Connected",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP32nullableExternalDevice2ConnectedAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableExternalDevice2Connected",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP32nullableExternalDevice2ConnectedAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullablePartsReplacementNotification",
-            "printedName": "nullablePartsReplacementNotification",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullablePartsReplacementNotification",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP36nullablePartsReplacementNotificationAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullablePartsReplacementNotification",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP36nullablePartsReplacementNotificationAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableCleaningNotification",
-            "printedName": "nullableCleaningNotification",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableCleaningNotification",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP28nullableCleaningNotificationAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableCleaningNotification",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP28nullableCleaningNotificationAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDetectedPaperWidth",
-            "printedName": "nullableDetectedPaperWidth",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableInt?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableInt",
-                    "printedName": "StarIO10.NullableInt",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDetectedPaperWidth",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP26nullableDetectedPaperWidthAA11NullableIntCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableInt?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableInt",
-                        "printedName": "StarIO10.NullableInt",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDetectedPaperWidth",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP26nullableDetectedPaperWidthAA11NullableIntCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail",
-        "mangledName": "$s8StarIO100A19PrinterStatusDetailP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10StarPrinterStatusDetail",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Network",
-        "printedName": "Network",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarSpoolJobSettings",
-        "printedName": "StarSpoolJobSettings",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(py)description",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)description",
-                "mangledName": "$s8StarIO100A16SpoolJobSettingsC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "isRetryEnabled",
-            "printedName": "isRetryEnabled",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(py)isRetryEnabled",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsC14isRetryEnabledSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)isRetryEnabled",
-                "mangledName": "$s8StarIO100A16SpoolJobSettingsC14isRetryEnabledSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "timeout",
-            "printedName": "timeout",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(py)timeout",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsC7timeoutSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)timeout",
-                "mangledName": "$s8StarIO100A16SpoolJobSettingsC7timeoutSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "note",
-            "printedName": "note",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(py)note",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsC4noteSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)note",
-                "mangledName": "$s8StarIO100A16SpoolJobSettingsC4noteSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(isRetryEnabled:timeout:note:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobSettings",
-                "printedName": "StarIO10.StarSpoolJobSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "hasDefaultArg": true,
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)initWithIsRetryEnabled:timeout:note:",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsC14isRetryEnabled7timeout4noteACSb_SiSStcfc",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobSettings",
-                "printedName": "StarIO10.StarSpoolJobSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)init",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings",
-        "mangledName": "$s8StarIO100A16SpoolJobSettingsC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarSpoolJobSettings",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "Internal",
-        "printedName": "Internal",
-        "children": [
-          {
-            "kind": "TypeDecl",
-            "name": "InternalInterface",
-            "printedName": "InternalInterface",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InternalInterface",
-                    "printedName": "StarIO10.Internal.InternalInterface",
-                    "usr": "s:8StarIO108InternalC0C9InterfaceC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO108InternalC0C9InterfaceCAEycfc",
-                "mangledName": "$s8StarIO108InternalC0C9InterfaceCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override",
-                  "AccessControl"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "Function",
-                "name": "appendLogHeader",
-                "printedName": "appendLogHeader(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO108InternalC0C9InterfaceC15appendLogHeaderyySSFZ",
-                "mangledName": "$s8StarIO108InternalC0C9InterfaceC15appendLogHeaderyySSFZ",
-                "moduleName": "StarIO10",
-                "static": true,
-                "declAttributes": [
-                  "Final",
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO108InternalC0C9InterfaceC",
-            "mangledName": "$s8StarIO108InternalC0C9InterfaceC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InternalInterface",
-            "declAttributes": [
-              "AccessControl",
-              "ObjCMembers",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Internal",
-                "printedName": "StarIO10.Internal",
-                "usr": "c:@M@StarIO10@objc(cs)Internal"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)Internal(im)init",
-            "mangledName": "$s8StarIO108InternalCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)Internal",
-        "mangledName": "$s8StarIO108InternalC",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "RawDocComment"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "SpoolJobReceivedInterface",
-        "printedName": "SpoolJobReceivedInterface",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceUnknown",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO7unknownyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "usbPrinterClass",
-            "printedName": "usbPrinterClass",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceUsbPrinterClass",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO15usbPrinterClassyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "usbAOA",
-            "printedName": "usbAOA",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceUsbAOA",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO6usbAOAyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "usbiAP",
-            "printedName": "usbiAP",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceUsbiAP",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO6usbiAPyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "bluetooth",
-            "printedName": "bluetooth",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceBluetooth",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO9bluetoothyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "lan",
-            "printedName": "lan",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceLan",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO3lanyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 5
-          },
-          {
-            "kind": "Var",
-            "name": "cloudPRNT",
-            "printedName": "cloudPRNT",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceCloudPRNT",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO9cloudPRNTyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 6
-          },
-          {
-            "kind": "Var",
-            "name": "webPRNT",
-            "printedName": "webPRNT",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceWebPRNT",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO7webPRNTyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 7
-          },
-          {
-            "kind": "Var",
-            "name": "smcs",
-            "printedName": "smcs",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceSmcs",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO4smcsyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 8
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1025SpoolJobReceivedInterfaceO11descriptionSSvp",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1025SpoolJobReceivedInterfaceO11descriptionSSvg",
-                "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.SpoolJobReceivedInterface?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO1025SpoolJobReceivedInterfaceO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1025SpoolJobReceivedInterfaceO8rawValueSivp",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1025SpoolJobReceivedInterfaceO8rawValueSivg",
-                "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface",
-        "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10SpoolJobReceivedInterface",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "DisplayDelegate",
-        "printedName": "DisplayDelegate",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "display",
-            "printedName": "display(printer:communicationErrorDidOccur:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Error",
-                "printedName": "Swift.Error",
-                "usr": "s:s5ErrorP"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate(im)displayWithPrinter:communicationErrorDidOccur:",
-            "mangledName": "$s8StarIO1015DisplayDelegateP7display7printer26communicationErrorDidOccuryAA0A7PrinterC_s0H0_ptF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.DisplayDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.DisplayDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "displayDidConnect",
-            "printedName": "displayDidConnect(printer:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate(im)displayDidConnectWithPrinter:",
-            "mangledName": "$s8StarIO1015DisplayDelegateP17displayDidConnect7printeryAA0A7PrinterC_tF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.DisplayDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.DisplayDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "displayDidDisconnect",
-            "printedName": "displayDidDisconnect(printer:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate(im)displayDidDisconnectWithPrinter:",
-            "mangledName": "$s8StarIO1015DisplayDelegateP20displayDidDisconnect7printeryAA0A7PrinterC_tF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.DisplayDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.DisplayDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate",
-        "mangledName": "$s8StarIO1015DisplayDelegateP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10DisplayDelegate",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "PrinterDelegate",
-        "printedName": "PrinterDelegate",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "printer",
-            "printedName": "printer(_:communicationErrorDidOccur:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Error",
-                "printedName": "Swift.Error",
-                "usr": "s:s5ErrorP"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printer:communicationErrorDidOccur:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP7printer_26communicationErrorDidOccuryAA0aC0C_s0G0_ptF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsReady",
-            "printedName": "printerIsReady(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsReady:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP14printerIsReadyyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerDidHaveError",
-            "printedName": "printerDidHaveError(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerDidHaveError:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP19printerDidHaveErroryyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsPaperReady",
-            "printedName": "printerIsPaperReady(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsPaperReady:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP19printerIsPaperReadyyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsPaperNearEmpty",
-            "printedName": "printerIsPaperNearEmpty(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsPaperNearEmpty:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP23printerIsPaperNearEmptyyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsPaperEmpty",
-            "printedName": "printerIsPaperEmpty(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsPaperEmpty:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP19printerIsPaperEmptyyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsCoverOpen",
-            "printedName": "printerIsCoverOpen(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsCoverOpen:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP18printerIsCoverOpenyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsCoverClose",
-            "printedName": "printerIsCoverClose(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsCoverClose:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP19printerIsCoverCloseyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate",
-        "mangledName": "$s8StarIO1015PrinterDelegateP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10PrinterDelegate",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "StarIO10.StarXpandCommandParserWrapper",
-        "printedName": "StarIO10.StarXpandCommandParserWrapper",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarIO10Logger",
-        "printedName": "StarIO10Logger",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "shared",
-            "printedName": "shared",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarIO10Logger",
-                "printedName": "StarIO10.StarIO10Logger",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger(cpy)sharedObject",
-            "mangledName": "$s8StarIO100aB6LoggerC6sharedACvpZ",
-            "moduleName": "StarIO10",
-            "static": true,
-            "objc_name": "sharedObject",
-            "declAttributes": [
-              "HasInitialValue",
-              "Final",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isLet": true,
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10Logger",
-                    "printedName": "StarIO10.StarIO10Logger",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger(cm)sharedObject",
-                "mangledName": "$s8StarIO100aB6LoggerC6sharedACvgZ",
-                "moduleName": "StarIO10",
-                "static": true,
-                "implicit": true,
-                "declAttributes": [
-                  "Final",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Function",
-            "name": "start",
-            "printedName": "start()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger(im)start",
-            "mangledName": "$s8StarIO100aB6LoggerC5startyyF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Final",
-              "AccessControl",
-              "ObjC"
-            ],
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "stop",
-            "printedName": "stop()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger(im)stop",
-            "mangledName": "$s8StarIO100aB6LoggerC4stopyyF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Final",
-              "AccessControl",
-              "ObjC"
-            ],
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger",
-        "mangledName": "$s8StarIO100aB6LoggerC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10Logger",
-        "declAttributes": [
-          "AccessControl",
-          "Final",
-          "ObjCMembers",
-          "ObjC"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinterStatus",
-        "printedName": "StarPrinterStatus",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)description",
-            "mangledName": "$s8StarIO100A13PrinterStatusC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)description",
-                "mangledName": "$s8StarIO100A13PrinterStatusC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "hasError",
-            "printedName": "hasError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)hasError",
-            "mangledName": "$s8StarIO100A13PrinterStatusC8hasErrorSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)hasError",
-                "mangledName": "$s8StarIO100A13PrinterStatusC8hasErrorSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "coverOpen",
-            "printedName": "coverOpen",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)coverOpen",
-            "mangledName": "$s8StarIO100A13PrinterStatusC9coverOpenSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)coverOpen",
-                "mangledName": "$s8StarIO100A13PrinterStatusC9coverOpenSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "drawerOpenCloseSignal",
-            "printedName": "drawerOpenCloseSignal",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)drawerOpenCloseSignal",
-            "mangledName": "$s8StarIO100A13PrinterStatusC21drawerOpenCloseSignalSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)drawerOpenCloseSignal",
-                "mangledName": "$s8StarIO100A13PrinterStatusC21drawerOpenCloseSignalSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "paperEmpty",
-            "printedName": "paperEmpty",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)paperEmpty",
-            "mangledName": "$s8StarIO100A13PrinterStatusC10paperEmptySbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)paperEmpty",
-                "mangledName": "$s8StarIO100A13PrinterStatusC10paperEmptySbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "paperNearEmpty",
-            "printedName": "paperNearEmpty",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)paperNearEmpty",
-            "mangledName": "$s8StarIO100A13PrinterStatusC14paperNearEmptySbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)paperNearEmpty",
-                "mangledName": "$s8StarIO100A13PrinterStatusC14paperNearEmptySbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "reserved",
-            "printedName": "reserved",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Dictionary",
-                "printedName": "[Swift.String : Any]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ProtocolComposition",
-                    "printedName": "Any"
-                  }
-                ],
-                "usr": "s:SD"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)reserved",
-            "mangledName": "$s8StarIO100A13PrinterStatusC8reservedSDySSypGvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Dictionary",
-                    "printedName": "[Swift.String : Any]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ProtocolComposition",
-                        "printedName": "Any"
-                      }
-                    ],
-                    "usr": "s:SD"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)reserved",
-                "mangledName": "$s8StarIO100A13PrinterStatusC8reservedSDySSypGvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "detail",
-            "printedName": "detail",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinterStatusDetail",
-                "printedName": "StarIO10.StarPrinterStatusDetail",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)detail",
-            "mangledName": "$s8StarIO100A13PrinterStatusC6detailAA0acD6Detail_pvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterStatusDetail",
-                    "printedName": "StarIO10.StarPrinterStatusDetail",
-                    "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)detail",
-                "mangledName": "$s8StarIO100A13PrinterStatusC6detailAA0acD6Detail_pvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus",
-        "mangledName": "$s8StarIO100A13PrinterStatusC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarPrinterStatus",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarDeviceDiscoveryManager",
-        "printedName": "StarDeviceDiscoveryManager",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "delegate",
-            "printedName": "delegate",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "WeakStorage",
-                "printedName": "StarIO10.StarDeviceDiscoveryManagerDelegate?"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(py)delegate",
-            "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP8delegateAA0acdE8Delegate_pSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ReferenceOwnership",
-              "ObjC"
-            ],
-            "ownership": 1,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.StarDeviceDiscoveryManagerDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarDeviceDiscoveryManagerDelegate",
-                        "printedName": "StarIO10.StarDeviceDiscoveryManagerDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManagerDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)delegate",
-                "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP8delegateAA0acdE8Delegate_pSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.StarDeviceDiscoveryManagerDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarDeviceDiscoveryManagerDelegate",
-                        "printedName": "StarIO10.StarDeviceDiscoveryManagerDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManagerDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)setDelegate:",
-                "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP8delegateAA0acdE8Delegate_pSgvs",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "set"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "discoveryTime",
-            "printedName": "discoveryTime",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(py)discoveryTime",
-            "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP13discoveryTimeSivp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)discoveryTime",
-                "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP13discoveryTimeSivg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)setDiscoveryTime:",
-                "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP13discoveryTimeSivs",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "set"
-              }
-            ]
-          },
-          {
-            "kind": "Function",
-            "name": "startDiscovery",
-            "printedName": "startDiscovery()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)startDiscoveryWithError:",
-            "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP05startD0yyKF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-            "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-            "protocolReq": true,
-            "objc_name": "startDiscoveryWithError:",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "throwing": true,
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "stopDiscovery",
-            "printedName": "stopDiscovery()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)stopDiscovery",
-            "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP04stopD0yyF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-            "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager",
-        "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10StarDeviceDiscoveryManager",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Network",
-        "printedName": "Network",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "DrawerOpenedMethod",
-        "printedName": "DrawerOpenedMethod",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "byHand",
-            "printedName": "byHand",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.DrawerOpenedMethod.Type) -> StarIO10.DrawerOpenedMethod",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerOpenedMethod",
-                    "printedName": "StarIO10.DrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.DrawerOpenedMethod.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DrawerOpenedMethod",
-                        "printedName": "StarIO10.DrawerOpenedMethod",
-                        "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod@STARIO10DrawerOpenedMethodByHand",
-            "mangledName": "$s8StarIO1018DrawerOpenedMethodO6byHandyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10DrawerOpenedMethodByHand",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "byCommand",
-            "printedName": "byCommand",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.DrawerOpenedMethod.Type) -> StarIO10.DrawerOpenedMethod",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerOpenedMethod",
-                    "printedName": "StarIO10.DrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.DrawerOpenedMethod.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DrawerOpenedMethod",
-                        "printedName": "StarIO10.DrawerOpenedMethod",
-                        "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod@STARIO10DrawerOpenedMethodByCommand",
-            "mangledName": "$s8StarIO1018DrawerOpenedMethodO9byCommandyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10DrawerOpenedMethodByCommand",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1018DrawerOpenedMethodO11descriptionSSvp",
-            "mangledName": "$s8StarIO1018DrawerOpenedMethodO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1018DrawerOpenedMethodO11descriptionSSvg",
-                "mangledName": "$s8StarIO1018DrawerOpenedMethodO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.DrawerOpenedMethod?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerOpenedMethod",
-                    "printedName": "StarIO10.DrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO1018DrawerOpenedMethodO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO1018DrawerOpenedMethodO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1018DrawerOpenedMethodO8rawValueSivp",
-            "mangledName": "$s8StarIO1018DrawerOpenedMethodO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1018DrawerOpenedMethodO8rawValueSivg",
-                "mangledName": "$s8StarIO1018DrawerOpenedMethodO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod",
-        "mangledName": "$s8StarIO1018DrawerOpenedMethodO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10DrawerOpenedMethod",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "InputDeviceDelegate",
-        "printedName": "InputDeviceDelegate",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "inputDevice",
-            "printedName": "inputDevice(printer:communicationErrorDidOccur:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Error",
-                "printedName": "Swift.Error",
-                "usr": "s:s5ErrorP"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate(im)inputDeviceWithPrinter:communicationErrorDidOccur:",
-            "mangledName": "$s8StarIO1019InputDeviceDelegateP05inputD07printer26communicationErrorDidOccuryAA0A7PrinterC_s0I0_ptF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.InputDeviceDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.InputDeviceDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "inputDeviceDidConnect",
-            "printedName": "inputDeviceDidConnect(printer:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate(im)inputDeviceDidConnectWithPrinter:",
-            "mangledName": "$s8StarIO1019InputDeviceDelegateP05inputD10DidConnect7printeryAA0A7PrinterC_tF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.InputDeviceDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.InputDeviceDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "inputDeviceDidDisconnect",
-            "printedName": "inputDeviceDidDisconnect(printer:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate(im)inputDeviceDidDisconnectWithPrinter:",
-            "mangledName": "$s8StarIO1019InputDeviceDelegateP05inputD13DidDisconnect7printeryAA0A7PrinterC_tF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.InputDeviceDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.InputDeviceDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "inputDevice",
-            "printedName": "inputDevice(printer:didReceive:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Data",
-                "printedName": "Foundation.Data",
-                "usr": "s:10Foundation4DataV"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate(im)inputDeviceWithPrinter:didReceive:",
-            "mangledName": "$s8StarIO1019InputDeviceDelegateP05inputD07printer10didReceiveyAA0A7PrinterC_10Foundation4DataVtF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.InputDeviceDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.InputDeviceDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate",
-        "mangledName": "$s8StarIO1019InputDeviceDelegateP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10InputDeviceDelegate",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "NullableDrawerOpenedMethod",
-        "printedName": "NullableDrawerOpenedMethod",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "value",
-            "printedName": "value",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "DrawerOpenedMethod",
-                "printedName": "StarIO10.DrawerOpenedMethod",
-                "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod(py)value",
-            "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodC5valueAA0deF0Ovp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerOpenedMethod",
-                    "printedName": "StarIO10.DrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod(im)value",
-                "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodC5valueAA0deF0Ovg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerOpenedMethod",
-                    "printedName": "StarIO10.DrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod(im)setValue:",
-                "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodC5valueAA0deF0Ovs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1026NullableDrawerOpenedMethodC5valueAA0deF0OvM",
-                "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodC5valueAA0deF0OvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "NullableDrawerOpenedMethod",
-                "printedName": "StarIO10.NullableDrawerOpenedMethod",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod(im)init",
-            "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod",
-        "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10NullableDrawerOpenedMethod",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "StarIO10.StarLogger",
-        "printedName": "StarIO10.StarLogger",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "SpoolJobState",
-        "printedName": "SpoolJobState",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStateUnknown",
-            "mangledName": "$s8StarIO1013SpoolJobStateO7unknownyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "accepted",
-            "printedName": "accepted",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStateAccepted",
-            "mangledName": "$s8StarIO1013SpoolJobStateO8acceptedyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "printFailedByTimeoutBeforePrinting",
-            "printedName": "printFailedByTimeoutBeforePrinting",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrintFailedByTimeoutBeforePrinting",
-            "mangledName": "$s8StarIO1013SpoolJobStateO34printFailedByTimeoutBeforePrintingyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "printing",
-            "printedName": "printing",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrinting",
-            "mangledName": "$s8StarIO1013SpoolJobStateO8printingyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "waitingPaperTaken",
-            "printedName": "waitingPaperTaken",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStateWaitingPaperTaken",
-            "mangledName": "$s8StarIO1013SpoolJobStateO17waitingPaperTakenyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "waitingPrinterReady",
-            "printedName": "waitingPrinterReady",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStateWaitingPrinterReady",
-            "mangledName": "$s8StarIO1013SpoolJobStateO19waitingPrinterReadyyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 5
-          },
-          {
-            "kind": "Var",
-            "name": "printSucceeded",
-            "printedName": "printSucceeded",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrintSucceeded",
-            "mangledName": "$s8StarIO1013SpoolJobStateO14printSucceededyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 6
-          },
-          {
-            "kind": "Var",
-            "name": "printFailedByPrinterError",
-            "printedName": "printFailedByPrinterError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrintFailedByPrinterError",
-            "mangledName": "$s8StarIO1013SpoolJobStateO25printFailedByPrinterErroryA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 7
-          },
-          {
-            "kind": "Var",
-            "name": "printFailedByTimeout",
-            "printedName": "printFailedByTimeout",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrintFailedByTimeout",
-            "mangledName": "$s8StarIO1013SpoolJobStateO20printFailedByTimeoutyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 8
-          },
-          {
-            "kind": "Var",
-            "name": "printFailedByPowerOff",
-            "printedName": "printFailedByPowerOff",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrintFailedByPowerOff",
-            "mangledName": "$s8StarIO1013SpoolJobStateO21printFailedByPowerOffyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 9
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1013SpoolJobStateO11descriptionSSvp",
-            "mangledName": "$s8StarIO1013SpoolJobStateO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1013SpoolJobStateO11descriptionSSvg",
-                "mangledName": "$s8StarIO1013SpoolJobStateO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.SpoolJobState?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO1013SpoolJobStateO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO1013SpoolJobStateO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1013SpoolJobStateO8rawValueSivp",
-            "mangledName": "$s8StarIO1013SpoolJobStateO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1013SpoolJobStateO8rawValueSivg",
-                "mangledName": "$s8StarIO1013SpoolJobStateO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState",
-        "mangledName": "$s8StarIO1013SpoolJobStateO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10SpoolJobState",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinterInformation",
-        "printedName": "StarPrinterInformation",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(py)description",
-            "mangledName": "$s8StarIO100A18PrinterInformationC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(im)description",
-                "mangledName": "$s8StarIO100A18PrinterInformationC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "model",
-            "printedName": "model",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinterModel",
-                "printedName": "StarIO10.StarPrinterModel",
-                "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(py)model",
-            "mangledName": "$s8StarIO100A18PrinterInformationC5modelAA0aC5ModelOvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(im)model",
-                "mangledName": "$s8StarIO100A18PrinterInformationC5modelAA0aC5ModelOvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "emulation",
-            "printedName": "emulation",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinterEmulation",
-                "printedName": "StarIO10.StarPrinterEmulation",
-                "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(py)emulation",
-            "mangledName": "$s8StarIO100A18PrinterInformationC9emulationAA0aC9EmulationOvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(im)emulation",
-                "mangledName": "$s8StarIO100A18PrinterInformationC9emulationAA0aC9EmulationOvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "reserved",
-            "printedName": "reserved",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Dictionary",
-                "printedName": "[Swift.String : Any]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ProtocolComposition",
-                    "printedName": "Any"
-                  }
-                ],
-                "usr": "s:SD"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(py)reserved",
-            "mangledName": "$s8StarIO100A18PrinterInformationC8reservedSDySSypGvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Dictionary",
-                    "printedName": "[Swift.String : Any]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ProtocolComposition",
-                        "printedName": "Any"
-                      }
-                    ],
-                    "usr": "s:SD"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(im)reserved",
-                "mangledName": "$s8StarIO100A18PrinterInformationC8reservedSDySSypGvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation",
-        "mangledName": "$s8StarIO100A18PrinterInformationC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarPrinterInformation",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarDeviceDiscoveryManagerFactory",
-        "printedName": "StarDeviceDiscoveryManagerFactory",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "create",
-            "printedName": "create(interfaceTypes:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarDeviceDiscoveryManager",
-                "printedName": "StarIO10.StarDeviceDiscoveryManager",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Array",
-                "printedName": "[StarIO10.InterfaceType]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  }
-                ],
-                "usr": "s:Sa"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "s:8StarIO100A29DeviceDiscoveryManagerFactoryC6create14interfaceTypesAA0acdE0_pSayAA13InterfaceTypeOG_tKFZ",
-            "mangledName": "$s8StarIO100A29DeviceDiscoveryManagerFactoryC6create14interfaceTypesAA0acdE0_pSayAA13InterfaceTypeOG_tKFZ",
-            "moduleName": "StarIO10",
-            "static": true,
-            "declAttributes": [
-              "Final",
-              "AccessControl"
-            ],
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarDeviceDiscoveryManagerFactory",
-        "mangledName": "$s8StarIO100A29DeviceDiscoveryManagerFactoryC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarDeviceDiscoveryManagerFactory",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinter",
-        "printedName": "StarPrinter",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "information",
-            "printedName": "information",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.StarPrinterInformation?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterInformation",
-                    "printedName": "StarIO10.StarPrinterInformation",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)information",
-            "mangledName": "$s8StarIO100A7PrinterC11informationAA0aC11InformationCSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.StarPrinterInformation?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterInformation",
-                        "printedName": "StarIO10.StarPrinterInformation",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)information",
-                "mangledName": "$s8StarIO100A7PrinterC11informationAA0aC11InformationCSgvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "connectionSettings",
-            "printedName": "connectionSettings",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarConnectionSettings",
-                "printedName": "StarIO10.StarConnectionSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)connectionSettings",
-            "mangledName": "$s8StarIO100A7PrinterC18connectionSettingsAA0a10ConnectionE0Cvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarConnectionSettings",
-                    "printedName": "StarIO10.StarConnectionSettings",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)connectionSettings",
-                "mangledName": "$s8StarIO100A7PrinterC18connectionSettingsAA0a10ConnectionE0Cvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "printerDelegate",
-            "printedName": "printerDelegate",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.PrinterDelegate?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PrinterDelegate",
-                    "printedName": "StarIO10.PrinterDelegate",
-                    "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)printerDelegate",
-            "mangledName": "$s8StarIO100A7PrinterC15printerDelegateAA0cE0_pSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.PrinterDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PrinterDelegate",
-                        "printedName": "StarIO10.PrinterDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)printerDelegate",
-                "mangledName": "$s8StarIO100A7PrinterC15printerDelegateAA0cE0_pSgvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.PrinterDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PrinterDelegate",
-                        "printedName": "StarIO10.PrinterDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setPrinterDelegate:",
-                "mangledName": "$s8StarIO100A7PrinterC15printerDelegateAA0cE0_pSgvs",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC15printerDelegateAA0cE0_pSgvM",
-                "mangledName": "$s8StarIO100A7PrinterC15printerDelegateAA0cE0_pSgvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "drawerDelegate",
-            "printedName": "drawerDelegate",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.DrawerDelegate?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerDelegate",
-                    "printedName": "StarIO10.DrawerDelegate",
-                    "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)drawerDelegate",
-            "mangledName": "$s8StarIO100A7PrinterC14drawerDelegateAA06DrawerE0_pSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.DrawerDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DrawerDelegate",
-                        "printedName": "StarIO10.DrawerDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)drawerDelegate",
-                "mangledName": "$s8StarIO100A7PrinterC14drawerDelegateAA06DrawerE0_pSgvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.DrawerDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DrawerDelegate",
-                        "printedName": "StarIO10.DrawerDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setDrawerDelegate:",
-                "mangledName": "$s8StarIO100A7PrinterC14drawerDelegateAA06DrawerE0_pSgvs",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC14drawerDelegateAA06DrawerE0_pSgvM",
-                "mangledName": "$s8StarIO100A7PrinterC14drawerDelegateAA06DrawerE0_pSgvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "inputDeviceDelegate",
-            "printedName": "inputDeviceDelegate",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.InputDeviceDelegate?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InputDeviceDelegate",
-                    "printedName": "StarIO10.InputDeviceDelegate",
-                    "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)inputDeviceDelegate",
-            "mangledName": "$s8StarIO100A7PrinterC19inputDeviceDelegateAA05InputeF0_pSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.InputDeviceDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InputDeviceDelegate",
-                        "printedName": "StarIO10.InputDeviceDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)inputDeviceDelegate",
-                "mangledName": "$s8StarIO100A7PrinterC19inputDeviceDelegateAA05InputeF0_pSgvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.InputDeviceDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InputDeviceDelegate",
-                        "printedName": "StarIO10.InputDeviceDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setInputDeviceDelegate:",
-                "mangledName": "$s8StarIO100A7PrinterC19inputDeviceDelegateAA05InputeF0_pSgvs",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC19inputDeviceDelegateAA05InputeF0_pSgvM",
-                "mangledName": "$s8StarIO100A7PrinterC19inputDeviceDelegateAA05InputeF0_pSgvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "displayDelegate",
-            "printedName": "displayDelegate",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.DisplayDelegate?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DisplayDelegate",
-                    "printedName": "StarIO10.DisplayDelegate",
-                    "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)displayDelegate",
-            "mangledName": "$s8StarIO100A7PrinterC15displayDelegateAA07DisplayE0_pSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.DisplayDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DisplayDelegate",
-                        "printedName": "StarIO10.DisplayDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)displayDelegate",
-                "mangledName": "$s8StarIO100A7PrinterC15displayDelegateAA07DisplayE0_pSgvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.DisplayDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DisplayDelegate",
-                        "printedName": "StarIO10.DisplayDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setDisplayDelegate:",
-                "mangledName": "$s8StarIO100A7PrinterC15displayDelegateAA07DisplayE0_pSgvs",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC15displayDelegateAA07DisplayE0_pSgvM",
-                "mangledName": "$s8StarIO100A7PrinterC15displayDelegateAA07DisplayE0_pSgvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)description",
-            "mangledName": "$s8StarIO100A7PrinterC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)description",
-                "mangledName": "$s8StarIO100A7PrinterC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "openTimeout",
-            "printedName": "openTimeout",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)openTimeout",
-            "mangledName": "$s8StarIO100A7PrinterC11openTimeoutSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)openTimeout",
-                "mangledName": "$s8StarIO100A7PrinterC11openTimeoutSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setOpenTimeout:",
-                "mangledName": "$s8StarIO100A7PrinterC11openTimeoutSivs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC11openTimeoutSivM",
-                "mangledName": "$s8StarIO100A7PrinterC11openTimeoutSivM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "getStatusTimeout",
-            "printedName": "getStatusTimeout",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)getStatusTimeout",
-            "mangledName": "$s8StarIO100A7PrinterC16getStatusTimeoutSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)getStatusTimeout",
-                "mangledName": "$s8StarIO100A7PrinterC16getStatusTimeoutSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setGetStatusTimeout:",
-                "mangledName": "$s8StarIO100A7PrinterC16getStatusTimeoutSivs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC16getStatusTimeoutSivM",
-                "mangledName": "$s8StarIO100A7PrinterC16getStatusTimeoutSivM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "printTimeout",
-            "printedName": "printTimeout",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)printTimeout",
-            "mangledName": "$s8StarIO100A7PrinterC12printTimeoutSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)printTimeout",
-                "mangledName": "$s8StarIO100A7PrinterC12printTimeoutSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setPrintTimeout:",
-                "mangledName": "$s8StarIO100A7PrinterC12printTimeoutSivs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC12printTimeoutSivM",
-                "mangledName": "$s8StarIO100A7PrinterC12printTimeoutSivM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "starConfigurationTimeout",
-            "printedName": "starConfigurationTimeout",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)starConfigurationTimeout",
-            "mangledName": "$s8StarIO100A7PrinterC24starConfigurationTimeoutSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)starConfigurationTimeout",
-                "mangledName": "$s8StarIO100A7PrinterC24starConfigurationTimeoutSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setStarConfigurationTimeout:",
-                "mangledName": "$s8StarIO100A7PrinterC24starConfigurationTimeoutSivs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC24starConfigurationTimeoutSivM",
-                "mangledName": "$s8StarIO100A7PrinterC24starConfigurationTimeoutSivM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarConnectionSettings",
-                "printedName": "StarIO10.StarConnectionSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)initWithConnectionSettings:",
-            "mangledName": "$s8StarIO100A7PrinterCyAcA0A18ConnectionSettingsCcfc",
-            "moduleName": "StarIO10",
-            "objc_name": "initWithConnectionSettings:",
-            "declAttributes": [
-              "Convenience",
-              "AccessControl",
-              "ObjC"
-            ],
-            "init_kind": "Convenience"
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)init",
-            "mangledName": "$s8StarIO100A7PrinterCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Function",
-            "name": "open",
-            "printedName": "open(completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.Error?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Error",
-                        "printedName": "Swift.Error",
-                        "usr": "s:s5ErrorP"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)openWithCompletion:",
-            "mangledName": "$s8StarIO100A7PrinterC4open10completionyys5Error_pSgc_tF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "RawDocComment",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "close",
-            "printedName": "close(completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "() -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)closeWithCompletion:",
-            "mangledName": "$s8StarIO100A7PrinterC5close10completionyyyc_tF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(raw:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Data",
-                "printedName": "Foundation.Data",
-                "usr": "s:10Foundation4DataV"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.Error?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Error",
-                        "printedName": "Swift.Error",
-                        "usr": "s:s5ErrorP"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)printWithRaw:completion:",
-            "mangledName": "$s8StarIO100A7PrinterC5print3raw10completiony10Foundation4DataV_ys5Error_pSgctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(command:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.Error?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Error",
-                        "printedName": "Swift.Error",
-                        "usr": "s:s5ErrorP"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)printWithCommand:completion:",
-            "mangledName": "$s8StarIO100A7PrinterC5print7command10completionySS_ys5Error_pSgctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(command:starSpoolJobSettings:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobSettings",
-                "printedName": "StarIO10.StarSpoolJobSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.Int?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(Swift.Int?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Int?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "s:8StarIO100A7PrinterC5print7command20starSpoolJobSettings10completionySS_AA0aghI0CySiSg_s5Error_pSgtctF",
-            "mangledName": "$s8StarIO100A7PrinterC5print7command20starSpoolJobSettings10completionySS_AA0aghI0CySiSg_s5Error_pSgtctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getStatus",
-            "printedName": "getStatus(completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterStatus?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(StarIO10.StarPrinterStatus?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarPrinterStatus?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarPrinterStatus",
-                            "printedName": "StarIO10.StarPrinterStatus",
-                            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getStatusWithCompletion:",
-            "mangledName": "$s8StarIO100A7PrinterC9getStatus10completionyyAA0acE0CSg_s5Error_pSgtc_tF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getSpoolJobStatus",
-            "printedName": "getSpoolJobStatus(jobId:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarSpoolJobStatus?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(StarIO10.StarSpoolJobStatus?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarSpoolJobStatus?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarSpoolJobStatus",
-                            "printedName": "StarIO10.StarSpoolJobStatus",
-                            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getSpoolJobStatusWithJobId:completion:",
-            "mangledName": "$s8StarIO100A7PrinterC17getSpoolJobStatus5jobId10completionySi_yAA0aefG0CSg_s5Error_pSgtctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getSpoolJobStatusList",
-            "printedName": "getSpoolJobStatusList(size:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "([StarIO10.StarSpoolJobStatus]?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "([StarIO10.StarSpoolJobStatus]?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "[StarIO10.StarSpoolJobStatus]?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Array",
-                            "printedName": "[StarIO10.StarSpoolJobStatus]",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "StarSpoolJobStatus",
-                                "printedName": "StarIO10.StarSpoolJobStatus",
-                                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus"
-                              }
-                            ],
-                            "usr": "s:Sa"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getSpoolJobStatusListWithSize:completion:",
-            "mangledName": "$s8StarIO100A7PrinterC21getSpoolJobStatusList4size10completionySi_ySayAA0aefG0CGSg_s5Error_pSgtctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "setStarConfiguration",
-            "printedName": "setStarConfiguration(starConfiguration:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarConfigurationSetResult?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(StarIO10.StarConfigurationSetResult?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarConfigurationSetResult?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarConfigurationSetResult",
-                            "printedName": "StarIO10.StarConfigurationSetResult",
-                            "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "s:8StarIO100A7PrinterC03setA13Configuration04starE010completionySS_yAA0aE9SetResultOSg_s5Error_pSgtctF",
-            "mangledName": "$s8StarIO100A7PrinterC03setA13Configuration04starE010completionySS_yAA0aE9SetResultOSg_s5Error_pSgtctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getStarConfiguration",
-            "printedName": "getStarConfiguration(password:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "Swift.String?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "hasDefaultArg": true,
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.String?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(Swift.String?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.String?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getStarConfigurationWithPassword:completion:",
-            "mangledName": "$s8StarIO100A7PrinterC03getA13Configuration8password10completionySSSg_yAG_s5Error_pSgtctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getDefaultStarConfiguration",
-            "printedName": "getDefaultStarConfiguration(completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.String?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(Swift.String?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.String?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getDefaultStarConfigurationWithCompletion:",
-            "mangledName": "$s8StarIO100A7PrinterC010getDefaultA13Configuration10completionyySSSg_s5Error_pSgtc_tF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "open",
-            "printedName": "open()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)openWithCompletionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC4openyyYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "close",
-            "printedName": "close()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)closeWithCompletionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC5closeyyYaF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(raw:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Data",
-                "printedName": "Foundation.Data",
-                "usr": "s:10Foundation4DataV"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)printWithRaw:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC5print3rawy10Foundation4DataV_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(command:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)printWithCommand:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC5print7commandySS_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(command:starSpoolJobSettings:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobSettings",
-                "printedName": "StarIO10.StarSpoolJobSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)printWithCommand:starSpoolJobSettings:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC5print7command20starSpoolJobSettingsSiSS_AA0aghI0CtYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getStatus",
-            "printedName": "getStatus()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinterStatus",
-                "printedName": "StarIO10.StarPrinterStatus",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getStatusWithCompletionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC9getStatusAA0acE0CyYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getSpoolJobStatus",
-            "printedName": "getSpoolJobStatus(jobId:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobStatus",
-                "printedName": "StarIO10.StarSpoolJobStatus",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getSpoolJobStatusWithJobId:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC17getSpoolJobStatus5jobIdAA0aefG0CSi_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getSpoolJobStatusList",
-            "printedName": "getSpoolJobStatusList(size:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Array",
-                "printedName": "[StarIO10.StarSpoolJobStatus]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarSpoolJobStatus",
-                    "printedName": "StarIO10.StarSpoolJobStatus",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus"
-                  }
-                ],
-                "usr": "s:Sa"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getSpoolJobStatusListWithSize:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC21getSpoolJobStatusList4sizeSayAA0aefG0CGSi_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "setStarConfiguration",
-            "printedName": "setStarConfiguration(starConfiguration:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarConfigurationSetResult",
-                "printedName": "StarIO10.StarConfigurationSetResult",
-                "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)setStarConfigurationWithStarConfiguration:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC03setA13Configuration04starE0AA0aE9SetResultOSS_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getStarConfiguration",
-            "printedName": "getStarConfiguration(password:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "Swift.String?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "hasDefaultArg": true,
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getStarConfigurationWithPassword:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC03getA13Configuration8passwordS2SSg_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getDefaultStarConfiguration",
-            "printedName": "getDefaultStarConfiguration()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getDefaultStarConfigurationWithCompletionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC010getDefaultA13ConfigurationSSyYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter",
-        "mangledName": "$s8StarIO100A7PrinterC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarPrinter",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarIO10Error",
-        "printedName": "StarIO10Error",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO7unknownyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO7unknownyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "argument",
-            "printedName": "argument",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO8argumentyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO8argumentyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "badResponse",
-            "printedName": "badResponse",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO11badResponseyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO11badResponseyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "communication",
-            "printedName": "communication",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO13communicationyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO13communicationyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "illegalDeviceState",
-            "printedName": "illegalDeviceState",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO18illegalDeviceStateyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO18illegalDeviceStateyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "inUse",
-            "printedName": "inUse",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO5inUseyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO5inUseyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "invalidOperation",
-            "printedName": "invalidOperation",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO16invalidOperationyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO16invalidOperationyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "notFound",
-            "printedName": "notFound",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO8notFoundyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO8notFoundyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "unprintable",
-            "printedName": "unprintable",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode, StarIO10.StarPrinterStatus?) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode, StarIO10.StarPrinterStatus?) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode, status: StarIO10.StarPrinterStatus?)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Optional",
-                            "printedName": "StarIO10.StarPrinterStatus?",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "StarPrinterStatus",
-                                "printedName": "StarIO10.StarPrinterStatus",
-                                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus"
-                              }
-                            ],
-                            "usr": "s:Sq"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO11unprintableyACSS_AA0abC4CodeOAA0A13PrinterStatusCSgtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO11unprintableyACSS_AA0abC4CodeOAA0A13PrinterStatusCSgtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "authentication",
-            "printedName": "authentication",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO14authenticationyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO14authenticationyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "unsupportedModel",
-            "printedName": "unsupportedModel",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO16unsupportedModelyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO16unsupportedModelyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "unsupportedOSVersion",
-            "printedName": "unsupportedOSVersion",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO20unsupportedOSVersionyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO20unsupportedOSVersionyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO11descriptionSSvp",
-            "mangledName": "$s8StarIO100aB5ErrorO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "RawDocComment"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO11descriptionSSvg",
-                "mangledName": "$s8StarIO100aB5ErrorO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "errorDescription",
-            "printedName": "errorDescription",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "Swift.String?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO16errorDescriptionSSSgvp",
-            "mangledName": "$s8StarIO100aB5ErrorO16errorDescriptionSSSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.String?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO16errorDescriptionSSSgvg",
-                "mangledName": "$s8StarIO100aB5ErrorO16errorDescriptionSSSgvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "failureReason",
-            "printedName": "failureReason",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "Swift.String?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO13failureReasonSSSgvp",
-            "mangledName": "$s8StarIO100aB5ErrorO13failureReasonSSSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.String?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO13failureReasonSSSgvg",
-                "mangledName": "$s8StarIO100aB5ErrorO13failureReasonSSSgvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "recoverySuggestion",
-            "printedName": "recoverySuggestion",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "Swift.String?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO18recoverySuggestionSSSgvp",
-            "mangledName": "$s8StarIO100aB5ErrorO18recoverySuggestionSSSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.String?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO18recoverySuggestionSSSgvg",
-                "mangledName": "$s8StarIO100aB5ErrorO18recoverySuggestionSSSgvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "errorDomain",
-            "printedName": "errorDomain",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO11errorDomainSSvpZ",
-            "mangledName": "$s8StarIO100aB5ErrorO11errorDomainSSvpZ",
-            "moduleName": "StarIO10",
-            "static": true,
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO11errorDomainSSvgZ",
-                "mangledName": "$s8StarIO100aB5ErrorO11errorDomainSSvgZ",
-                "moduleName": "StarIO10",
-                "static": true,
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "errorCode",
-            "printedName": "errorCode",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO9errorCodeSivp",
-            "mangledName": "$s8StarIO100aB5ErrorO9errorCodeSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO9errorCodeSivg",
-                "mangledName": "$s8StarIO100aB5ErrorO9errorCodeSivg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "errorUserInfo",
-            "printedName": "errorUserInfo",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Dictionary",
-                "printedName": "[Swift.String : Any]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ProtocolComposition",
-                    "printedName": "Any"
-                  }
-                ],
-                "usr": "s:SD"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO13errorUserInfoSDySSypGvp",
-            "mangledName": "$s8StarIO100aB5ErrorO13errorUserInfoSDySSypGvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Dictionary",
-                    "printedName": "[Swift.String : Any]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ProtocolComposition",
-                        "printedName": "Any"
-                      }
-                    ],
-                    "usr": "s:SD"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO13errorUserInfoSDySSypGvg",
-                "mangledName": "$s8StarIO100aB5ErrorO13errorUserInfoSDySSypGvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "s:8StarIO100aB5ErrorO",
-        "mangledName": "$s8StarIO100aB5ErrorO",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "AccessControl"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Error",
-            "printedName": "Error",
-            "usr": "s:s5ErrorP",
-            "mangledName": "$ss5ErrorP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Sendable",
-            "printedName": "Sendable",
-            "usr": "s:s8SendableP",
-            "mangledName": "$ss8SendableP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "LocalizedError",
-            "printedName": "LocalizedError",
-            "usr": "s:10Foundation14LocalizedErrorP",
-            "mangledName": "$s10Foundation14LocalizedErrorP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomNSError",
-            "printedName": "CustomNSError",
-            "usr": "s:10Foundation13CustomNSErrorP",
-            "mangledName": "$s10Foundation13CustomNSErrorP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "DrawerDelegate",
-        "printedName": "DrawerDelegate",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "drawer",
-            "printedName": "drawer(printer:communicationErrorDidOccur:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Error",
-                "printedName": "Swift.Error",
-                "usr": "s:s5ErrorP"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate(im)drawerWithPrinter:communicationErrorDidOccur:",
-            "mangledName": "$s8StarIO1014DrawerDelegateP6drawer7printer26communicationErrorDidOccuryAA0A7PrinterC_s0H0_ptF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.DrawerDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.DrawerDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "drawer",
-            "printedName": "drawer(printer:didSwitch:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate(im)drawerWithPrinter:didSwitch:",
-            "mangledName": "$s8StarIO1014DrawerDelegateP6drawer7printer9didSwitchyAA0A7PrinterC_SbtF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.DrawerDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.DrawerDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate",
-        "mangledName": "$s8StarIO1014DrawerDelegateP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10DrawerDelegate",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarConfigurationSetResult",
-        "printedName": "StarConfigurationSetResult",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "applied",
-            "printedName": "applied",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarConfigurationSetResult.Type) -> StarIO10.StarConfigurationSetResult",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarConfigurationSetResult",
-                    "printedName": "StarIO10.StarConfigurationSetResult",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarConfigurationSetResult.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarConfigurationSetResult",
-                        "printedName": "StarIO10.StarConfigurationSetResult",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult@STARIO10StarConfigurationSetResultApplied",
-            "mangledName": "$s8StarIO100A22ConfigurationSetResultO7appliedyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "accepted",
-            "printedName": "accepted",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarConfigurationSetResult.Type) -> StarIO10.StarConfigurationSetResult",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarConfigurationSetResult",
-                    "printedName": "StarIO10.StarConfigurationSetResult",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarConfigurationSetResult.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarConfigurationSetResult",
-                        "printedName": "StarIO10.StarConfigurationSetResult",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult@STARIO10StarConfigurationSetResultAccepted",
-            "mangledName": "$s8StarIO100A22ConfigurationSetResultO8acceptedyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A22ConfigurationSetResultO11descriptionSSvp",
-            "mangledName": "$s8StarIO100A22ConfigurationSetResultO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A22ConfigurationSetResultO11descriptionSSvg",
-                "mangledName": "$s8StarIO100A22ConfigurationSetResultO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.StarConfigurationSetResult?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarConfigurationSetResult",
-                    "printedName": "StarIO10.StarConfigurationSetResult",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO100A22ConfigurationSetResultO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO100A22ConfigurationSetResultO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A22ConfigurationSetResultO8rawValueSivp",
-            "mangledName": "$s8StarIO100A22ConfigurationSetResultO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A22ConfigurationSetResultO8rawValueSivg",
-                "mangledName": "$s8StarIO100A22ConfigurationSetResultO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult",
-        "mangledName": "$s8StarIO100A22ConfigurationSetResultO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarConfigurationSetResult",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Network",
-        "printedName": "Network",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinterModel",
-        "printedName": "StarPrinterModel",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelUnknown",
-            "mangledName": "$s8StarIO100A12PrinterModelO7unknownyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "tsp650II",
-            "printedName": "tsp650II",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP650II",
-            "mangledName": "$s8StarIO100A12PrinterModelO8tsp650IIyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP650II",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "tsp700II",
-            "printedName": "tsp700II",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP700II",
-            "mangledName": "$s8StarIO100A12PrinterModelO8tsp700IIyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP700II",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "tsp800II",
-            "printedName": "tsp800II",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP800II",
-            "mangledName": "$s8StarIO100A12PrinterModelO8tsp800IIyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP800II",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "fvp10",
-            "printedName": "fvp10",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelFVP10",
-            "mangledName": "$s8StarIO100A12PrinterModelO5fvp10yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelFVP10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100LAN",
-            "printedName": "tsp100LAN",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100LAN",
-            "mangledName": "$s8StarIO100A12PrinterModelO9tsp100LANyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100LAN",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 5
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IIIW",
-            "printedName": "tsp100IIIW",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IIIW",
-            "mangledName": "$s8StarIO100A12PrinterModelO10tsp100IIIWyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IIIW",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 6
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IIILAN",
-            "printedName": "tsp100IIILAN",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IIILAN",
-            "mangledName": "$s8StarIO100A12PrinterModelO12tsp100IIILANyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IIILAN",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 7
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IIIBI",
-            "printedName": "tsp100IIIBI",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IIIBI",
-            "mangledName": "$s8StarIO100A12PrinterModelO11tsp100IIIBIyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IIIBI",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 8
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IIIU",
-            "printedName": "tsp100IIIU",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IIIU",
-            "mangledName": "$s8StarIO100A12PrinterModelO10tsp100IIIUyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IIIU",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 9
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IV_SK",
-            "printedName": "tsp100IV_SK",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IV_SK",
-            "mangledName": "$s8StarIO100A12PrinterModelO11tsp100IV_SKyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IV_SK",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 10
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IV",
-            "printedName": "tsp100IV",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IV",
-            "mangledName": "$s8StarIO100A12PrinterModelO8tsp100IVyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IV",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 11
-          },
-          {
-            "kind": "Var",
-            "name": "mPOP",
-            "printedName": "mPOP",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelmPOP",
-            "mangledName": "$s8StarIO100A12PrinterModelO4mPOPyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelmPOP",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 12
-          },
-          {
-            "kind": "Var",
-            "name": "mC_Print2",
-            "printedName": "mC_Print2",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelmC_Print2",
-            "mangledName": "$s8StarIO100A12PrinterModelO9mC_Print2yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelmC_Print2",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 13
-          },
-          {
-            "kind": "Var",
-            "name": "mC_Print3",
-            "printedName": "mC_Print3",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelmC_Print3",
-            "mangledName": "$s8StarIO100A12PrinterModelO9mC_Print3yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelmC_Print3",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 14
-          },
-          {
-            "kind": "Var",
-            "name": "mC_Label3",
-            "printedName": "mC_Label3",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelmC_Label3",
-            "mangledName": "$s8StarIO100A12PrinterModelO9mC_Label3yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelmC_Label3",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 15
-          },
-          {
-            "kind": "Var",
-            "name": "sm_S210i",
-            "printedName": "sm_S210i",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_S210i",
-            "mangledName": "$s8StarIO100A12PrinterModelO8sm_S210iyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_S210i",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 16
-          },
-          {
-            "kind": "Var",
-            "name": "sm_S230i",
-            "printedName": "sm_S230i",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_S230i",
-            "mangledName": "$s8StarIO100A12PrinterModelO8sm_S230iyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_S230i",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 17
-          },
-          {
-            "kind": "Var",
-            "name": "sm_T300i",
-            "printedName": "sm_T300i",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_T300i",
-            "mangledName": "$s8StarIO100A12PrinterModelO8sm_T300iyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_T300i",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 18
-          },
-          {
-            "kind": "Var",
-            "name": "sm_T400i",
-            "printedName": "sm_T400i",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_T400i",
-            "mangledName": "$s8StarIO100A12PrinterModelO8sm_T400iyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_T400i",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 19
-          },
-          {
-            "kind": "Var",
-            "name": "sm_L200",
-            "printedName": "sm_L200",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_L200",
-            "mangledName": "$s8StarIO100A12PrinterModelO7sm_L200yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_L200",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 20
-          },
-          {
-            "kind": "Var",
-            "name": "sm_L300",
-            "printedName": "sm_L300",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_L300",
-            "mangledName": "$s8StarIO100A12PrinterModelO7sm_L300yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_L300",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 21
-          },
-          {
-            "kind": "Var",
-            "name": "bsc10",
-            "printedName": "bsc10",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelBSC10",
-            "mangledName": "$s8StarIO100A12PrinterModelO5bsc10yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelBSC10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 22
-          },
-          {
-            "kind": "Var",
-            "name": "tsp043",
-            "printedName": "tsp043",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP043",
-            "mangledName": "$s8StarIO100A12PrinterModelO6tsp043yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP043",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 23
-          },
-          {
-            "kind": "Var",
-            "name": "sp700",
-            "printedName": "sp700",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSP700",
-            "mangledName": "$s8StarIO100A12PrinterModelO5sp700yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSP700",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 24
-          },
-          {
-            "kind": "Var",
-            "name": "tup500",
-            "printedName": "tup500",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTUP500",
-            "mangledName": "$s8StarIO100A12PrinterModelO6tup500yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTUP500",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 25
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A12PrinterModelO11descriptionSSvp",
-            "mangledName": "$s8StarIO100A12PrinterModelO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A12PrinterModelO11descriptionSSvg",
-                "mangledName": "$s8StarIO100A12PrinterModelO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.StarPrinterModel?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO100A12PrinterModelO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO100A12PrinterModelO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A12PrinterModelO8rawValueSivp",
-            "mangledName": "$s8StarIO100A12PrinterModelO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A12PrinterModelO8rawValueSivg",
-                "mangledName": "$s8StarIO100A12PrinterModelO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel",
-        "mangledName": "$s8StarIO100A12PrinterModelO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarPrinterModel",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarDeviceDiscoveryManagerDelegate",
-        "printedName": "StarDeviceDiscoveryManagerDelegate",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "manager",
-            "printedName": "manager(_:didFind:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarDeviceDiscoveryManager",
-                "printedName": "StarIO10.StarDeviceDiscoveryManager",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManagerDelegate(im)manager:didFindPrinter:",
-            "mangledName": "$s8StarIO100A30DeviceDiscoveryManagerDelegateP7manager_7didFindyAA0acdE0_p_AA0A7PrinterCtF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManagerDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManagerDelegate>",
-            "protocolReq": true,
-            "objc_name": "manager:didFindPrinter:",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "managerDidFinishDiscovery",
-            "printedName": "managerDidFinishDiscovery(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarDeviceDiscoveryManager",
-                "printedName": "StarIO10.StarDeviceDiscoveryManager",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManagerDelegate(im)managerDidFinishDiscovery:",
-            "mangledName": "$s8StarIO100A30DeviceDiscoveryManagerDelegateP016managerDidFinishD0yyAA0acdE0_pF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManagerDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManagerDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManagerDelegate",
-        "mangledName": "$s8StarIO100A30DeviceDiscoveryManagerDelegateP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10StarDeviceDiscoveryManagerDelegate",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarIO10ErrorCode",
-        "printedName": "StarIO10ErrorCode",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "none",
-            "printedName": "none",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeNone",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO4noneyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeNone",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "deviceHasError",
-            "printedName": "deviceHasError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeDeviceHasError",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO09deviceHasC0yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeDeviceHasError",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "printerHoldingPaper",
-            "printedName": "printerHoldingPaper",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodePrinterHoldingPaper",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO19printerHoldingPaperyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodePrinterHoldingPaper",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "printingTimeout",
-            "printedName": "printingTimeout",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodePrintingTimeout",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO15printingTimeoutyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodePrintingTimeout",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "bluetoothUnavailable",
-            "printedName": "bluetoothUnavailable",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeBluetoothUnavailable",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO20bluetoothUnavailableyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeBluetoothUnavailable",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "networkUnavailable",
-            "printedName": "networkUnavailable",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeNetworkUnavailable",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO18networkUnavailableyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeNetworkUnavailable",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 5
-          },
-          {
-            "kind": "Var",
-            "name": "spoolerIsDisabled",
-            "printedName": "spoolerIsDisabled",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeSpoolerIsDisabled",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO17spoolerIsDisabledyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeSpoolerIsDisabled",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 6
-          },
-          {
-            "kind": "Var",
-            "name": "spoolerBufferIsNotEnough",
-            "printedName": "spoolerBufferIsNotEnough",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeSpoolerBufferIsNotEnough",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO24spoolerBufferIsNotEnoughyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeSpoolerBufferIsNotEnough",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 7
-          },
-          {
-            "kind": "Var",
-            "name": "spoolerJobIdNotExists",
-            "printedName": "spoolerJobIdNotExists",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeSpoolerJobIdNotExists",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO21spoolerJobIdNotExistsyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeSpoolerJobIdNotExists",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 8
-          },
-          {
-            "kind": "Var",
-            "name": "invalidPassword",
-            "printedName": "invalidPassword",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeInvalidPassword",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO15invalidPasswordyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeInvalidPassword",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 9
-          },
-          {
-            "kind": "Var",
-            "name": "needToChangePassword",
-            "printedName": "needToChangePassword",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeNeedToChangePassword",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO20needToChangePasswordyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeNeedToChangePassword",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 10
-          },
-          {
-            "kind": "Var",
-            "name": "jsonFormatError",
-            "printedName": "jsonFormatError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeJsonFormatError",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO010jsonFormatC0yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeJsonFormatError",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 11
-          },
-          {
-            "kind": "Var",
-            "name": "starConfigurationFormatError",
-            "printedName": "starConfigurationFormatError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeStarConfigurationFormatError",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO023starConfigurationFormatC0yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeStarConfigurationFormatError",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 12
-          },
-          {
-            "kind": "Var",
-            "name": "starConfigurationParameterError",
-            "printedName": "starConfigurationParameterError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeStarConfigurationParameterError",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO026starConfigurationParameterC0yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeStarConfigurationParameterError",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 13
-          },
-          {
-            "kind": "Var",
-            "name": "starConfigurationSpecifiedFileError",
-            "printedName": "starConfigurationSpecifiedFileError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeStarConfigurationSpecifiedFileError",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO030starConfigurationSpecifiedFileC0yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeStarConfigurationSpecifiedFileError",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 14
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.StarIO10ErrorCode?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO100aB9ErrorCodeO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB9ErrorCodeO8rawValueSivp",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB9ErrorCodeO8rawValueSivg",
-                "mangledName": "$s8StarIO100aB9ErrorCodeO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "allCases",
-            "printedName": "allCases",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Array",
-                "printedName": "[StarIO10.StarIO10ErrorCode]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  }
-                ],
-                "usr": "s:Sa"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB9ErrorCodeO8allCasesSayACGvpZ",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO8allCasesSayACGvpZ",
-            "moduleName": "StarIO10",
-            "static": true,
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[StarIO10.StarIO10ErrorCode]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB9ErrorCodeO8allCasesSayACGvgZ",
-                "mangledName": "$s8StarIO100aB9ErrorCodeO8allCasesSayACGvgZ",
-                "moduleName": "StarIO10",
-                "static": true,
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB9ErrorCodeO11descriptionSSvp",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "RawDocComment"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB9ErrorCodeO11descriptionSSvg",
-                "mangledName": "$s8StarIO100aB9ErrorCodeO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode",
-        "mangledName": "$s8StarIO100aB9ErrorCodeO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10ErrorCode",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CaseIterable",
-            "printedName": "CaseIterable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "AllCases",
-                "printedName": "AllCases",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[StarIO10.StarIO10ErrorCode]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:s12CaseIterableP",
-            "mangledName": "$ss12CaseIterableP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarConnectionSettings",
-        "printedName": "StarConnectionSettings",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(py)description",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)description",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "FIRST_FOUND_DEVICE",
-            "printedName": "FIRST_FOUND_DEVICE",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(cpy)FIRST_FOUND_DEVICE",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC18FIRST_FOUND_DEVICESSvpZ",
-            "moduleName": "StarIO10",
-            "static": true,
-            "declAttributes": [
-              "HasInitialValue",
-              "Final",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isLet": true,
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(cm)FIRST_FOUND_DEVICE",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC18FIRST_FOUND_DEVICESSvgZ",
-                "moduleName": "StarIO10",
-                "static": true,
-                "implicit": true,
-                "declAttributes": [
-                  "Final",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "interfaceType",
-            "printedName": "interfaceType",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "InterfaceType",
-                "printedName": "StarIO10.InterfaceType",
-                "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(py)interfaceType",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC13interfaceTypeAA09InterfaceF0Ovp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)interfaceType",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC13interfaceTypeAA09InterfaceF0Ovg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)setInterfaceType:",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC13interfaceTypeAA09InterfaceF0Ovs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A18ConnectionSettingsC13interfaceTypeAA09InterfaceF0OvM",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC13interfaceTypeAA09InterfaceF0OvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "identifier",
-            "printedName": "identifier",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(py)identifier",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC10identifierSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)identifier",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC10identifierSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)setIdentifier:",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC10identifierSSvs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A18ConnectionSettingsC10identifierSSvM",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC10identifierSSvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "autoSwitchInterface",
-            "printedName": "autoSwitchInterface",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(py)autoSwitchInterface",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC19autoSwitchInterfaceSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)autoSwitchInterface",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC19autoSwitchInterfaceSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)setAutoSwitchInterface:",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC19autoSwitchInterfaceSbvs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A18ConnectionSettingsC19autoSwitchInterfaceSbvM",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC19autoSwitchInterfaceSbvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(interfaceType:identifier:autoSwitchInterface:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarConnectionSettings",
-                "printedName": "StarIO10.StarConnectionSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "InterfaceType",
-                "printedName": "StarIO10.InterfaceType",
-                "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "hasDefaultArg": true,
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "hasDefaultArg": true,
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)initWithInterfaceType:identifier:autoSwitchInterface:",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC13interfaceType10identifier19autoSwitchInterfaceAcA0jF0O_SSSbtcfc",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarConnectionSettings",
-                "printedName": "StarIO10.StarConnectionSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)init",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings",
-        "mangledName": "$s8StarIO100A18ConnectionSettingsC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarConnectionSettings",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "NullableInt",
-        "printedName": "NullableInt",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "value",
-            "printedName": "value",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt(py)value",
-            "mangledName": "$s8StarIO1011NullableIntC5valueSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt(im)value",
-                "mangledName": "$s8StarIO1011NullableIntC5valueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt(im)setValue:",
-                "mangledName": "$s8StarIO1011NullableIntC5valueSivs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1011NullableIntC5valueSivM",
-                "mangledName": "$s8StarIO1011NullableIntC5valueSivM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "NullableInt",
-                "printedName": "StarIO10.NullableInt",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt(im)init",
-            "mangledName": "$s8StarIO1011NullableIntCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt",
-        "mangledName": "$s8StarIO1011NullableIntC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10NullableInt",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Network",
-        "printedName": "Network",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "InterfaceType",
-        "printedName": "InterfaceType",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.InterfaceType.Type) -> StarIO10.InterfaceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.InterfaceType.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InterfaceType",
-                        "printedName": "StarIO10.InterfaceType",
-                        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10InterfaceType@STARIO10InterfaceTypeUnknown",
-            "mangledName": "$s8StarIO1013InterfaceTypeO7unknownyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InterfaceTypeUnknown",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "usb",
-            "printedName": "usb",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.InterfaceType.Type) -> StarIO10.InterfaceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.InterfaceType.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InterfaceType",
-                        "printedName": "StarIO10.InterfaceType",
-                        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10InterfaceType@STARIO10InterfaceTypeUSB",
-            "mangledName": "$s8StarIO1013InterfaceTypeO3usbyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InterfaceTypeUSB",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "bluetooth",
-            "printedName": "bluetooth",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.InterfaceType.Type) -> StarIO10.InterfaceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.InterfaceType.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InterfaceType",
-                        "printedName": "StarIO10.InterfaceType",
-                        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10InterfaceType@STARIO10InterfaceTypeBluetooth",
-            "mangledName": "$s8StarIO1013InterfaceTypeO9bluetoothyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InterfaceTypeBluetooth",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "bluetoothLE",
-            "printedName": "bluetoothLE",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.InterfaceType.Type) -> StarIO10.InterfaceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.InterfaceType.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InterfaceType",
-                        "printedName": "StarIO10.InterfaceType",
-                        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10InterfaceType@STARIO10InterfaceTypeBluetoothLE",
-            "mangledName": "$s8StarIO1013InterfaceTypeO11bluetoothLEyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InterfaceTypeBluetoothLE",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "lan",
-            "printedName": "lan",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.InterfaceType.Type) -> StarIO10.InterfaceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.InterfaceType.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InterfaceType",
-                        "printedName": "StarIO10.InterfaceType",
-                        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10InterfaceType@STARIO10InterfaceTypeLAN",
-            "mangledName": "$s8StarIO1013InterfaceTypeO3lanyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InterfaceTypeLAN",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1013InterfaceTypeO11descriptionSSvp",
-            "mangledName": "$s8StarIO1013InterfaceTypeO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1013InterfaceTypeO11descriptionSSvg",
-                "mangledName": "$s8StarIO1013InterfaceTypeO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.InterfaceType?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO1013InterfaceTypeO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO1013InterfaceTypeO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1013InterfaceTypeO8rawValueSivp",
-            "mangledName": "$s8StarIO1013InterfaceTypeO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1013InterfaceTypeO8rawValueSivg",
-                "mangledName": "$s8StarIO1013InterfaceTypeO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType",
-        "mangledName": "$s8StarIO1013InterfaceTypeO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10InterfaceType",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "NullableBool",
-        "printedName": "NullableBool",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "value",
-            "printedName": "value",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool(py)value",
-            "mangledName": "$s8StarIO1012NullableBoolC5valueSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool(im)value",
-                "mangledName": "$s8StarIO1012NullableBoolC5valueSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool(im)setValue:",
-                "mangledName": "$s8StarIO1012NullableBoolC5valueSbvs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1012NullableBoolC5valueSbvM",
-                "mangledName": "$s8StarIO1012NullableBoolC5valueSbvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "NullableBool",
-                "printedName": "StarIO10.NullableBool",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool(im)init",
-            "mangledName": "$s8StarIO1012NullableBoolCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool",
-        "mangledName": "$s8StarIO1012NullableBoolC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10NullableBool",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarXpandCommand",
-        "printedName": "StarXpandCommand",
-        "children": [
-          {
-            "kind": "TypeDecl",
-            "name": "Printer",
-            "printedName": "Printer",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Printer",
-                    "printedName": "StarIO10.StarXpandCommand.Printer",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "BlackMarkParameter",
-                "printedName": "BlackMarkParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "enable",
-                    "printedName": "enable",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC6enableSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC6enableSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC6enableSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC6enableSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setEnable",
-                    "printedName": "setEnable(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC9setEnableyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC9setEnableyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "position",
-                    "printedName": "position",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BlackMarkPosition",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC8positionAE0fG8PositionOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC8positionAE0fG8PositionOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BlackMarkPosition",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC8positionAE0fG8PositionOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC8positionAE0fG8PositionOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setPosition",
-                    "printedName": "setPosition(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BlackMarkPosition",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC11setPositionyAGXDAE0fgJ0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC11setPositionyAGXDAE0fgJ0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BlackMarkParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterBlackMarkParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "inheritsConvenienceInitializers": true,
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PDF417Parameter",
-                "printedName": "PDF417Parameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "content",
-                    "printedName": "content",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentSSvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentSSvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentSSvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentSSvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "column",
-                    "printedName": "column",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6columnSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6columnSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6columnSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6columnSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setColumn",
-                    "printedName": "setColumn(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setColumnyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setColumnyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "line",
-                    "printedName": "line",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC4lineSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC4lineSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC4lineSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC4lineSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLine",
-                    "printedName": "setLine(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7setLineyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7setLineyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "module",
-                    "printedName": "module",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6moduleSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6moduleSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6moduleSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6moduleSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setModule",
-                    "printedName": "setModule(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setModuleyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setModuleyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "aspect",
-                    "printedName": "aspect",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6aspectSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6aspectSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6aspectSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6aspectSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setAspect",
-                    "printedName": "setAspect(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setAspectyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setAspectyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "level",
-                    "printedName": "level",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PDF417Level",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC5levelAE0F5LevelOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC5levelAE0F5LevelOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC5levelAE0F5LevelOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC5levelAE0F5LevelOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLevel",
-                    "printedName": "setLevel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PDF417Level",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC8setLevelyAGXDAE0fI0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC8setLevelyAGXDAE0fI0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(content:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PDF417Parameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Parameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentAGSS_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentAGSS_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PDF417Parameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Parameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPDF417Parameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "QRCodeParameter",
-                "printedName": "QRCodeParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "content",
-                    "printedName": "content",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentSSvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentSSvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentSSvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentSSvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "model",
-                    "printedName": "model",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeModel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5modelAE0F5ModelOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5modelAE0F5ModelOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeModel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5modelAE0F5ModelOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5modelAE0F5ModelOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setModel",
-                    "printedName": "setModel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeModel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8setModelyAGXDAE0fI0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8setModelyAGXDAE0fI0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "level",
-                    "printedName": "level",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeLevel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5levelAE0F5LevelOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5levelAE0F5LevelOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5levelAE0F5LevelOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5levelAE0F5LevelOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLevel",
-                    "printedName": "setLevel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeLevel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8setLevelyAGXDAE0fI0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8setLevelyAGXDAE0fI0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "cellSize",
-                    "printedName": "cellSize",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8cellSizeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8cellSizeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8cellSizeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8cellSizeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setCellSize",
-                    "printedName": "setCellSize(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC11setCellSizeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC11setCellSizeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(content:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentAGSS_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentAGSS_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterQRCodeParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PageModePrintDirection",
-                "printedName": "PageModePrintDirection",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "bottomToTop",
-                    "printedName": "bottomToTop",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type) -> StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PageModePrintDirection",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PageModePrintDirection",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11bottomToTopyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11bottomToTopyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "leftToRight",
-                    "printedName": "leftToRight",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type) -> StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PageModePrintDirection",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PageModePrintDirection",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11leftToRightyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11leftToRightyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rightToLeft",
-                    "printedName": "rightToLeft",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type) -> StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PageModePrintDirection",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PageModePrintDirection",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11rightToLeftyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11rightToLeftyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "topToBottom",
-                    "printedName": "topToBottom",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type) -> StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PageModePrintDirection",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PageModePrintDirection",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11topToBottomyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11topToBottomyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PageModePrintDirection",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPageModePrintDirection",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "FontType",
-                "printedName": "FontType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "a",
-                    "printedName": "a",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.FontType.Type) -> StarIO10.StarXpandCommand.Printer.FontType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "FontType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.FontType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "FontType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO1ayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO1ayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "b",
-                    "printedName": "b",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.FontType.Type) -> StarIO10.StarXpandCommand.Printer.FontType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "FontType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.FontType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "FontType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO1byA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO1byA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.FontType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "FontType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterFontType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PageModeAreaParameter",
-                "printedName": "PageModeAreaParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "width",
-                    "printedName": "width",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5widthSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5widthSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5widthSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5widthSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "height",
-                    "printedName": "height",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC6heightSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC6heightSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC6heightSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC6heightSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "x",
-                    "printedName": "x",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1xSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1xSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1xSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1xSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setX",
-                    "printedName": "setX(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC4setXyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC4setXyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "y",
-                    "printedName": "y",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1ySdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1ySdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1ySdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1ySdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setY",
-                    "printedName": "setY(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC4setYyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC4setYyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(width:height:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeAreaParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeAreaParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5width6heightAGSd_Sdtcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5width6heightAGSd_Sdtcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeAreaParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeAreaParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPageModeAreaParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LineStyle",
-                "printedName": "LineStyle",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "single",
-                    "printedName": "single",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.LineStyle.Type) -> StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LineStyle",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO6singleyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO6singleyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "double",
-                    "printedName": "double",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.LineStyle.Type) -> StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LineStyle",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO6doubleyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO6doubleyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterLineStyle",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "Alignment",
-                "printedName": "Alignment",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "left",
-                    "printedName": "left",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.Alignment.Type) -> StarIO10.StarXpandCommand.Printer.Alignment",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Alignment",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Alignment",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO4leftyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO4leftyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "center",
-                    "printedName": "center",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.Alignment.Type) -> StarIO10.StarXpandCommand.Printer.Alignment",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Alignment",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Alignment",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO6centeryA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO6centeryA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "right",
-                    "printedName": "right",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.Alignment.Type) -> StarIO10.StarXpandCommand.Printer.Alignment",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Alignment",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Alignment",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO5rightyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO5rightyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.Alignment?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Alignment",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterAlignment",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PageModeRectangleParameter",
-                "printedName": "PageModeRectangleParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "x",
-                    "printedName": "x",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1xSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1xSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1xSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1xSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "y",
-                    "printedName": "y",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1ySdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1ySdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1ySdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1ySdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "width",
-                    "printedName": "width",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC5widthSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC5widthSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC5widthSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC5widthSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "height",
-                    "printedName": "height",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC6heightSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC6heightSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC6heightSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC6heightSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "thickness",
-                    "printedName": "thickness",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9thicknessSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9thicknessSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9thicknessSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9thicknessSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThickness",
-                    "printedName": "setThickness(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12setThicknessyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12setThicknessyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "roundCorner",
-                    "printedName": "roundCorner",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC11roundCornerSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC11roundCornerSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC11roundCornerSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC11roundCornerSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setRoundCorner",
-                    "printedName": "setRoundCorner(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC14setRoundCorneryAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC14setRoundCorneryAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "cornerRadius",
-                    "printedName": "cornerRadius",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12cornerRadiusSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12cornerRadiusSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12cornerRadiusSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12cornerRadiusSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setCornerRadius",
-                    "printedName": "setCornerRadius(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC15setCornerRadiusyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC15setCornerRadiusyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "lineStyle",
-                    "printedName": "lineStyle",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9lineStyleAE04LineK0Ovp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9lineStyleAE04LineK0Ovp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9lineStyleAE04LineK0Ovg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9lineStyleAE04LineK0Ovg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLineStyle",
-                    "printedName": "setLineStyle(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12setLineStyleyAGXDAE0kL0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12setLineStyleyAGXDAE0kL0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(x:y:width:height:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeRectangleParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRectangleParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1x1y5width6heightAGSd_S3dtcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1x1y5width6heightAGSd_S3dtcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeRectangleParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRectangleParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPageModeRectangleParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "ImageParameter",
-                "printedName": "ImageParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "image",
-                    "printedName": "image",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5imageSo7UIImageCvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5imageSo7UIImageCvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "UIImage",
-                            "printedName": "UIKit.UIImage",
-                            "usr": "c:objc(cs)UIImage"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5imageSo7UIImageCvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5imageSo7UIImageCvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "width",
-                    "printedName": "width",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5widthSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5widthSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5widthSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5widthSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "effectDiffusion",
-                    "printedName": "effectDiffusion",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC15effectDiffusionSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC15effectDiffusionSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC15effectDiffusionSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC15effectDiffusionSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setEffectDiffusion",
-                    "printedName": "setEffectDiffusion(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "threshold",
-                    "printedName": "threshold",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC9thresholdSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC9thresholdSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC9thresholdSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC9thresholdSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThreshold",
-                    "printedName": "setThreshold(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC12setThresholdyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC12setThresholdyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(image:width:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.ImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5image5widthAGSo7UIImageC_Sitcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5image5widthAGSo7UIImageC_Sitcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.ImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterImageParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "QRCodeLevel",
-                "printedName": "QRCodeLevel",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "l",
-                    "printedName": "l",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1lyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1lyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "m",
-                    "printedName": "m",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1myA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1myA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "q",
-                    "printedName": "q",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1qyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1qyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "h",
-                    "printedName": "h",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1hyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1hyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterQRCodeLevel",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LabelParameter",
-                "printedName": "LabelParameter",
-                "children": [
-                  {
-                    "kind": "Function",
-                    "name": "enable",
-                    "printedName": "enable()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterC6enableSbyF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14LabelParameterC6enableSbyF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setEnable",
-                    "printedName": "setEnable(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterC9setEnableyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14LabelParameterC9setEnableyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LabelParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LabelParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14LabelParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14LabelParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterLabelParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "inheritsConvenienceInitializers": true,
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LogoParameter",
-                "printedName": "LogoParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "keyCode",
-                    "printedName": "keyCode",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeSSvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeSSvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeSSvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeSSvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(keyCode:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LogoParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LogoParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeAGSS_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeAGSS_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LogoParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LogoParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC13LogoParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC13LogoParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterLogoParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "CharacterEncodingType",
-                "printedName": "CharacterEncodingType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "japanese",
-                    "printedName": "japanese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8japaneseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8japaneseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "simplifiedChinese",
-                    "printedName": "simplifiedChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO17simplifiedChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO17simplifiedChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "traditionalChinese",
-                    "printedName": "traditionalChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO18traditionalChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO18traditionalChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "korean",
-                    "printedName": "korean",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO6koreanyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO6koreanyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "codePage",
-                    "printedName": "codePage",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8codePageyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8codePageyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterCharacterEncodingType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "BlackMarkPosition",
-                "printedName": "BlackMarkPosition",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "front",
-                    "printedName": "front",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BlackMarkPosition.Type) -> StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BlackMarkPosition",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BlackMarkPosition",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO5frontyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO5frontyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "back",
-                    "printedName": "back",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BlackMarkPosition.Type) -> StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BlackMarkPosition",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BlackMarkPosition",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO4backyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO4backyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BlackMarkPosition",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterBlackMarkPosition",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PDF417Level",
-                "printedName": "PDF417Level",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "ecc0",
-                    "printedName": "ecc0",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc0yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc0yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc1",
-                    "printedName": "ecc1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc2",
-                    "printedName": "ecc2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc3",
-                    "printedName": "ecc3",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc3yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc3yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc4",
-                    "printedName": "ecc4",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc4yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc4yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc5",
-                    "printedName": "ecc5",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc5yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc5yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 5
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc6",
-                    "printedName": "ecc6",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc6yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc6yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 6
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc7",
-                    "printedName": "ecc7",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc7yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc7yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 7
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc8",
-                    "printedName": "ecc8",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc8yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc8yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 8
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPDF417Level",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "BarcodeParameter",
-                "printedName": "BarcodeParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "content",
-                    "printedName": "content",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7contentSSvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7contentSSvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7contentSSvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7contentSSvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "symbology",
-                    "printedName": "symbology",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeSymbology",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9symbologyAE0F9SymbologyOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9symbologyAE0F9SymbologyOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9symbologyAE0F9SymbologyOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9symbologyAE0F9SymbologyOvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "printHRI",
-                    "printedName": "printHRI",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC8printHRISbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC8printHRISbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC8printHRISbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC8printHRISbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setPrintHRI",
-                    "printedName": "setPrintHRI(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC11setPrintHRIyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC11setPrintHRIyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "barDots",
-                    "printedName": "barDots",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7barDotsSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7barDotsSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7barDotsSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7barDotsSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setBarDots",
-                    "printedName": "setBarDots(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC10setBarDotsyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC10setBarDotsyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "barRatioLevel",
-                    "printedName": "barRatioLevel",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeBarRatioLevel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC13barRatioLevelAE0f3BariJ0Ovp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC13barRatioLevelAE0f3BariJ0Ovp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeBarRatioLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC13barRatioLevelAE0f3BariJ0Ovg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC13barRatioLevelAE0f3BariJ0Ovg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setBarRatioLevel",
-                    "printedName": "setBarRatioLevel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeBarRatioLevel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC16setBarRatioLevelyAGXDAE0fijK0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC16setBarRatioLevelyAGXDAE0fijK0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "height",
-                    "printedName": "height",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC6heightSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC6heightSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC6heightSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC6heightSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setHeight",
-                    "printedName": "setHeight(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9setHeightyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9setHeightyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(content:symbology:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeSymbology",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7content9symbologyAGSS_AE0F9SymbologyOtcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7content9symbologyAGSS_AE0F9SymbologyOtcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterBarcodeParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "QRCodeModel",
-                "printedName": "QRCodeModel",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "model1",
-                    "printedName": "model1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeModel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeModel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeModel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO6model1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO6model1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "model2",
-                    "printedName": "model2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeModel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeModel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeModel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO6model2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO6model2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeModel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterQRCodeModel",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PageModeImageParameter",
-                "printedName": "PageModeImageParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "image",
-                    "printedName": "image",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5imageSo7UIImageCvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5imageSo7UIImageCvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "UIImage",
-                            "printedName": "UIKit.UIImage",
-                            "usr": "c:objc(cs)UIImage"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5imageSo7UIImageCvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5imageSo7UIImageCvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "x",
-                    "printedName": "x",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1xSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1xSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1xSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1xSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "y",
-                    "printedName": "y",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1ySdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1ySdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1ySdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1ySdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "width",
-                    "printedName": "width",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5widthSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5widthSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5widthSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5widthSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "effectDiffusion",
-                    "printedName": "effectDiffusion",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC15effectDiffusionSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC15effectDiffusionSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC15effectDiffusionSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC15effectDiffusionSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setEffectDiffusion",
-                    "printedName": "setEffectDiffusion(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "threshold",
-                    "printedName": "threshold",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC9thresholdSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC9thresholdSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC9thresholdSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC9thresholdSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThreshold",
-                    "printedName": "setThreshold(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC12setThresholdyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC12setThresholdyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(image:x:y:width:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5image1x1y5widthAGSo7UIImageC_S2dSitcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5image1x1y5widthAGSo7UIImageC_S2dSitcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPageModeImageParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "InternationalCharacterType",
-                "printedName": "InternationalCharacterType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "usa",
-                    "printedName": "usa",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO3usayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO3usayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "france",
-                    "printedName": "france",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6franceyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6franceyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "germany",
-                    "printedName": "germany",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7germanyyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7germanyyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "uk",
-                    "printedName": "uk",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO2ukyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO2ukyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "denmark",
-                    "printedName": "denmark",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7denmarkyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7denmarkyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "sweden",
-                    "printedName": "sweden",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6swedenyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6swedenyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 5
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "italy",
-                    "printedName": "italy",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5italyyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5italyyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 6
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "spain",
-                    "printedName": "spain",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5spainyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5spainyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 7
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "japan",
-                    "printedName": "japan",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5japanyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5japanyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 8
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "norway",
-                    "printedName": "norway",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6norwayyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6norwayyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 9
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "denmark2",
-                    "printedName": "denmark2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8denmark2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8denmark2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 10
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "spain2",
-                    "printedName": "spain2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6spain2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6spain2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 11
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "latinAmerica",
-                    "printedName": "latinAmerica",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO12latinAmericayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO12latinAmericayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 12
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "korea",
-                    "printedName": "korea",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5koreayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5koreayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 13
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ireland",
-                    "printedName": "ireland",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7irelandyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7irelandyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 14
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "slovenia",
-                    "printedName": "slovenia",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8sloveniayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8sloveniayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 15
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "croatia",
-                    "printedName": "croatia",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7croatiayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7croatiayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 16
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "china",
-                    "printedName": "china",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5chinayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5chinayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 17
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "vietnam",
-                    "printedName": "vietnam",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7vietnamyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7vietnamyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 18
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "arabic",
-                    "printedName": "arabic",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6arabicyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6arabicyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 19
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "legal",
-                    "printedName": "legal",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5legalyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5legalyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 20
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterInternationalCharacterType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "BarcodeSymbology",
-                "printedName": "BarcodeSymbology",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "upcE",
-                    "printedName": "upcE",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4upcEyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4upcEyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "upcA",
-                    "printedName": "upcA",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4upcAyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4upcAyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "jan8",
-                    "printedName": "jan8",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4jan8yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4jan8yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ean8",
-                    "printedName": "ean8",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4ean8yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4ean8yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "jan13",
-                    "printedName": "jan13",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO5jan13yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO5jan13yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ean13",
-                    "printedName": "ean13",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO5ean13yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO5ean13yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 5
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "code39",
-                    "printedName": "code39",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO6code39yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO6code39yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 6
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "itf",
-                    "printedName": "itf",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO3itfyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO3itfyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 7
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "code128",
-                    "printedName": "code128",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO7code128yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO7code128yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 8
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "code93",
-                    "printedName": "code93",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO6code93yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO6code93yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 9
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "nw7",
-                    "printedName": "nw7",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO3nw7yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO3nw7yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 10
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterBarcodeSymbology",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "RuledLineParameter",
-                "printedName": "RuledLineParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "width",
-                    "printedName": "width",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "x",
-                    "printedName": "x",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC1xSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC1xSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC1xSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC1xSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setX",
-                    "printedName": "setX(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC4setXyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC4setXyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "thickness",
-                    "printedName": "thickness",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9thicknessSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9thicknessSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9thicknessSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9thicknessSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThickness",
-                    "printedName": "setThickness(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC12setThicknessyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC12setThicknessyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "lineStyle",
-                    "printedName": "lineStyle",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9lineStyleAE0gJ0Ovp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9lineStyleAE0gJ0Ovp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9lineStyleAE0gJ0Ovg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9lineStyleAE0gJ0Ovg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLineStyle",
-                    "printedName": "setLineStyle(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC03setG5StyleyAGXDAE0gJ0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC03setG5StyleyAGXDAE0gJ0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(width:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "RuledLineParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.RuledLineParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthAGSd_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthAGSd_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "RuledLineParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.RuledLineParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterRuledLineParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "BarcodeBarRatioLevel",
-                "printedName": "BarcodeBarRatioLevel",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "levelPlus1",
-                    "printedName": "levelPlus1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeBarRatioLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeBarRatioLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO10levelPlus1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO10levelPlus1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "level0",
-                    "printedName": "level0",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeBarRatioLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeBarRatioLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO6level0yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO6level0yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "levelMinus1",
-                    "printedName": "levelMinus1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeBarRatioLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeBarRatioLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO11levelMinus1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO11levelMinus1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeBarRatioLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PageModeRuledLineParameter",
-                "printedName": "PageModeRuledLineParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "xStart",
-                    "printedName": "xStart",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStartSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStartSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStartSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStartSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "yStart",
-                    "printedName": "yStart",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6yStartSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6yStartSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6yStartSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6yStartSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "xEnd",
-                    "printedName": "xEnd",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4xEndSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4xEndSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4xEndSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4xEndSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "yEnd",
-                    "printedName": "yEnd",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4yEndSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4yEndSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4yEndSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4yEndSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "thickness",
-                    "printedName": "thickness",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9thicknessSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9thicknessSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9thicknessSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9thicknessSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThickness",
-                    "printedName": "setThickness(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC12setThicknessyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC12setThicknessyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "lineStyle",
-                    "printedName": "lineStyle",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9lineStyleAE0iL0Ovp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9lineStyleAE0iL0Ovp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9lineStyleAE0iL0Ovg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9lineStyleAE0iL0Ovg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLineStyle",
-                    "printedName": "setLineStyle(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC03setI5StyleyAGXDAE0iL0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC03setI5StyleyAGXDAE0iL0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(xStart:yStart:xEnd:yEnd:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeRuledLineParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRuledLineParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStart01yK04xEnd01yL0AGSd_S3dtcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStart01yK04xEnd01yL0AGSd_S3dtcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeRuledLineParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRuledLineParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPageModeRuledLineParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "HoldPrintParameter",
-                "printedName": "HoldPrintParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "enable",
-                    "printedName": "enable",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableSbvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(enable:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "HoldPrintParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.HoldPrintParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableAGSb_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableAGSb_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "HoldPrintParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.HoldPrintParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterHoldPrintParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "CutType",
-                "printedName": "CutType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "full",
-                    "printedName": "full",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CutType.Type) -> StarIO10.StarXpandCommand.Printer.CutType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CutType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CutType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO4fullyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO4fullyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "partial",
-                    "printedName": "partial",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CutType.Type) -> StarIO10.StarXpandCommand.Printer.CutType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CutType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CutType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO7partialyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO7partialyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "fullDirect",
-                    "printedName": "fullDirect",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CutType.Type) -> StarIO10.StarXpandCommand.Printer.CutType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CutType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CutType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO10fullDirectyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO10fullDirectyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "partialDirect",
-                    "printedName": "partialDirect",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CutType.Type) -> StarIO10.StarXpandCommand.Printer.CutType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CutType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CutType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO13partialDirectyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO13partialDirectyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.CutType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CutType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterCutType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "CJKCharacterType",
-                "printedName": "CJKCharacterType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "japanese",
-                    "printedName": "japanese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CJKCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CJKCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8japaneseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8japaneseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "simplifiedChinese",
-                    "printedName": "simplifiedChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CJKCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CJKCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO17simplifiedChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO17simplifiedChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "traditionalChinese",
-                    "printedName": "traditionalChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CJKCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CJKCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO18traditionalChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO18traditionalChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "korean",
-                    "printedName": "korean",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CJKCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CJKCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO6koreanyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO6koreanyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CJKCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterCJKCharacterType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC7PrinterC",
-            "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "Buzzer",
-            "printedName": "Buzzer",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Buzzer",
-                    "printedName": "StarIO10.StarXpandCommand.Buzzer",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC6BuzzerCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "Channel",
-                "printedName": "Channel",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "no1",
-                    "printedName": "no1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Buzzer.Channel.Type) -> StarIO10.StarXpandCommand.Buzzer.Channel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Channel",
-                                "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                                "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO3no1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO3no1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "no2",
-                    "printedName": "no2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Buzzer.Channel.Type) -> StarIO10.StarXpandCommand.Buzzer.Channel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Channel",
-                                "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                                "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO3no2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO3no2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandBuzzerChannel",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "DriveParameter",
-                "printedName": "DriveParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "channel",
-                    "printedName": "channel",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Channel",
-                        "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7channelAE7ChannelOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7channelAE7ChannelOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7channelAE7ChannelOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7channelAE7ChannelOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setChannel",
-                    "printedName": "setChannel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Channel",
-                        "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC10setChannelyAGXDAE0I0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC10setChannelyAGXDAE0I0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "repeat",
-                    "printedName": "repeat",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6repeatSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6repeatSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6repeatSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6repeatSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setRepeat",
-                    "printedName": "setRepeat(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC9setRepeatyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC9setRepeatyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "onTime",
-                    "printedName": "onTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6onTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6onTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6onTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6onTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOnTime",
-                    "printedName": "setOnTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC9setOnTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC9setOnTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "offTime",
-                    "printedName": "offTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7offTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7offTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7offTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7offTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOffTime",
-                    "printedName": "setOffTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC10setOffTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC10setOffTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DriveParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Buzzer.DriveParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandBuzzerDriveParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "inheritsConvenienceInitializers": true,
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC6BuzzerC",
-            "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "Drawer",
-            "printedName": "Drawer",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Drawer",
-                    "printedName": "StarIO10.StarXpandCommand.Drawer",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC6DrawerCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC6DrawerCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "Channel",
-                "printedName": "Channel",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "no1",
-                    "printedName": "no1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Drawer.Channel.Type) -> StarIO10.StarXpandCommand.Drawer.Channel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Channel",
-                                "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                                "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO3no1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO3no1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "no2",
-                    "printedName": "no2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Drawer.Channel.Type) -> StarIO10.StarXpandCommand.Drawer.Channel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Channel",
-                                "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                                "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO3no2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO3no2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Drawer.Channel?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDrawerChannel",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "OpenParameter",
-                "printedName": "OpenParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "channel",
-                    "printedName": "channel",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Channel",
-                        "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC7channelAE7ChannelOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC7channelAE7ChannelOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC7channelAE7ChannelOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC7channelAE7ChannelOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setChannel",
-                    "printedName": "setChannel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Channel",
-                        "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC10setChannelyAGXDAE0I0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC10setChannelyAGXDAE0I0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "onTime",
-                    "printedName": "onTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC6onTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC6onTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC6onTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC6onTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOnTime",
-                    "printedName": "setOnTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC9setOnTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC9setOnTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "OpenParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Drawer.OpenParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDrawerOpenParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "inheritsConvenienceInitializers": true,
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC6DrawerC",
-            "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "MelodySpeaker",
-            "printedName": "MelodySpeaker",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MelodySpeaker",
-                    "printedName": "StarIO10.StarXpandCommand.MelodySpeaker",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "DriveRegisteredSoundParameter",
-                "printedName": "DriveRegisteredSoundParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "area",
-                    "printedName": "area",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SoundStorageArea",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4areaAE0I11StorageAreaOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4areaAE0I11StorageAreaOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "SoundStorageArea",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                            "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4areaAE0I11StorageAreaOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4areaAE0I11StorageAreaOvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "number",
-                    "printedName": "number",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6numberSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6numberSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6numberSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6numberSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "volume",
-                    "printedName": "volume",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6volumeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6volumeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6volumeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6volumeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setVolume",
-                    "printedName": "setVolume(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC9setVolumeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC9setVolumeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(area:number:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DriveRegisteredSoundParameter",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveRegisteredSoundParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SoundStorageArea",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4area6numberAgE0I11StorageAreaO_Sitcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4area6numberAgE0I11StorageAreaO_Sitcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DriveRegisteredSoundParameter",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveRegisteredSoundParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandMelodySpeakerDriveRegisteredSoundParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "DriveOneTimeSoundParameter",
-                "printedName": "DriveOneTimeSoundParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "source",
-                    "printedName": "source",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Data",
-                        "printedName": "Foundation.Data",
-                        "usr": "s:10Foundation4DataV"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6source10Foundation4DataVvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6source10Foundation4DataVvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Data",
-                            "printedName": "Foundation.Data",
-                            "usr": "s:10Foundation4DataV"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6source10Foundation4DataVvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6source10Foundation4DataVvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "volume",
-                    "printedName": "volume",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6volumeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6volumeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6volumeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6volumeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setVolume",
-                    "printedName": "setVolume(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC9setVolumeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC9setVolumeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(source:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DriveOneTimeSoundParameter",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveOneTimeSoundParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Data",
-                        "printedName": "Foundation.Data",
-                        "usr": "s:10Foundation4DataV"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6sourceAG10Foundation4DataV_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6sourceAG10Foundation4DataV_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DriveOneTimeSoundParameter",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveOneTimeSoundParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandMelodySpeakerDriveOneTimeSoundParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "SoundStorageArea",
-                "printedName": "SoundStorageArea",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "area1",
-                    "printedName": "area1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea.Type) -> StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "SoundStorageArea",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                            "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "SoundStorageArea",
-                                "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO5area1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO5area1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "area2",
-                    "printedName": "area2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea.Type) -> StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "SoundStorageArea",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                            "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "SoundStorageArea",
-                                "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO5area2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO5area2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "SoundStorageArea",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                            "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO",
-                "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandMelodySpeakerSoundStorageArea",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC",
-            "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "Presenter",
-            "printedName": "Presenter",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Presenter",
-                    "printedName": "StarIO10.StarXpandCommand.Presenter",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC9PresenterCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC9PresenterCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LEDAutomaticBlinkParameter",
-                "printedName": "LEDAutomaticBlinkParameter",
-                "children": [
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(type:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDAutomaticBlinkParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.LEDAutomaticBlinkParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDType",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAgE7LEDTypeO_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAgE7LEDTypeO_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "type",
-                    "printedName": "type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDType",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "onTime",
-                    "printedName": "onTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC6onTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC6onTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC6onTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC6onTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOnTime",
-                    "printedName": "setOnTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC9setOnTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC9setOnTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "offTime",
-                    "printedName": "offTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC7offTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC7offTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC7offTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC7offTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOffTime",
-                    "printedName": "setOffTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC10setOffTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC10setOffTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDAutomaticBlinkParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.LEDAutomaticBlinkParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPresenterLEDAutomaticBlinkParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LEDType",
-                "printedName": "LEDType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "holding",
-                    "printedName": "holding",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Presenter.LEDType.Type) -> StarIO10.StarXpandCommand.Presenter.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO7holdingyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO7holdingyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "error",
-                    "printedName": "error",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Presenter.LEDType.Type) -> StarIO10.StarXpandCommand.Presenter.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO5erroryA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO5erroryA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "idle",
-                    "printedName": "idle",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Presenter.LEDType.Type) -> StarIO10.StarXpandCommand.Presenter.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO4idleyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO4idleyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPresenterLEDType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "ModeParameter",
-                "printedName": "ModeParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "loop",
-                    "printedName": "loop",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4loopSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4loopSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4loopSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4loopSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLoop",
-                    "printedName": "setLoop(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7setLoopyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7setLoopyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "hold",
-                    "printedName": "hold",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4holdSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4holdSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4holdSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4holdSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setHold",
-                    "printedName": "setHold(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7setHoldyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7setHoldyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "retract",
-                    "printedName": "retract",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7retractSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7retractSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7retractSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7retractSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setRetract",
-                    "printedName": "setRetract(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC10setRetractyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC10setRetractyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "holdTime",
-                    "printedName": "holdTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC8holdTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC8holdTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC8holdTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC8holdTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setHoldTime",
-                    "printedName": "setHoldTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC11setHoldTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC11setHoldTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ModeParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.ModeParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPresenterModeParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "inheritsConvenienceInitializers": true,
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC9PresenterC",
-            "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "Display",
-            "printedName": "Display",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Display",
-                    "printedName": "StarIO10.StarXpandCommand.Display",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "CursorState",
-                "printedName": "CursorState",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "on",
-                    "printedName": "on",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CursorState.Type) -> StarIO10.StarXpandCommand.Display.CursorState",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CursorState",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CursorState",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO2onyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO2onyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "blink",
-                    "printedName": "blink",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CursorState.Type) -> StarIO10.StarXpandCommand.Display.CursorState",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CursorState",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CursorState",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO5blinkyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO5blinkyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "off",
-                    "printedName": "off",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CursorState.Type) -> StarIO10.StarXpandCommand.Display.CursorState",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CursorState",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CursorState",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO3offyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO3offyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Display.CursorState?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CursorState",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayCursorState",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "Contrast",
-                "printedName": "Contrast",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "plus3",
-                    "printedName": "plus3",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus3yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus3yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "plus2",
-                    "printedName": "plus2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "plus1",
-                    "printedName": "plus1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "default",
-                    "printedName": "default",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO7defaultyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO7defaultyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "minus1",
-                    "printedName": "minus1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "minus2",
-                    "printedName": "minus2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 5
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "minus3",
-                    "printedName": "minus3",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus3yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus3yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 6
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Display.Contrast?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayContrast",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "CharacterEncodingType",
-                "printedName": "CharacterEncodingType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "japanese",
-                    "printedName": "japanese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8japaneseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8japaneseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "simplifiedChinese",
-                    "printedName": "simplifiedChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO17simplifiedChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO17simplifiedChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "traditionalChinese",
-                    "printedName": "traditionalChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO18traditionalChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO18traditionalChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "korean",
-                    "printedName": "korean",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO6koreanyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO6koreanyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "codePage",
-                    "printedName": "codePage",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8codePageyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8codePageyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayCharacterEncodingType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PositionParameter",
-                "printedName": "PositionParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "x",
-                    "printedName": "x",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1xSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1xSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1xSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1xSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "y",
-                    "printedName": "y",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1ySivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1ySivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1ySivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1ySivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(x:y:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PositionParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Display.PositionParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1x1yAGSi_Sitcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1x1yAGSi_Sitcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PositionParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Display.PositionParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayPositionParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "ImageParameter",
-                "printedName": "ImageParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "image",
-                    "printedName": "image",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageSo7UIImageCvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageSo7UIImageCvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "UIImage",
-                            "printedName": "UIKit.UIImage",
-                            "usr": "c:objc(cs)UIImage"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageSo7UIImageCvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageSo7UIImageCvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "effectDiffusion",
-                    "printedName": "effectDiffusion",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC15effectDiffusionSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC15effectDiffusionSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC15effectDiffusionSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC15effectDiffusionSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setEffectDiffusion",
-                    "printedName": "setEffectDiffusion(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "threshold",
-                    "printedName": "threshold",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC9thresholdSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC9thresholdSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC9thresholdSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC9thresholdSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThreshold",
-                    "printedName": "setThreshold(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC12setThresholdyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC12setThresholdyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(image:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Display.ImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageAGSo7UIImageC_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageAGSo7UIImageC_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Display.ImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayImageParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "InternationalCharacterType",
-                "printedName": "InternationalCharacterType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "usa",
-                    "printedName": "usa",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO3usayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO3usayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "france",
-                    "printedName": "france",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6franceyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6franceyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "germany",
-                    "printedName": "germany",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO7germanyyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO7germanyyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "uk",
-                    "printedName": "uk",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO2ukyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO2ukyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "denmark",
-                    "printedName": "denmark",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO7denmarkyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO7denmarkyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "sweden",
-                    "printedName": "sweden",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6swedenyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6swedenyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 5
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "italy",
-                    "printedName": "italy",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5italyyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5italyyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 6
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "spain",
-                    "printedName": "spain",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5spainyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5spainyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 7
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "japan",
-                    "printedName": "japan",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5japanyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5japanyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 8
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "norway",
-                    "printedName": "norway",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6norwayyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6norwayyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 9
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "denmark2",
-                    "printedName": "denmark2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8denmark2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8denmark2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 10
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "spain2",
-                    "printedName": "spain2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6spain2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6spain2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 11
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "latinAmerica",
-                    "printedName": "latinAmerica",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO12latinAmericayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO12latinAmericayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 12
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "korea",
-                    "printedName": "korea",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5koreayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5koreayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 13
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayInternationalCharacterType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC7DisplayC",
-            "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "Bezel",
-            "printedName": "Bezel",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bezel",
-                    "printedName": "StarIO10.StarXpandCommand.Bezel",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC5BezelCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC5BezelCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LEDType",
-                "printedName": "LEDType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "holding",
-                    "printedName": "holding",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Bezel.LEDType.Type) -> StarIO10.StarXpandCommand.Bezel.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO7holdingyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO7holdingyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "error",
-                    "printedName": "error",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Bezel.LEDType.Type) -> StarIO10.StarXpandCommand.Bezel.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO5erroryA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO5erroryA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "idle",
-                    "printedName": "idle",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Bezel.LEDType.Type) -> StarIO10.StarXpandCommand.Bezel.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO4idleyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO4idleyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandBezelLEDType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LEDAutomaticBlinkParameter",
-                "printedName": "LEDAutomaticBlinkParameter",
-                "children": [
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(type:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDAutomaticBlinkParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Bezel.LEDAutomaticBlinkParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDType",
-                        "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAgE7LEDTypeO_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAgE7LEDTypeO_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "type",
-                    "printedName": "type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDType",
-                        "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "HasStorage",
-                      "AccessControl",
-                      "SetterAccess",
-                      "ObjC"
-                    ],
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "onTime",
-                    "printedName": "onTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC6onTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC6onTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC6onTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC6onTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOnTime",
-                    "printedName": "setOnTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC9setOnTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC9setOnTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "offTime",
-                    "printedName": "offTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC7offTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC7offTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC7offTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC7offTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOffTime",
-                    "printedName": "setOffTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC10setOffTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC10setOffTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDAutomaticBlinkParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Bezel.LEDAutomaticBlinkParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandBezelLEDAutomaticBlinkParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC5BezelC",
-            "mangledName": "$s8StarIO100A12XpandCommandC5BezelC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarXpandCommand",
-                "printedName": "StarIO10.StarXpandCommand",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarXpandCommand"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarXpandCommand(im)init",
-            "mangledName": "$s8StarIO100A12XpandCommandCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "DisplayBuilder",
-            "printedName": "DisplayBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "styleInternationalCharacter",
-                "printedName": "styleInternationalCharacter(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InternationalCharacterType",
-                    "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC27styleInternationalCharacteryAEXDAC0E0C0hI4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC27styleInternationalCharacteryAEXDAC0E0C0hI4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCharacterEncoding",
-                "printedName": "styleCharacterEncoding(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "CharacterEncodingType",
-                    "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC22styleCharacterEncodingyAEXDAC0E0C0hI4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC22styleCharacterEncodingyAEXDAC0E0C0hI4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCursorPositionTo",
-                "printedName": "styleCursorPositionTo(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PositionParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Display.PositionParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC21styleCursorPositionToyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC21styleCursorPositionToyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionClearLine",
-                "printedName": "actionClearLine()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC15actionClearLineAEXDyF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC15actionClearLineAEXDyF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionClearAll",
-                "printedName": "actionClearAll()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC14actionClearAllAEXDyF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC14actionClearAllAEXDyF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionSetBackLightState",
-                "printedName": "actionSetBackLightState(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC23actionSetBackLightStateyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC23actionSetBackLightStateyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionSetCursorState",
-                "printedName": "actionSetCursorState(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "CursorState",
-                    "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC20actionSetCursorStateyAEXDAC0E0C0iJ0OF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC20actionSetCursorStateyAEXDAC0E0C0iJ0OF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionSetContrast",
-                "printedName": "actionSetContrast(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Contrast",
-                    "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC17actionSetContrastyAEXDAC0E0C0I0OF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC17actionSetContrastyAEXDAC0E0C0I0OF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionShowText",
-                "printedName": "actionShowText(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC14actionShowTextyAEXDSSF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC14actionShowTextyAEXDSSF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionShowImage",
-                "printedName": "actionShowImage(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ImageParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Display.ImageParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC15actionShowImageyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC15actionShowImageyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DisplayBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DisplayBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandDisplayBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "MagnificationParameter",
-            "printedName": "MagnificationParameter",
-            "children": [
-              {
-                "kind": "Var",
-                "name": "width",
-                "printedName": "width",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Var",
-                "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC5widthSivp",
-                "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC5widthSivp",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "Final",
-                  "HasStorage",
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isLet": true,
-                "hasStorage": true,
-                "accessors": [
-                  {
-                    "kind": "Accessor",
-                    "name": "Get",
-                    "printedName": "Get()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Accessor",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC5widthSivg",
-                    "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC5widthSivg",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "declAttributes": [
-                      "Final",
-                      "ObjC"
-                    ],
-                    "accessorKind": "get"
-                  }
-                ]
-              },
-              {
-                "kind": "Var",
-                "name": "height",
-                "printedName": "height",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Var",
-                "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC6heightSivp",
-                "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC6heightSivp",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "Final",
-                  "HasStorage",
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isLet": true,
-                "hasStorage": true,
-                "accessors": [
-                  {
-                    "kind": "Accessor",
-                    "name": "Get",
-                    "printedName": "Get()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Accessor",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC6heightSivg",
-                    "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC6heightSivg",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "declAttributes": [
-                      "Final",
-                      "ObjC"
-                    ],
-                    "accessorKind": "get"
-                  }
-                ]
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init(width:height:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MagnificationParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MagnificationParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC5width6heightAESi_Sitcfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC5width6heightAESi_Sitcfc",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MagnificationParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MagnificationParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC",
-            "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandMagnificationParameter",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "PreSettingBuilder",
-            "printedName": "PreSettingBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "addPresenterSetting",
-                "printedName": "addPresenterSetting(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PresenterSettingBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PresenterSettingBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC012addPresenterF0yAEXDAC0ifG0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC17PreSettingBuilderC012addPresenterF0yAEXDAC0ifG0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addBezelSetting",
-                "printedName": "addBezelSetting(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BezelSettingBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.BezelSettingBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC08addBezelF0yAEXDAC0ifG0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC17PreSettingBuilderC08addBezelF0yAEXDAC0ifG0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PreSettingBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC17PreSettingBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC17PreSettingBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandPreSettingBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "MelodySpeakerBuilder",
-            "printedName": "MelodySpeakerBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "actionDriveRegisteredSound",
-                "printedName": "actionDriveRegisteredSound(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DriveRegisteredSoundParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveRegisteredSoundParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderC26actionDriveRegisteredSoundyAEXDAC0eF0C0ijK9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC20MelodySpeakerBuilderC26actionDriveRegisteredSoundyAEXDAC0eF0C0ijK9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionDriveOneTimeSound",
-                "printedName": "actionDriveOneTimeSound(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DriveOneTimeSoundParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveOneTimeSoundParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderC23actionDriveOneTimeSoundyAEXDAC0eF0C0ijkL9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC20MelodySpeakerBuilderC23actionDriveOneTimeSoundyAEXDAC0eF0C0ijkL9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MelodySpeakerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.MelodySpeakerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC20MelodySpeakerBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC20MelodySpeakerBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandMelodySpeakerBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "BezelSettingBuilder",
-            "printedName": "BezelSettingBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "settingAutomaticPageLength",
-                "printedName": "settingAutomaticPageLength(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderC26settingAutomaticPageLengthyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC19BezelSettingBuilderC26settingAutomaticPageLengthyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingLEDAutomaticBlink",
-                "printedName": "settingLEDAutomaticBlink(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "LEDAutomaticBlinkParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Bezel.LEDAutomaticBlinkParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderC24settingLEDAutomaticBlinkyAEXDAC0E0C0iJ9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC19BezelSettingBuilderC24settingLEDAutomaticBlinkyAEXDAC0E0C0iJ9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BezelSettingBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.BezelSettingBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC19BezelSettingBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC19BezelSettingBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandBezelSettingBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "DrawerBuilder",
-            "printedName": "DrawerBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "actionOpen",
-                "printedName": "actionOpen(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "OpenParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Drawer.OpenParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC13DrawerBuilderC10actionOpenyAEXDAC0E0C0H9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC13DrawerBuilderC10actionOpenyAEXDAC0E0C0H9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DrawerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC13DrawerBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC13DrawerBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC13DrawerBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC13DrawerBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC13DrawerBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandDrawerBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "PageModeBuilder",
-            "printedName": "PageModeBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "stylePrintDirection",
-                "printedName": "stylePrintDirection(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModePrintDirection",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC19stylePrintDirectionyAEXDAC7PrinterC0efiJ0OF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC19stylePrintDirectionyAEXDAC7PrinterC0efiJ0OF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleFont",
-                "printedName": "styleFont(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "FontType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC9styleFontyAEXDAC7PrinterC0I4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC9styleFontyAEXDAC7PrinterC0I4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleBold",
-                "printedName": "styleBold(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC9styleBoldyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC9styleBoldyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleInvert",
-                "printedName": "styleInvert(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC11styleInvertyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC11styleInvertyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleUnderLine",
-                "printedName": "styleUnderLine(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC14styleUnderLineyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC14styleUnderLineyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleMagnification",
-                "printedName": "styleMagnification(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MagnificationParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MagnificationParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC18styleMagnificationyAEXDAC0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC18styleMagnificationyAEXDAC0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCharacterSpace",
-                "printedName": "styleCharacterSpace(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC19styleCharacterSpaceyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC19styleCharacterSpaceyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleLineSpace",
-                "printedName": "styleLineSpace(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC14styleLineSpaceyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC14styleLineSpaceyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleVerticalPositionTo",
-                "printedName": "styleVerticalPositionTo(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC23styleVerticalPositionToyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC23styleVerticalPositionToyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleVerticalPositionBy",
-                "printedName": "styleVerticalPositionBy(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC23styleVerticalPositionByyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC23styleVerticalPositionByyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalPositionTo",
-                "printedName": "styleHorizontalPositionTo(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC25styleHorizontalPositionToyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC25styleHorizontalPositionToyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalPositionBy",
-                "printedName": "styleHorizontalPositionBy(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC25styleHorizontalPositionByyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC25styleHorizontalPositionByyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalTabPositions",
-                "printedName": "styleHorizontalTabPositions(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[Swift.Int]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC27styleHorizontalTabPositionsyAEXDSaySiGF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC27styleHorizontalTabPositionsyAEXDSaySiGF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleInternationalCharacter",
-                "printedName": "styleInternationalCharacter(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InternationalCharacterType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC27styleInternationalCharacteryAEXDAC7PrinterC0iJ4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC27styleInternationalCharacteryAEXDAC7PrinterC0iJ4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleSecondPriorityCharacterEncoding",
-                "printedName": "styleSecondPriorityCharacterEncoding(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "CharacterEncodingType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC36styleSecondPriorityCharacterEncodingyAEXDAC7PrinterC0kL4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC36styleSecondPriorityCharacterEncodingyAEXDAC7PrinterC0kL4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCJKCharacterPriority",
-                "printedName": "styleCJKCharacterPriority(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[StarIO10.StarXpandCommand.Printer.CJKCharacterType]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "CJKCharacterType",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC25styleCJKCharacterPriorityyAEXDSayAC7PrinterC0I4TypeOGF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC25styleCJKCharacterPriorityyAEXDSayAC7PrinterC0I4TypeOGF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintText",
-                "printedName": "actionPrintText(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC15actionPrintTextyAEXDSSF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC15actionPrintTextyAEXDSSF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintBarcode",
-                "printedName": "actionPrintBarcode(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BarcodeParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC18actionPrintBarcodeyAEXDAC7PrinterC0J9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC18actionPrintBarcodeyAEXDAC7PrinterC0J9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintPDF417",
-                "printedName": "actionPrintPDF417(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PDF417Parameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Parameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC17actionPrintPDF417yAEXDAC7PrinterC0J9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC17actionPrintPDF417yAEXDAC7PrinterC0J9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintQRCode",
-                "printedName": "actionPrintQRCode(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "QRCodeParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC17actionPrintQRCodeyAEXDAC7PrinterC0J9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC17actionPrintQRCodeyAEXDAC7PrinterC0J9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintImage",
-                "printedName": "actionPrintImage(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeImageParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModeImageParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC16actionPrintImageyAEXDAC7PrinterC0efJ9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC16actionPrintImageyAEXDAC7PrinterC0efJ9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintRuledLine",
-                "printedName": "actionPrintRuledLine(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeRuledLineParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRuledLineParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC20actionPrintRuledLineyAEXDAC7PrinterC0efjK9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC20actionPrintRuledLineyAEXDAC7PrinterC0efjK9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintRectangle",
-                "printedName": "actionPrintRectangle(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeRectangleParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRectangleParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC20actionPrintRectangleyAEXDAC7PrinterC0efJ9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC20actionPrintRectangleyAEXDAC7PrinterC0efJ9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "add",
-                "printedName": "add(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PageModeBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC3addyAEXDAEF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC3addyAEXDAEF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addPageMode",
-                "printedName": "addPageMode(parameter:builder:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeAreaParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModeAreaParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PageModeBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC03addeF09parameter7builderAEXDAC7PrinterC0eF13AreaParameterC_AEtF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC03addeF09parameter7builderAEXDAC7PrinterC0eF13AreaParameterC_AEtF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PageModeBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandPageModeBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "PrinterBuilder",
-            "printedName": "PrinterBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "styleAlignment",
-                "printedName": "styleAlignment(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Alignment",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC14styleAlignmentyAEXDAC0E0C0H0OF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC14styleAlignmentyAEXDAC0E0C0H0OF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleFont",
-                "printedName": "styleFont(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "FontType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC9styleFontyAEXDAC0E0C0H4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC9styleFontyAEXDAC0E0C0H4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleBold",
-                "printedName": "styleBold(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC9styleBoldyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC9styleBoldyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleInvert",
-                "printedName": "styleInvert(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC11styleInvertyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC11styleInvertyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleUnderLine",
-                "printedName": "styleUnderLine(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC14styleUnderLineyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC14styleUnderLineyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleMagnification",
-                "printedName": "styleMagnification(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MagnificationParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MagnificationParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC18styleMagnificationyAEXDAC0H9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC18styleMagnificationyAEXDAC0H9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCharacterSpace",
-                "printedName": "styleCharacterSpace(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC19styleCharacterSpaceyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC19styleCharacterSpaceyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleLineSpace",
-                "printedName": "styleLineSpace(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC14styleLineSpaceyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC14styleLineSpaceyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalPositionTo",
-                "printedName": "styleHorizontalPositionTo(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC25styleHorizontalPositionToyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC25styleHorizontalPositionToyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalPositionBy",
-                "printedName": "styleHorizontalPositionBy(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC25styleHorizontalPositionByyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC25styleHorizontalPositionByyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalTabPositions",
-                "printedName": "styleHorizontalTabPositions(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[Swift.Int]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC27styleHorizontalTabPositionsyAEXDSaySiGF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC27styleHorizontalTabPositionsyAEXDSaySiGF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleInternationalCharacter",
-                "printedName": "styleInternationalCharacter(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InternationalCharacterType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC27styleInternationalCharacteryAEXDAC0E0C0hI4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC27styleInternationalCharacteryAEXDAC0E0C0hI4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleSecondPriorityCharacterEncoding",
-                "printedName": "styleSecondPriorityCharacterEncoding(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "CharacterEncodingType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC36styleSecondPriorityCharacterEncodingyAEXDAC0E0C0jK4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC36styleSecondPriorityCharacterEncodingyAEXDAC0E0C0jK4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCJKCharacterPriority",
-                "printedName": "styleCJKCharacterPriority(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[StarIO10.StarXpandCommand.Printer.CJKCharacterType]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "CJKCharacterType",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC25styleCJKCharacterPriorityyAEXDSayAC0E0C0H4TypeOGF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC25styleCJKCharacterPriorityyAEXDSayAC0E0C0H4TypeOGF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionCut",
-                "printedName": "actionCut(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "CutType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC9actionCutyAEXDAC0E0C0H4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC9actionCutyAEXDAC0E0C0H4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionFeed",
-                "printedName": "actionFeed(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC10actionFeedyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC10actionFeedyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionFeedLine",
-                "printedName": "actionFeedLine(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC14actionFeedLineyAEXDSiF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC14actionFeedLineyAEXDSiF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintText",
-                "printedName": "actionPrintText(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC15actionPrintTextyAEXDSSF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC15actionPrintTextyAEXDSSF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintLogo",
-                "printedName": "actionPrintLogo(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "LogoParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.LogoParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC15actionPrintLogoyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC15actionPrintLogoyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintBarcode",
-                "printedName": "actionPrintBarcode(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BarcodeParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC18actionPrintBarcodeyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC18actionPrintBarcodeyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintPDF417",
-                "printedName": "actionPrintPDF417(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PDF417Parameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Parameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC17actionPrintPDF417yAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC17actionPrintPDF417yAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintQRCode",
-                "printedName": "actionPrintQRCode(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "QRCodeParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC17actionPrintQRCodeyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC17actionPrintQRCodeyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintImage",
-                "printedName": "actionPrintImage(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ImageParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.ImageParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC16actionPrintImageyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC16actionPrintImageyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintRuledLine",
-                "printedName": "actionPrintRuledLine(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "RuledLineParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.RuledLineParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC20actionPrintRuledLineyAEXDAC0E0C0iJ9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC20actionPrintRuledLineyAEXDAC0E0C0iJ9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "add",
-                "printedName": "add(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PrinterBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PrinterBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC3addyAEXDAEF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC3addyAEXDAEF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addPageMode",
-                "printedName": "addPageMode(parameter:builder:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeAreaParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModeAreaParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PageModeBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC11addPageMode9parameter7builderAEXDAC0E0C0hI13AreaParameterC_AC0hiF0CtF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC11addPageMode9parameter7builderAEXDAC0E0C0hI13AreaParameterC_AC0hiF0CtF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PrinterBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PrinterBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandPrinterBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "DocumentBuilder",
-            "printedName": "DocumentBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "settingTopMargin",
-                "printedName": "settingTopMargin(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC16settingTopMarginyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC16settingTopMarginyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingBlackMark",
-                "printedName": "settingBlackMark(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BlackMarkParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC16settingBlackMarkyAEXDAC7PrinterC0hI9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC16settingBlackMarkyAEXDAC7PrinterC0hI9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingLabel",
-                "printedName": "settingLabel(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "LabelParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.LabelParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC12settingLabelyAEXDAC7PrinterC0H9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC12settingLabelyAEXDAC7PrinterC0H9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingHoldPrint",
-                "printedName": "settingHoldPrint(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "HoldPrintParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.HoldPrintParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC16settingHoldPrintyAEXDAC7PrinterC0hI9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC16settingHoldPrintyAEXDAC7PrinterC0hI9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingPrintableArea",
-                "printedName": "settingPrintableArea(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC20settingPrintableAreayAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC20settingPrintableAreayAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addPrinter",
-                "printedName": "addPrinter(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PrinterBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PrinterBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC10addPrinteryAEXDAC0hF0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC10addPrinteryAEXDAC0hF0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addDrawer",
-                "printedName": "addDrawer(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DrawerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC13DrawerBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC9addDraweryAEXDAC0hF0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC9addDraweryAEXDAC0hF0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addBuzzer",
-                "printedName": "addBuzzer(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BuzzerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.BuzzerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC13BuzzerBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC9addBuzzeryAEXDAC0hF0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC9addBuzzeryAEXDAC0hF0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addMelodySpeaker",
-                "printedName": "addMelodySpeaker(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MelodySpeakerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.MelodySpeakerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC16addMelodySpeakeryAEXDAC0hiF0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC16addMelodySpeakeryAEXDAC0hiF0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addDisplay",
-                "printedName": "addDisplay(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DisplayBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DisplayBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC10addDisplayyAEXDAC0hF0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC10addDisplayyAEXDAC0hF0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addRaw",
-                "printedName": "addRaw(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Data",
-                    "printedName": "Foundation.Data",
-                    "usr": "s:10Foundation4DataV"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC6addRawyAEXD10Foundation4DataVF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC6addRawyAEXD10Foundation4DataVF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DocumentBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DocumentBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandDocumentBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "BuzzerBuilder",
-            "printedName": "BuzzerBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "actionDrive",
-                "printedName": "actionDrive(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DriveParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Buzzer.DriveParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC13BuzzerBuilderC11actionDriveyAEXDAC0E0C0H9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC13BuzzerBuilderC11actionDriveyAEXDAC0E0C0H9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BuzzerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.BuzzerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC13BuzzerBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC13BuzzerBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC13BuzzerBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC13BuzzerBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC13BuzzerBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandBuzzerBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "StarXpandCommandBuilder",
-            "printedName": "StarXpandCommandBuilder",
-            "children": [
-              {
-                "kind": "Var",
-                "name": "preSetting",
-                "printedName": "preSetting",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PreSettingBuilder",
-                        "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder",
-                        "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Var",
-                "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvp",
-                "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvp",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "HasInitialValue",
-                  "HasStorage",
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "hasStorage": true,
-                "accessors": [
-                  {
-                    "kind": "Accessor",
-                    "name": "Get",
-                    "printedName": "Get()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PreSettingBuilder",
-                            "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder",
-                            "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ],
-                    "declKind": "Accessor",
-                    "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvg",
-                    "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvg",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "accessorKind": "get"
-                  },
-                  {
-                    "kind": "Accessor",
-                    "name": "Set",
-                    "printedName": "Set()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Void",
-                        "printedName": "()"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PreSettingBuilder",
-                            "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder",
-                            "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ],
-                    "declKind": "Accessor",
-                    "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvs",
-                    "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvs",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "accessorKind": "set"
-                  },
-                  {
-                    "kind": "Accessor",
-                    "name": "Modify",
-                    "printedName": "Modify()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Void",
-                        "printedName": "()"
-                      }
-                    ],
-                    "declKind": "Accessor",
-                    "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvM",
-                    "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvM",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessorKind": "_modify"
-                  }
-                ]
-              },
-              {
-                "kind": "Function",
-                "name": "addDocument",
-                "printedName": "addDocument(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DocumentBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DocumentBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC11addDocumentyAEXDAC0gE0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC11addDocumentyAEXDAC0gE0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "getCommands",
-                "printedName": "getCommands()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC11getCommandsSSyF",
-                "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC11getCommandsSSyF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarXpandCommandBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.StarXpandCommandBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "PresenterSettingBuilder",
-            "printedName": "PresenterSettingBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "settingMode",
-                "printedName": "settingMode(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ModeParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Presenter.ModeParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderC11settingModeyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC23PresenterSettingBuilderC11settingModeyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingLEDAutomaticBlink",
-                "printedName": "settingLEDAutomaticBlink(parameter:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "LEDAutomaticBlinkParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Presenter.LEDAutomaticBlinkParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderC24settingLEDAutomaticBlink9parameterAEXDAC0E0C0iJ9ParameterC_tF",
-                "mangledName": "$s8StarIO100A12XpandCommandC23PresenterSettingBuilderC24settingLEDAutomaticBlink9parameterAEXDAC0E0C0iJ9ParameterC_tF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PresenterSettingBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PresenterSettingBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC23PresenterSettingBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC23PresenterSettingBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandPresenterSettingBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarXpandCommand",
-        "mangledName": "$s8StarIO100A12XpandCommandC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarXpandCommand",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "CBManagerState",
-        "printedName": "CBManagerState",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:So14CBManagerStateV8StarIO10E11descriptionSSvp",
-            "mangledName": "$sSo14CBManagerStateV8StarIO10E11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:So14CBManagerStateV8StarIO10E11descriptionSSvg",
-                "mangledName": "$sSo14CBManagerStateV8StarIO10E11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@E@CBManagerState",
-        "moduleName": "CoreBluetooth",
-        "intro_iOS": "10.0",
-        "objc_name": "CBManagerState",
-        "declAttributes": [
-          "Available",
-          "SynthesizedProtocol",
-          "ObjC",
-          "SynthesizedProtocol",
-          "Sendable",
-          "Dynamic"
-        ],
-        "enumRawTypeName": "Int",
-        "isExternal": true,
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Sendable",
-            "printedName": "Sendable",
-            "usr": "s:s8SendableP",
-            "mangledName": "$ss8SendableP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      }
-    ],
-    "json_format_version": 8
-  },
-  "ConstValues": [
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "IntegerLiteral",
-      "offset": 345,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "IntegerLiteral",
-      "offset": 459,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "StringLiteral",
-      "offset": 596,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "StringLiteral",
-      "offset": 648,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "StringLiteral",
-      "offset": 697,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "StringLiteral",
-      "offset": 753,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 858,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "IntegerLiteral",
-      "offset": 874,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "StringLiteral",
-      "offset": 883,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/NetworkInformation.swift",
-      "kind": "StringLiteral",
-      "offset": 127,
-      "length": 18,
-      "value": "\"StarIO10.NetworkInformation\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 241,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 259,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 276,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 297,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 315,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 331,
-      "length": 12,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 241,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 259,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 276,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 297,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 315,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 331,
-      "length": 12,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/CursorState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 256,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/CursorState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 275,
-      "length": 3,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/CursorState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 256,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/CursorState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 275,
-      "length": 3,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DisplayBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 320,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DisplayBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 332,
-      "length": 9,
-      "value": "\"Display\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DisplayBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 355,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1099,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "Array",
-      "offset": 1490,
-      "length": 2,
-      "value": "[]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2157,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2212,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2259,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2302,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2628,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2673,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2719,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Log\/Log.swift",
-      "kind": "StringLiteral",
-      "offset": 139,
-      "length": 3,
-      "value": "\"StarIO10.Log\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MagnificationParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 229,
-      "length": 22,
-      "value": "\"StarIO10.MagnificationParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobSettings.swift",
-      "kind": "StringLiteral",
-      "offset": 547,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobSettings.swift",
-      "kind": "StringLiteral",
-      "offset": 178,
-      "length": 20,
-      "value": "\"StarIO10.StarSpoolJobSettings\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 209,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 228,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 209,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 228,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 263,
-      "length": 15,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 6,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 304,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 320,
-      "length": 9,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 339,
-      "length": 3,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 9,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 371,
-      "length": 7,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 388,
-      "length": 4,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 263,
-      "length": 15,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 6,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 304,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 320,
-      "length": 9,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 339,
-      "length": 3,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 9,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 371,
-      "length": 7,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 388,
-      "length": 4,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/DriveRegisteredSoundParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 430,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/DriveRegisteredSoundParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 270,
-      "length": 29,
-      "value": "\"StarIO10.DriveRegisteredSoundParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PreSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 329,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PreSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 341,
-      "length": 12,
-      "value": "\"PreSetting\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PreSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 367,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDAutomaticBlinkParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 422,
-      "length": 3,
-      "value": "100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDAutomaticBlinkParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 661,
-      "length": 3,
-      "value": "100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDAutomaticBlinkParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 207,
-      "length": 26,
-      "value": "\"StarIO10.LEDAutomaticBlinkParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Monitor\/PrinterMonitor.swift",
-      "kind": "BooleanLiteral",
-      "offset": 235,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BlackMarkParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 303,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Parameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Parameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 571,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Parameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 803,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Parameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1047,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Parameter.swift",
-      "kind": "StringLiteral",
-      "offset": 230,
-      "length": 15,
-      "value": "\"StarIO10.PDF417Parameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 336,
-      "length": 8,
-      "value": "\"EscPos\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 389,
-      "length": 14,
-      "value": "\"EscPosMobile\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 443,
-      "length": 9,
-      "value": "\"StarDot\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 493,
-      "length": 10,
-      "value": "\"StarLine\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 547,
-      "length": 13,
-      "value": "\"StarGraphic\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 601,
-      "length": 10,
-      "value": "\"StarPRNT\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 651,
-      "length": 9,
-      "value": "\"Unknown\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/EscPosMobilePrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 284,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/EscPosMobilePrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 321,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifier.swift",
-      "kind": "StringLiteral",
-      "offset": 310,
-      "length": 27,
-      "value": "\"Unavailable_DefinedByStar\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 250,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 269,
-      "length": 5,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 9,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 311,
-      "length": 6,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 331,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 351,
-      "length": 6,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 250,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 269,
-      "length": 5,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 9,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 311,
-      "length": 6,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 331,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 351,
-      "length": 6,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Monitor\/InputDeviceMonitor.swift",
-      "kind": "BooleanLiteral",
-      "offset": 247,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Log\/StarIO10Logger.swift",
-      "kind": "BooleanLiteral",
-      "offset": 259,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Log\/StarIO10Logger.swift",
-      "kind": "StringLiteral",
-      "offset": 291,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 338,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 384,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 443,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 491,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 543,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Drawer\/DrawerChannel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 243,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Drawer\/DrawerChannel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 243,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolJobStatusListParser.swift",
-      "kind": "BooleanLiteral",
-      "offset": 265,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolJobStatusListParser.swift",
-      "kind": "IntegerLiteral",
-      "offset": 320,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolJobStatusListParser.swift",
-      "kind": "Array",
-      "offset": 402,
-      "length": 2,
-      "value": "[]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/EscPosPrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 272,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/EscPosPrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 309,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 868,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 230,
-      "length": 15,
-      "value": "\"StarIO10.QRCodeParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SetStarConfigParser.swift",
-      "kind": "BooleanLiteral",
-      "offset": 251,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SetStarConfigParser.swift",
-      "kind": "IntegerLiteral",
-      "offset": 375,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/TCPPort.swift",
-      "kind": "IntegerLiteral",
-      "offset": 300,
-      "length": 4,
-      "value": "9100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/TCPPort.swift",
-      "kind": "StringLiteral",
-      "offset": 131,
-      "length": 7,
-      "value": "\"StarIO10.TCPPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/PrinterInformationParser.swift",
-      "kind": "StringLiteral",
-      "offset": 250,
-      "length": 8,
-      "value": "\"BtAdS=\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/PrinterInformationParser.swift",
-      "kind": "StringLiteral",
-      "offset": 287,
-      "length": 8,
-      "value": "\"LaNmA=\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/PrinterInformationParser.swift",
-      "kind": "StringLiteral",
-      "offset": 318,
-      "length": 8,
-      "value": "\"UsSrN=\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Buzzer\/BuzzerChannel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 243,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Buzzer\/BuzzerChannel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 243,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 298,
-      "length": 11,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 323,
-      "length": 11,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 348,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 298,
-      "length": 11,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 323,
-      "length": 11,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 348,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/DrawerOpenedMethod.swift",
-      "kind": "IntegerLiteral",
-      "offset": 316,
-      "length": 9,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/DrawerOpenedMethod.swift",
-      "kind": "IntegerLiteral",
-      "offset": 316,
-      "length": 9,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeakerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 338,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeakerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 350,
-      "length": 15,
-      "value": "\"MelodySpeaker\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeakerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 379,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/StarPrinterControl.swift",
-      "kind": "IntegerLiteral",
-      "offset": 261,
-      "length": 2,
-      "value": "50"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/StarPrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 332,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/StarPrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 369,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Monitor\/DrawerMonitor.swift",
-      "kind": "BooleanLiteral",
-      "offset": 232,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 362,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 382,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 362,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 382,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/PositionParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 234,
-      "length": 17,
-      "value": "\"StarIO10.PositionParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/ModelDetectionInformation.swift",
-      "kind": "BooleanLiteral",
-      "offset": 311,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/ModelDetectionInformation.swift",
-      "kind": "BooleanLiteral",
-      "offset": 356,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/ModelDetectionInformation.swift",
-      "kind": "BooleanLiteral",
-      "offset": 445,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/ModelDetectionInformation.swift",
-      "kind": "BooleanLiteral",
-      "offset": 488,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/ModelDetectionInformation.swift",
-      "kind": "StringLiteral",
-      "offset": 85,
-      "length": 25,
-      "value": "\"StarIO10.ModelDetectionInformation\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/NullableClass\/NullableDrawerOpenedMethod.swift",
-      "kind": "StringLiteral",
-      "offset": 197,
-      "length": 26,
-      "value": "\"StarIO10.NullableDrawerOpenedMethod\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 227,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 245,
-      "length": 34,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 289,
-      "length": 8,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 307,
-      "length": 17,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 334,
-      "length": 19,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 363,
-      "length": 14,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 25,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 422,
-      "length": 20,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 452,
-      "length": 21,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 227,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 245,
-      "length": 34,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 289,
-      "length": 8,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 307,
-      "length": 17,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 334,
-      "length": 19,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 363,
-      "length": 14,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 25,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 422,
-      "length": 20,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 452,
-      "length": 21,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 754,
-      "length": 13,
-      "value": "\"TSP100IV_SK\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 827,
-      "length": 23,
-      "value": "\"^TSP1[0-9]{2}IV.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 879,
-      "length": 21,
-      "value": "\"^TSP1[0-9]{2}.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 960,
-      "length": 33,
-      "value": "\"^TSP1[0-9]{2}IV.*\\(STR-001\\)$\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1022,
-      "length": 31,
-      "value": "\"^TSP1[0-9]{2}.*\\(STR-001\\)$\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1113,
-      "length": 23,
-      "value": "\"^TSP1[0-9]{2}IV.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1165,
-      "length": 21,
-      "value": "\"^TSP1[0-9]{2}.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1227,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1366,
-      "length": 23,
-      "value": "\"^TSP1[0-9]{2}IV.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1418,
-      "length": 21,
-      "value": "\"^TSP1[0-9]{2}.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1539,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1577,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1611,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1755,
-      "length": 10,
-      "value": "\"TSP100IV\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1825,
-      "length": 19,
-      "value": "\"^TSP1[0-9]{2}IV.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1873,
-      "length": 17,
-      "value": "\"^TSP1[0-9]{2}.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1950,
-      "length": 33,
-      "value": "\"^TSP1[0-9]{2}IV.*\\(STR-001\\)$\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2012,
-      "length": 31,
-      "value": "\"^TSP1[0-9]{2}.*\\(STR-001\\)$\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2103,
-      "length": 19,
-      "value": "\"^TSP1[0-9]{2}IV.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2151,
-      "length": 17,
-      "value": "\"^TSP1[0-9]{2}.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2209,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2348,
-      "length": 19,
-      "value": "\"^TSP1[0-9]{2}IV.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2396,
-      "length": 17,
-      "value": "\"^TSP1[0-9]{2}.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2513,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2551,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2585,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2729,
-      "length": 10,
-      "value": "\"TSP650II\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 3158,
-      "length": 10,
-      "value": "\"TSP700II\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 3591,
-      "length": 10,
-      "value": "\"TSP800II\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 4029,
-      "length": 12,
-      "value": "\"TSP100IIIW\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 4424,
-      "length": 14,
-      "value": "\"TSP100IIILAN\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 4824,
-      "length": 13,
-      "value": "\"TSP100IIIBI\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 5258,
-      "length": 12,
-      "value": "\"TSP100IIIU\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 5569,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 5709,
-      "length": 6,
-      "value": "\"mPOP\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 6088,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 6122,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 6267,
-      "length": 11,
-      "value": "\"mC_Print2\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 6719,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 6757,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 6791,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 6936,
-      "length": 11,
-      "value": "\"mC_Print3\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 7388,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 7426,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 7460,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 7605,
-      "length": 11,
-      "value": "\"mC_Label3\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8052,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8098,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8136,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8170,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8207,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8244,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 8387,
-      "length": 10,
-      "value": "\"SM_S210i\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 8814,
-      "length": 10,
-      "value": "\"SM_S230i\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 9241,
-      "length": 10,
-      "value": "\"SM_T300i\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 9668,
-      "length": 10,
-      "value": "\"SM_T400i\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 10095,
-      "length": 9,
-      "value": "\"SM_L200\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 10463,
-      "length": 9,
-      "value": "\"SM_L300\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 10828,
-      "length": 7,
-      "value": "\"SP700\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "Array",
-      "offset": 11773,
-      "length": 66,
-      "value": "[\"TSP143 (STR_T-001)\", \"TSP113 (STR_T-001)\"]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 189,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 197,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 203,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 209,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 257,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 265,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 273,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 281,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 402,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "StringLiteral",
-      "offset": 120,
-      "length": 11,
-      "value": "\"StarIO10.BitmapPixel\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/FontType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 246,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/FontType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 246,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeAreaParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 374,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeAreaParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 584,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeAreaParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 238,
-      "length": 21,
-      "value": "\"StarIO10.PageModeAreaParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/LineStyle.swift",
-      "kind": "IntegerLiteral",
-      "offset": 250,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/LineStyle.swift",
-      "kind": "IntegerLiteral",
-      "offset": 250,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/ParseResult.swift",
-      "kind": "IntegerLiteral",
-      "offset": 260,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/ParseResult.swift",
-      "kind": "IntegerLiteral",
-      "offset": 267,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/EAAccessoryStarDeviceDiscoveryManager.swift",
-      "kind": "StringLiteral",
-      "offset": 451,
-      "length": 16,
-      "value": "\"Star Micronics\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/EAAccessoryStarDeviceDiscoveryManager.swift",
-      "kind": "StringLiteral",
-      "offset": 506,
-      "length": 19,
-      "value": "\"jp.star-m.starpro\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/EAAccessoryStarDeviceDiscoveryManager.swift",
-      "kind": "IntegerLiteral",
-      "offset": 585,
-      "length": 5,
-      "value": "10000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/EAAccessoryStarDeviceDiscoveryManager.swift",
-      "kind": "IntegerLiteral",
-      "offset": 911,
-      "length": 3,
-      "value": "100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GenericCache.swift",
-      "kind": "Array",
-      "offset": 297,
-      "length": 2,
-      "value": "[]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GenericCache.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GenericCache.swift",
-      "kind": "IntegerLiteral",
-      "offset": 356,
-      "length": 5,
-      "value": "65535"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GenericCache.swift",
-      "kind": "StringLiteral",
-      "offset": 121,
-      "length": 12,
-      "value": "\"StarIO10.GenericCache\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 155,
-      "length": 4,
-      "value": "0x00"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 4,
-      "value": "0x01"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 195,
-      "length": 4,
-      "value": "0x02"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 215,
-      "length": 4,
-      "value": "0x03"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 235,
-      "length": 4,
-      "value": "0x04"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 255,
-      "length": 4,
-      "value": "0x05"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 275,
-      "length": 4,
-      "value": "0x06"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 295,
-      "length": 4,
-      "value": "0x07"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 314,
-      "length": 4,
-      "value": "0x08"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 333,
-      "length": 4,
-      "value": "0x09"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 4,
-      "value": "0x0a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 371,
-      "length": 4,
-      "value": "0x0b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 390,
-      "length": 4,
-      "value": "0x0c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 409,
-      "length": 4,
-      "value": "0x0d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 428,
-      "length": 4,
-      "value": "0x0e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 447,
-      "length": 4,
-      "value": "0x0f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 467,
-      "length": 4,
-      "value": "0x10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 487,
-      "length": 4,
-      "value": "0x11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 507,
-      "length": 4,
-      "value": "0x12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 527,
-      "length": 4,
-      "value": "0x13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 547,
-      "length": 4,
-      "value": "0x14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 567,
-      "length": 4,
-      "value": "0x15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 587,
-      "length": 4,
-      "value": "0x16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 607,
-      "length": 4,
-      "value": "0x17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 627,
-      "length": 4,
-      "value": "0x18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 646,
-      "length": 4,
-      "value": "0x19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 666,
-      "length": 4,
-      "value": "0x1a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 686,
-      "length": 4,
-      "value": "0x1b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 705,
-      "length": 4,
-      "value": "0x1c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 724,
-      "length": 4,
-      "value": "0x1d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 743,
-      "length": 4,
-      "value": "0x1e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 762,
-      "length": 4,
-      "value": "0x1f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 155,
-      "length": 4,
-      "value": "0x00"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 4,
-      "value": "0x01"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 195,
-      "length": 4,
-      "value": "0x02"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 215,
-      "length": 4,
-      "value": "0x03"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 235,
-      "length": 4,
-      "value": "0x04"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 255,
-      "length": 4,
-      "value": "0x05"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 275,
-      "length": 4,
-      "value": "0x06"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 295,
-      "length": 4,
-      "value": "0x07"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 314,
-      "length": 4,
-      "value": "0x08"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 333,
-      "length": 4,
-      "value": "0x09"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 4,
-      "value": "0x0a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 371,
-      "length": 4,
-      "value": "0x0b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 390,
-      "length": 4,
-      "value": "0x0c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 409,
-      "length": 4,
-      "value": "0x0d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 428,
-      "length": 4,
-      "value": "0x0e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 447,
-      "length": 4,
-      "value": "0x0f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 467,
-      "length": 4,
-      "value": "0x10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 487,
-      "length": 4,
-      "value": "0x11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 507,
-      "length": 4,
-      "value": "0x12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 527,
-      "length": 4,
-      "value": "0x13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 547,
-      "length": 4,
-      "value": "0x14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 567,
-      "length": 4,
-      "value": "0x15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 587,
-      "length": 4,
-      "value": "0x16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 607,
-      "length": 4,
-      "value": "0x17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 627,
-      "length": 4,
-      "value": "0x18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 646,
-      "length": 4,
-      "value": "0x19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 666,
-      "length": 4,
-      "value": "0x1a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 686,
-      "length": 4,
-      "value": "0x1b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 705,
-      "length": 4,
-      "value": "0x1c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 724,
-      "length": 4,
-      "value": "0x1d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 743,
-      "length": 4,
-      "value": "0x1e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 762,
-      "length": 4,
-      "value": "0x1f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 155,
-      "length": 4,
-      "value": "0x00"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 4,
-      "value": "0x01"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 195,
-      "length": 4,
-      "value": "0x02"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 215,
-      "length": 4,
-      "value": "0x03"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 235,
-      "length": 4,
-      "value": "0x04"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 255,
-      "length": 4,
-      "value": "0x05"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 275,
-      "length": 4,
-      "value": "0x06"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 295,
-      "length": 4,
-      "value": "0x07"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 314,
-      "length": 4,
-      "value": "0x08"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 333,
-      "length": 4,
-      "value": "0x09"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 4,
-      "value": "0x0a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 371,
-      "length": 4,
-      "value": "0x0b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 390,
-      "length": 4,
-      "value": "0x0c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 409,
-      "length": 4,
-      "value": "0x0d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 428,
-      "length": 4,
-      "value": "0x0e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 447,
-      "length": 4,
-      "value": "0x0f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 467,
-      "length": 4,
-      "value": "0x10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 487,
-      "length": 4,
-      "value": "0x11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 507,
-      "length": 4,
-      "value": "0x12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 527,
-      "length": 4,
-      "value": "0x13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 547,
-      "length": 4,
-      "value": "0x14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 567,
-      "length": 4,
-      "value": "0x15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 587,
-      "length": 4,
-      "value": "0x16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 607,
-      "length": 4,
-      "value": "0x17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 627,
-      "length": 4,
-      "value": "0x18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 646,
-      "length": 4,
-      "value": "0x19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 666,
-      "length": 4,
-      "value": "0x1a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 686,
-      "length": 4,
-      "value": "0x1b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 705,
-      "length": 4,
-      "value": "0x1c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 724,
-      "length": 4,
-      "value": "0x1d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 743,
-      "length": 4,
-      "value": "0x1e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 762,
-      "length": 4,
-      "value": "0x1f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/PresenterLEDAutomaticBlinkParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 430,
-      "length": 3,
-      "value": "100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/PresenterLEDAutomaticBlinkParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 669,
-      "length": 3,
-      "value": "100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/PresenterLEDAutomaticBlinkParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 229,
-      "length": 26,
-      "value": "\"StarIO10.LEDAutomaticBlinkParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 4,
-      "value": "0x23"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 180,
-      "length": 4,
-      "value": "0x3b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 4,
-      "value": "0x23"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 180,
-      "length": 4,
-      "value": "0x3b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 4,
-      "value": "0x23"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 180,
-      "length": 4,
-      "value": "0x3b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 143,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 9,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 3,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 188,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 143,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 9,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 3,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 188,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 143,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 9,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 3,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 188,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/Alignment.swift",
-      "kind": "IntegerLiteral",
-      "offset": 252,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/Alignment.swift",
-      "kind": "IntegerLiteral",
-      "offset": 272,
-      "length": 5,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/Alignment.swift",
-      "kind": "IntegerLiteral",
-      "offset": 252,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/Alignment.swift",
-      "kind": "IntegerLiteral",
-      "offset": 272,
-      "length": 5,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Log\/LogMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 245,
-      "length": 15,
-      "value": "\"Write failed.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "StringLiteral",
-      "offset": 372,
-      "length": 22,
-      "value": "\"StarIO10.StarPrinter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1858,
-      "length": 5,
-      "value": "10000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1903,
-      "length": 4,
-      "value": "5000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1943,
-      "length": 5,
-      "value": "30000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1996,
-      "length": 5,
-      "value": "90000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2104,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "StringLiteral",
-      "offset": 158,
-      "length": 11,
-      "value": "\"StarIO10.StarPrinter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/StarFirmwareInformationParser.swift",
-      "kind": "StringLiteral",
-      "offset": 240,
-      "length": 5,
-      "value": "\"Ver\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRectangleParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 481,
-      "length": 4,
-      "value": "0.25"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRectangleParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 766,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRectangleParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 1055,
-      "length": 3,
-      "value": "0.0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRectangleParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 240,
-      "length": 26,
-      "value": "\"StarIO10.PageModeRectangleParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolJobStatusParser.swift",
-      "kind": "BooleanLiteral",
-      "offset": 257,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolJobStatusParser.swift",
-      "kind": "BooleanLiteral",
-      "offset": 314,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterImageParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 381,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterImageParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 662,
-      "length": 3,
-      "value": "127"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterImageParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 235,
-      "length": 14,
-      "value": "\"StarIO10.ImageParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 270,
-      "length": 17,
-      "value": "\"Already Opened.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 317,
-      "length": 14,
-      "value": "\"Open failed.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 389,
-      "length": 42,
-      "value": "\"The device is in use by another process.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 471,
-      "length": 24,
-      "value": "\"Bluetooth unavailable.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 530,
-      "length": 19,
-      "value": "\"Device not found.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 587,
-      "length": 22,
-      "value": "\"Network unavailable.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 664,
-      "length": 39,
-      "value": "\"The device is in use by another host.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 746,
-      "length": 27,
-      "value": "\"Bad response from device.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 809,
-      "length": 20,
-      "value": "\"Request timed out.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 858,
-      "length": 13,
-      "value": "\"Not opened.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 906,
-      "length": 19,
-      "value": "\"Device has error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 968,
-      "length": 27,
-      "value": "\"Printer is holding paper.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1031,
-      "length": 20,
-      "value": "\"Initialize failed.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1085,
-      "length": 18,
-      "value": "\"Print timed out.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1141,
-      "length": 22,
-      "value": "\"Load library failed.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1194,
-      "length": 15,
-      "value": "\"Write failed.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1243,
-      "length": 18,
-      "value": "\"Already started.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1298,
-      "length": 21,
-      "value": "\"Invalid identifier.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1351,
-      "length": 16,
-      "value": "\"Unknown Error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1412,
-      "length": 29,
-      "value": "\"Interface is not specified.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1479,
-      "length": 22,
-      "value": "\"Not supported model.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1537,
-      "length": 35,
-      "value": "\"Not available on iOS 13 or later.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1608,
-      "length": 20,
-      "value": "\"JSON format error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1671,
-      "length": 34,
-      "value": "\"Star Configuration format error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1751,
-      "length": 37,
-      "value": "\"Star Configuration parameter error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1839,
-      "length": 42,
-      "value": "\"Star Configuration specified file error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1919,
-      "length": 22,
-      "value": "\"Spooler is disabled.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1988,
-      "length": 31,
-      "value": "\"Spooler buffer is not enough.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 2053,
-      "length": 33,
-      "value": "\"Specified JobID does not exist.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 2153,
-      "length": 51,
-      "value": "\"Specified argument value is out of specification.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 2239,
-      "length": 19,
-      "value": "\"Invalid password.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 2300,
-      "length": 26,
-      "value": "\"Need to change password.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterPort\/StarLANPrinterPort.swift",
-      "kind": "StringLiteral",
-      "offset": 125,
-      "length": 18,
-      "value": "\"StarIO10.StarLANPrinterPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobSettingsAdditionalInfo.swift",
-      "kind": "StringLiteral",
-      "offset": 210,
-      "length": 36,
-      "value": "\"StarSpoolJobSettingsAdditionalInfo\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobSettingsAdditionalInfo.swift",
-      "kind": "StringLiteral",
-      "offset": 273,
-      "length": 7,
-      "value": "\"1.0.0\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobSettingsAdditionalInfo.swift",
-      "kind": "StringLiteral",
-      "offset": 131,
-      "length": 34,
-      "value": "\"StarIO10.StarSpoolJobSettingsAdditionalInfo\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/CancellationToken.swift",
-      "kind": "BooleanLiteral",
-      "offset": 191,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarConfigurationSetResult.swift",
-      "kind": "IntegerLiteral",
-      "offset": 257,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarConfigurationSetResult.swift",
-      "kind": "IntegerLiteral",
-      "offset": 257,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/BezelSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 335,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/BezelSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 347,
-      "length": 7,
-      "value": "\"Bezel\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/BezelSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 368,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 255,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 270,
-      "length": 1,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 285,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 255,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 270,
-      "length": 1,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 285,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/LANStarDeviceDiscoveryManager.swift",
-      "kind": "IntegerLiteral",
-      "offset": 250,
-      "length": 5,
-      "value": "22222"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/LANStarDeviceDiscoveryManager.swift",
-      "kind": "IntegerLiteral",
-      "offset": 304,
-      "length": 3,
-      "value": "500"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/LEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 217,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/LEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 236,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/LEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 217,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/LEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 236,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/UDPPort.swift",
-      "kind": "IntegerLiteral",
-      "offset": 195,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/UDPPort.swift",
-      "kind": "IntegerLiteral",
-      "offset": 235,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/UDPPort.swift",
-      "kind": "StringLiteral",
-      "offset": 131,
-      "length": 7,
-      "value": "\"StarIO10.UDPPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/BaseRawPort.swift",
-      "kind": "StringLiteral",
-      "offset": 818,
-      "length": 11,
-      "value": "\"StarIO10.BaseRawPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/LabelParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 291,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayImageParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 350,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayImageParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 631,
-      "length": 3,
-      "value": "127"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayImageParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 235,
-      "length": 14,
-      "value": "\"StarIO10.ImageParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/LogoParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 226,
-      "length": 13,
-      "value": "\"StarIO10.LogoParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 362,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 382,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 362,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 382,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/DriveOneTimeSoundParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 379,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/DriveOneTimeSoundParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 264,
-      "length": 26,
-      "value": "\"StarIO10.DriveOneTimeSoundParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BlackMarkPosition.swift",
-      "kind": "IntegerLiteral",
-      "offset": 277,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BlackMarkPosition.swift",
-      "kind": "IntegerLiteral",
-      "offset": 277,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/PrinterSpec+SpecificModel.swift",
-      "kind": "StringLiteral",
-      "offset": 719,
-      "length": 7,
-      "value": "\"FVP10\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/PrinterSpec+SpecificModel.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1028,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/PrinterSpec+SpecificModel.swift",
-      "kind": "StringLiteral",
-      "offset": 1168,
-      "length": 7,
-      "value": "\"BSC10\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/PrinterSpec+SpecificModel.swift",
-      "kind": "StringLiteral",
-      "offset": 1536,
-      "length": 8,
-      "value": "\"TSP043\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/PrinterSpec+SpecificModel.swift",
-      "kind": "StringLiteral",
-      "offset": 1906,
-      "length": 8,
-      "value": "\"TUP500\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 258,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 276,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 294,
-      "length": 4,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 312,
-      "length": 4,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 4,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 348,
-      "length": 4,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 4,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 384,
-      "length": 4,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 258,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 276,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 294,
-      "length": 4,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 312,
-      "length": 4,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 4,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 348,
-      "length": 4,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 4,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 384,
-      "length": 4,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 350,
-      "length": 2,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 7,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 407,
-      "length": 5,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 426,
-      "length": 5,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 445,
-      "length": 5,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 464,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 484,
-      "length": 8,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 506,
-      "length": 6,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 526,
-      "length": 12,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 552,
-      "length": 5,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 350,
-      "length": 2,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 7,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 407,
-      "length": 5,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 426,
-      "length": 5,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 445,
-      "length": 5,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 464,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 484,
-      "length": 8,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 506,
-      "length": 6,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 526,
-      "length": 12,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 552,
-      "length": 5,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterPort\/EscPosLANPrinterPort.swift",
-      "kind": "StringLiteral",
-      "offset": 127,
-      "length": 20,
-      "value": "\"StarIO10.EscPosLANPrinterPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Drawer\/OpenParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 551,
-      "length": 3,
-      "value": "200"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/BluetoothLEPort.swift",
-      "kind": "StringLiteral",
-      "offset": 254,
-      "length": 38,
-      "value": "\"49535343-FE7D-4AE5-8FA9-9FAFD205E455\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/BluetoothLEPort.swift",
-      "kind": "StringLiteral",
-      "offset": 358,
-      "length": 38,
-      "value": "\"49535343-8841-43F4-A8D4-ECBE34729BB3\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/BluetoothLEPort.swift",
-      "kind": "StringLiteral",
-      "offset": 461,
-      "length": 38,
-      "value": "\"49535343-1E4D-4BD9-BA61-23C647249616\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 399,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 662,
-      "length": 1,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 1271,
-      "length": 4,
-      "value": "10.0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 232,
-      "length": 16,
-      "value": "\"StarIO10.BarcodeParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 260,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 260,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DrawerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 317,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DrawerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 329,
-      "length": 8,
-      "value": "\"Drawer\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DrawerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 351,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/JSONBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 251,
-      "length": 4,
-      "value": "\"\n\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/JSONBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 278,
-      "length": 4,
-      "value": "\"\t\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/JSONBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 120,
-      "length": 11,
-      "value": "\"StarIO10.JSONBuilder\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/EscPosPrinterStatusParser.swift",
-      "kind": "Array",
-      "offset": 226,
-      "length": 9,
-      "value": "[1, 2, 4]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 363,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 421,
-      "length": 8,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 479,
-      "length": 8,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 534,
-      "length": 5,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 590,
-      "length": 9,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 651,
-      "length": 10,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 715,
-      "length": 12,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 780,
-      "length": 11,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 843,
-      "length": 10,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 906,
-      "length": 11,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 967,
-      "length": 8,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1021,
-      "length": 4,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1076,
-      "length": 9,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1136,
-      "length": 9,
-      "value": "14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1196,
-      "length": 9,
-      "value": "15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1255,
-      "length": 8,
-      "value": "16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1313,
-      "length": 8,
-      "value": "17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1371,
-      "length": 8,
-      "value": "18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1429,
-      "length": 8,
-      "value": "19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1486,
-      "length": 7,
-      "value": "20"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1542,
-      "length": 7,
-      "value": "21"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1596,
-      "length": 5,
-      "value": "22"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1649,
-      "length": 6,
-      "value": "23"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1702,
-      "length": 5,
-      "value": "24"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1755,
-      "length": 6,
-      "value": "25"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 363,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 421,
-      "length": 8,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 479,
-      "length": 8,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 534,
-      "length": 5,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 590,
-      "length": 9,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 651,
-      "length": 10,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 715,
-      "length": 12,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 780,
-      "length": 11,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 843,
-      "length": 10,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 906,
-      "length": 11,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 967,
-      "length": 8,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1021,
-      "length": 4,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1076,
-      "length": 9,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1136,
-      "length": 9,
-      "value": "14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1196,
-      "length": 9,
-      "value": "15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1255,
-      "length": 8,
-      "value": "16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1313,
-      "length": 8,
-      "value": "17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1371,
-      "length": 8,
-      "value": "18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1429,
-      "length": 8,
-      "value": "19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1486,
-      "length": 7,
-      "value": "20"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1542,
-      "length": 7,
-      "value": "21"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1596,
-      "length": 5,
-      "value": "22"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1649,
-      "length": 6,
-      "value": "23"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1702,
-      "length": 5,
-      "value": "24"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1755,
-      "length": 6,
-      "value": "25"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/DiscoveryCommand.swift",
-      "kind": "StringLiteral",
-      "offset": 202,
-      "length": 11,
-      "value": "\"STR_BCAST\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/DiscoveryCommand.swift",
-      "kind": "StringLiteral",
-      "offset": 262,
-      "length": 4,
-      "value": "\"RQ\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/DiscoveryCommand.swift",
-      "kind": "StringLiteral",
-      "offset": 317,
-      "length": 4,
-      "value": "\"RS\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterPageModeImageParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 424,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterPageModeImageParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 705,
-      "length": 3,
-      "value": "127"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterPageModeImageParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 202,
-      "length": 22,
-      "value": "\"StarIO10.PageModeImageParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PageModeBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 323,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PageModeBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 335,
-      "length": 10,
-      "value": "\"PageMode\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PageModeBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 359,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/ModeParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 290,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/ModeParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 527,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/ModeParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 766,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/ModeParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1024,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/FormatChecker.swift",
-      "kind": "StringLiteral",
-      "offset": 192,
-      "length": 40,
-      "value": "\"([0-9A-Fa-f]{2}[:-]?){5}[0-9A-Fa-f]{2}\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/FormatChecker.swift",
-      "kind": "StringLiteral",
-      "offset": 276,
-      "length": 96,
-      "value": "\"(([1-9]?[0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([1-9]?[0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/FormatChecker.swift",
-      "kind": "StringLiteral",
-      "offset": 413,
-      "length": 20,
-      "value": "\"[0-9]+(\\.[0-9]+)+\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 205,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 210,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 254,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 259,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 303,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 308,
-      "length": 1,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 357,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 401,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 406,
-      "length": 1,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 450,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 455,
-      "length": 1,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 499,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 504,
-      "length": 1,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 548,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 553,
-      "length": 1,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/UDPBroadcastPort.swift",
-      "kind": "IntegerLiteral",
-      "offset": 186,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/UDPBroadcastPort.swift",
-      "kind": "StringLiteral",
-      "offset": 125,
-      "length": 16,
-      "value": "\"StarIO10.UDPBroadcastPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PrinterBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 320,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PrinterBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 332,
-      "length": 9,
-      "value": "\"Printer\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PrinterBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 355,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/Cancelable.swift",
-      "kind": "IntegerLiteral",
-      "offset": 337,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/Cancelable.swift",
-      "kind": "BooleanLiteral",
-      "offset": 362,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Buzzer\/DriveParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 554,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Buzzer\/DriveParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 802,
-      "length": 3,
-      "value": "200"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Buzzer\/DriveParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1049,
-      "length": 3,
-      "value": "200"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 350,
-      "length": 2,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 7,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 407,
-      "length": 5,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 426,
-      "length": 5,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 445,
-      "length": 5,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 464,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 484,
-      "length": 8,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 506,
-      "length": 6,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 526,
-      "length": 12,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 552,
-      "length": 5,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 571,
-      "length": 7,
-      "value": "14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 592,
-      "length": 8,
-      "value": "15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 614,
-      "length": 7,
-      "value": "16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 635,
-      "length": 5,
-      "value": "17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 654,
-      "length": 7,
-      "value": "18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 675,
-      "length": 6,
-      "value": "19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 695,
-      "length": 5,
-      "value": "20"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 350,
-      "length": 2,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 7,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 407,
-      "length": 5,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 426,
-      "length": 5,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 445,
-      "length": 5,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 464,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 484,
-      "length": 8,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 506,
-      "length": 6,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 526,
-      "length": 12,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 552,
-      "length": 5,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 571,
-      "length": 7,
-      "value": "14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 592,
-      "length": 8,
-      "value": "15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 614,
-      "length": 7,
-      "value": "16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 635,
-      "length": 5,
-      "value": "17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 654,
-      "length": 7,
-      "value": "18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 675,
-      "length": 6,
-      "value": "19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 695,
-      "length": 5,
-      "value": "20"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Monitor\/MasterMonitor.swift",
-      "kind": "StringLiteral",
-      "offset": 122,
-      "length": 13,
-      "value": "\"StarIO10.MasterMonitor\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 273,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 4,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 327,
-      "length": 5,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 346,
-      "length": 5,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 365,
-      "length": 6,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 385,
-      "length": 3,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 402,
-      "length": 7,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 423,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 443,
-      "length": 3,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 273,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 4,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 327,
-      "length": 5,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 346,
-      "length": 5,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 365,
-      "length": 6,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 385,
-      "length": 3,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 402,
-      "length": 7,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 423,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 443,
-      "length": 3,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 232,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 4,
-      "value": "1000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 379,
-      "length": 4,
-      "value": "1001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 451,
-      "length": 4,
-      "value": "1002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 533,
-      "length": 4,
-      "value": "2000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 611,
-      "length": 4,
-      "value": "2001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 687,
-      "length": 4,
-      "value": "3000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 777,
-      "length": 4,
-      "value": "3001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 861,
-      "length": 4,
-      "value": "3002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 933,
-      "length": 4,
-      "value": "4000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1015,
-      "length": 4,
-      "value": "4001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1087,
-      "length": 4,
-      "value": "5000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1185,
-      "length": 4,
-      "value": "6000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1289,
-      "length": 4,
-      "value": "6001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1401,
-      "length": 4,
-      "value": "6002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 232,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 4,
-      "value": "1000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 379,
-      "length": 4,
-      "value": "1001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 451,
-      "length": 4,
-      "value": "1002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 533,
-      "length": 4,
-      "value": "2000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 611,
-      "length": 4,
-      "value": "2001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 687,
-      "length": 4,
-      "value": "3000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 777,
-      "length": 4,
-      "value": "3001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 861,
-      "length": 4,
-      "value": "3002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 933,
-      "length": 4,
-      "value": "4000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1015,
-      "length": 4,
-      "value": "4001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1087,
-      "length": 4,
-      "value": "5000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1185,
-      "length": 4,
-      "value": "6000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1289,
-      "length": 4,
-      "value": "6001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1401,
-      "length": 4,
-      "value": "6002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/RuledLineParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 338,
-      "length": 3,
-      "value": "0.0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/RuledLineParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 566,
-      "length": 4,
-      "value": "0.25"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/RuledLineParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 232,
-      "length": 18,
-      "value": "\"StarIO10.RuledLineParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarConnectionSettings.swift",
-      "kind": "BooleanLiteral",
-      "offset": 689,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarConnectionSettings.swift",
-      "kind": "StringLiteral",
-      "offset": 180,
-      "length": 22,
-      "value": "\"StarIO10.StarConnectionSettings\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/SoundStorageArea.swift",
-      "kind": "IntegerLiteral",
-      "offset": 286,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/SoundStorageArea.swift",
-      "kind": "IntegerLiteral",
-      "offset": 286,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/OrderedDictionary.swift",
-      "kind": "IntegerLiteral",
-      "offset": 2879,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/NullableClass\/NullableInt.swift",
-      "kind": "StringLiteral",
-      "offset": 170,
-      "length": 11,
-      "value": "\"StarIO10.NullableInt\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeBarRatioLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeBarRatioLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 311,
-      "length": 11,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeBarRatioLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeBarRatioLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 311,
-      "length": 11,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Monitor\/DisplayMonitor.swift",
-      "kind": "BooleanLiteral",
-      "offset": 235,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRuledLineParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 488,
-      "length": 4,
-      "value": "0.25"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRuledLineParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 240,
-      "length": 26,
-      "value": "\"StarIO10.PageModeRuledLineParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DocumentBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 323,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DocumentBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 335,
-      "length": 10,
-      "value": "\"Document\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DocumentBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 359,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DocumentBuilder.swift",
-      "kind": "IntegerLiteral",
-      "offset": 464,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/MultipleStarDeviceDiscoveryManager.swift",
-      "kind": "Array",
-      "offset": 330,
-      "length": 2,
-      "value": "[]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/MultipleStarDeviceDiscoveryManager.swift",
-      "kind": "StringLiteral",
-      "offset": 143,
-      "length": 34,
-      "value": "\"StarIO10.MultipleStarDeviceDiscoveryManager\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/HoldPrintParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 236,
-      "length": 18,
-      "value": "\"StarIO10.HoldPrintParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 339,
-      "length": 9,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 398,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 451,
-      "length": 3,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 339,
-      "length": 9,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 398,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 451,
-      "length": 3,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/NullableClass\/NullableBool.swift",
-      "kind": "StringLiteral",
-      "offset": 172,
-      "length": 12,
-      "value": "\"StarIO10.NullableBool\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifierManager.swift",
-      "kind": "StringLiteral",
-      "offset": 224,
-      "length": 28,
-      "value": "\"connection_identifier.json\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifierManager.swift",
-      "kind": "StringLiteral",
-      "offset": 377,
-      "length": 22,
-      "value": "\"specified_identifier\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifierManager.swift",
-      "kind": "StringLiteral",
-      "offset": 449,
-      "length": 13,
-      "value": "\"mac_address\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifierManager.swift",
-      "kind": "StringLiteral",
-      "offset": 518,
-      "length": 19,
-      "value": "\"bluetooth_address\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifierManager.swift",
-      "kind": "StringLiteral",
-      "offset": 592,
-      "length": 19,
-      "value": "\"usb_serial_number\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/GetStarConfigParser.swift",
-      "kind": "StringLiteral",
-      "offset": 254,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/BuzzerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 317,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/BuzzerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 329,
-      "length": 8,
-      "value": "\"Buzzer\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/BuzzerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 351,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceManager.swift",
-      "kind": "Array",
-      "offset": 206,
-      "length": 2,
-      "value": "[]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolPrintParser.swift",
-      "kind": "BooleanLiteral",
-      "offset": 290,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 246,
-      "length": 7,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 267,
-      "length": 10,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 13,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 246,
-      "length": 7,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 267,
-      "length": 10,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 13,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/StarXpandCommandBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 304,
-      "length": 7,
-      "value": "\"1.0.0\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/StarXpandCommandBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 466,
-      "length": 7,
-      "value": "\"title\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/StarXpandCommandBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 475,
-      "length": 18,
-      "value": "\"StarXpandCommand\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/StarXpandCommandBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 507,
-      "length": 9,
-      "value": "\"version\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/StarXpandCommandBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 563,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 277,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 308,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 340,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 277,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 308,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 340,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/PeripheralControl.swift",
-      "kind": "IntegerLiteral",
-      "offset": 818,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/PeripheralControl.swift",
-      "kind": "IntegerLiteral",
-      "offset": 897,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/PeripheralControl.swift",
-      "kind": "IntegerLiteral",
-      "offset": 967,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/PeripheralControl.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1033,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/PeripheralControl.swift",
-      "kind": "StringLiteral",
-      "offset": 147,
-      "length": 17,
-      "value": "\"StarIO10.PeripheralControl\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PresenterSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 347,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PresenterSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 359,
-      "length": 11,
-      "value": "\"Presenter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PresenterSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 384,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/Stopwatch.swift",
-      "kind": "BooleanLiteral",
-      "offset": 243,
-      "length": 5,
-      "value": "false"
-    }
-  ]
-}
\ No newline at end of file
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
deleted file mode 100644
index c726c45ddc0e3493ad124df358398f7b14896153..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+++ /dev/null
@@ -1,1460 +0,0 @@
-// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name StarIO10
-// swift-module-flags-ignorable: -enable-bare-slash-regex
-import CoreBluetooth
-import ExternalAccessory
-import Foundation
-import Network
-@_exported import StarIO10
-import StarIO10.StarLogger
-import StarIO10.StarXpandCommandParserWrapper
-import Swift
-import UIKit
-import _Concurrency
-import _StringProcessing
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarSpoolJobStatus) public class StarSpoolJobStatus : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var jobId: Swift.Int {
-    get
-  }
-  @objc public var jobState: StarIO10.SpoolJobState {
-    get
-  }
-  @objc public var elapsedTime: Swift.Int {
-    get
-  }
-  @objc public var jobReceivedInterface: StarIO10.SpoolJobReceivedInterface {
-    get
-  }
-  @objc public var appInfo: Swift.String {
-    get
-  }
-  @objc public var hostModel: Swift.String {
-    get
-  }
-  @objc public var hostOS: Swift.String {
-    get
-  }
-  @objc public var hostIpAddress: Swift.String {
-    get
-  }
-  @objc public var jobSettings: StarIO10.StarSpoolJobSettings {
-    get
-  }
-  @objc deinit
-}
-extension StarIO10.StarPrinter {
-  @objc dynamic public func open(completion: @escaping (Swift.Error?) -> Swift.Void)
-  @objc dynamic public func close(completion: @escaping () -> Swift.Void)
-  @objc dynamic public func print(raw: Foundation.Data, completion: @escaping (Swift.Error?) -> Swift.Void)
-  @objc dynamic public func print(command: Swift.String, completion: @escaping (Swift.Error?) -> Swift.Void)
-  public func print(command: Swift.String, starSpoolJobSettings: StarIO10.StarSpoolJobSettings, completion: @escaping (Swift.Int?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getStatus(completion: @escaping (StarIO10.StarPrinterStatus?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getSpoolJobStatus(jobId: Swift.Int, completion: @escaping (StarIO10.StarSpoolJobStatus?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getSpoolJobStatusList(size: Swift.Int, completion: @escaping ([StarIO10.StarSpoolJobStatus]?, Swift.Error?) -> Swift.Void)
-  public func setStarConfiguration(starConfiguration: Swift.String, completion: @escaping (StarIO10.StarConfigurationSetResult?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getStarConfiguration(password: Swift.String? = nil, completion: @escaping (Swift.String?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getDefaultStarConfiguration(completion: @escaping (Swift.String?, Swift.Error?) -> Swift.Void)
-}
-@objc(STARIO10StarPrinterEmulation) public enum StarPrinterEmulation : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case starLine
-  case starDot
-  case starGraphic
-  case starPRNT
-  case escPos
-  case escPosMobile
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayCursorState) public enum CursorState : Swift.Int {
-    case on
-    case blink
-    case off
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDisplayBuilder) public class DisplayBuilder : ObjectiveC.NSObject {
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Display.InternationalCharacterType) -> Self
-    @objc public func styleCharacterEncoding(_ type: StarIO10.StarXpandCommand.Display.CharacterEncodingType) -> Self
-    @objc public func styleCursorPositionTo(_ parameter: StarIO10.StarXpandCommand.Display.PositionParameter) -> Self
-    @objc public func actionClearLine() -> Self
-    @objc public func actionClearAll() -> Self
-    @objc public func actionSetBackLightState(_ on: Swift.Bool) -> Self
-    @objc public func actionSetCursorState(_ state: StarIO10.StarXpandCommand.Display.CursorState) -> Self
-    @objc public func actionSetContrast(_ value: StarIO10.StarXpandCommand.Display.Contrast) -> Self
-    @objc public func actionShowText(_ content: Swift.String) -> Self
-    @objc public func actionShowImage(_ parameter: StarIO10.StarXpandCommand.Display.ImageParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @objcMembers @objc(STARIO10StarXpandCommandMagnificationParameter) public class MagnificationParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Int
-    @objc final public let height: Swift.Int
-    @objc public init(width: Swift.Int, height: Swift.Int)
-    @objc deinit
-  }
-}
-@objc(STARIO10StarPrinterStatusDetail) public protocol StarPrinterStatusDetail {
-  @objc var nullableCutterError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperSeparatorError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperJamError: StarIO10.NullableBool? { get }
-  @objc var nullableRollPositionError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperPresent: StarIO10.NullableBool? { get }
-  @objc var nullableDrawerOpenError: StarIO10.NullableBool? { get }
-  @objc var nullablePrintUnitOpen: StarIO10.NullableBool? { get }
-  @objc var nullableDrawer1OpenedMethod: StarIO10.NullableDrawerOpenedMethod? { get }
-  @objc var nullableDrawer1OpenCloseSignal: StarIO10.NullableBool? { get }
-  @objc var nullableDrawer2OpenedMethod: StarIO10.NullableDrawerOpenedMethod? { get }
-  @objc var nullableDrawer2OpenCloseSignal: StarIO10.NullableBool? { get }
-  @objc var nullableExternalDevice1Connected: StarIO10.NullableBool? { get }
-  @objc var nullableExternalDevice2Connected: StarIO10.NullableBool? { get }
-  @objc var nullablePartsReplacementNotification: StarIO10.NullableBool? { get }
-  @objc var nullableCleaningNotification: StarIO10.NullableBool? { get }
-  @objc var nullableDetectedPaperWidth: StarIO10.NullableInt? { get }
-}
-@objcMembers @objc(STARIO10StarSpoolJobSettings) public class StarSpoolJobSettings : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var isRetryEnabled: Swift.Bool {
-    get
-  }
-  @objc public var timeout: Swift.Int {
-    get
-  }
-  @objc public var note: Swift.String {
-    get
-  }
-  @objc public init(isRetryEnabled: Swift.Bool, timeout: Swift.Int, note: Swift.String = "")
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Bezel {
-  @objc(STARIO10StarXpandCommandBezelLEDType) public enum LEDType : Swift.Int {
-    case holding
-    case error
-    case idle
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_inheritsConvenienceInitializers @objc public class Internal : ObjectiveC.NSObject {
-  @_inheritsConvenienceInitializers @objc(STARIO10InternalInterface) @objcMembers public class InternalInterface : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc public static func appendLogHeader(_ header: Swift.String)
-    @objc deinit
-  }
-  @objc override dynamic public init()
-  @objc deinit
-}
-@objc(STARIO10SpoolJobReceivedInterface) public enum SpoolJobReceivedInterface : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case usbPrinterClass
-  case usbAOA
-  case usbiAP
-  case bluetooth
-  case lan
-  case cloudPRNT
-  case webPRNT
-  case smcs
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-@objc(STARIO10DisplayDelegate) public protocol DisplayDelegate {
-  @objc func display(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func displayDidConnect(printer: StarIO10.StarPrinter)
-  @objc func displayDidDisconnect(printer: StarIO10.StarPrinter)
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerDriveRegisteredSoundParameter) public class DriveRegisteredSoundParameter : ObjectiveC.NSObject {
-    @objc final public let area: StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea
-    @objc final public let number: Swift.Int
-    @objc public var volume: Swift.Int {
-      @objc get
-    }
-    @objc public func setVolume(_ volume: Swift.Int) -> Self
-    @objc public init(area: StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea, number: Swift.Int)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPreSettingBuilder) public class PreSettingBuilder : ObjectiveC.NSObject {
-    @objc public func addPresenterSetting(_ builder: StarIO10.StarXpandCommand.PresenterSettingBuilder) -> Self
-    @objc public func addBezelSetting(_ builder: StarIO10.StarXpandCommand.BezelSettingBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Bezel {
-  @objcMembers @objc(STARIO10StarXpandCommandBezelLEDAutomaticBlinkParameter) public class LEDAutomaticBlinkParameter : ObjectiveC.NSObject {
-    @objc public init(type: StarIO10.StarXpandCommand.Bezel.LEDType)
-    @objc public var type: StarIO10.StarXpandCommand.Bezel.LEDType {
-      get
-    }
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc deinit
-  }
-}
-@objc(STARIO10PrinterDelegate) public protocol PrinterDelegate {
-  @objc func printer(_ printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func printerIsReady(_ printer: StarIO10.StarPrinter)
-  @objc func printerDidHaveError(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperReady(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperNearEmpty(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperEmpty(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsCoverOpen(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsCoverClose(_ printer: StarIO10.StarPrinter)
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterBlackMarkParameter) public class BlackMarkParameter : ObjectiveC.NSObject {
-    @objc public var enable: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEnable(_ enable: Swift.Bool) -> Self
-    @objc public var position: StarIO10.StarXpandCommand.Printer.BlackMarkPosition {
-      @objc get
-    }
-    @objc public func setPosition(_ position: StarIO10.StarXpandCommand.Printer.BlackMarkPosition) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPDF417Parameter) public class PDF417Parameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc public var column: Swift.Int {
-      @objc get
-    }
-    @objc public func setColumn(_ column: Swift.Int) -> Self
-    @objc public var line: Swift.Int {
-      @objc get
-    }
-    @objc public func setLine(_ line: Swift.Int) -> Self
-    @objc public var module: Swift.Int {
-      @objc get
-    }
-    @objc public func setModule(_ module: Swift.Int) -> Self
-    @objc public var aspect: Swift.Int {
-      @objc get
-    }
-    @objc public func setAspect(_ aspect: Swift.Int) -> Self
-    @objc public var level: StarIO10.StarXpandCommand.Printer.PDF417Level {
-      @objc get
-    }
-    @objc public func setLevel(_ level: StarIO10.StarXpandCommand.Printer.PDF417Level) -> Self
-    @objc public init(content: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayContrast) public enum Contrast : Swift.Int {
-    case plus3
-    case plus2
-    case plus1
-    case `default`
-    case minus1
-    case minus2
-    case minus3
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension CoreBluetooth.CBManagerState : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(STARIO10Logger) @objcMembers final public class StarIO10Logger : ObjectiveC.NSObject {
-  @objc(sharedObject) public static let shared: StarIO10.StarIO10Logger
-  @objc final public func start()
-  @objc final public func stop()
-  @objc deinit
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinterStatus) public class StarPrinterStatus : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var hasError: Swift.Bool {
-    get
-  }
-  @objc public var coverOpen: Swift.Bool {
-    get
-  }
-  @objc public var drawerOpenCloseSignal: Swift.Bool {
-    get
-  }
-  @objc public var paperEmpty: Swift.Bool {
-    get
-  }
-  @objc public var paperNearEmpty: Swift.Bool {
-    get
-  }
-  @objc public var reserved: Swift.Dictionary<Swift.String, Any> {
-    @objc get
-  }
-  @objc public var detail: StarIO10.StarPrinterStatusDetail {
-    @objc get
-  }
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Drawer {
-  @objc(STARIO10StarXpandCommandDrawerChannel) public enum Channel : Swift.Int {
-    case no1
-    case no2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10StarDeviceDiscoveryManager) public protocol StarDeviceDiscoveryManager {
-  @objc weak var delegate: StarIO10.StarDeviceDiscoveryManagerDelegate? { get set }
-  @objc var discoveryTime: Swift.Int { get set }
-  @objc(startDiscoveryWithError:) func startDiscovery() throws
-  @objc func stopDiscovery()
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterQRCodeParameter) public class QRCodeParameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc public var model: StarIO10.StarXpandCommand.Printer.QRCodeModel {
-      @objc get
-    }
-    @objc public func setModel(_ model: StarIO10.StarXpandCommand.Printer.QRCodeModel) -> Self
-    @objc public var level: StarIO10.StarXpandCommand.Printer.QRCodeLevel {
-      @objc get
-    }
-    @objc public func setLevel(_ level: StarIO10.StarXpandCommand.Printer.QRCodeLevel) -> Self
-    @objc public var cellSize: Swift.Int {
-      @objc get
-    }
-    @objc public func setCellSize(_ cellSize: Swift.Int) -> Self
-    @objc public init(content: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Buzzer {
-  @objc(STARIO10StarXpandCommandBuzzerChannel) public enum Channel : Swift.Int {
-    case no1
-    case no2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterPageModePrintDirection) public enum PageModePrintDirection : Swift.Int {
-    case bottomToTop
-    case leftToRight
-    case rightToLeft
-    case topToBottom
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10DrawerOpenedMethod) public enum DrawerOpenedMethod : Swift.Int, Swift.CustomStringConvertible {
-  @objc(STARIO10DrawerOpenedMethodByHand) case byHand
-  @objc(STARIO10DrawerOpenedMethodByCommand) case byCommand
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerBuilder) public class MelodySpeakerBuilder : ObjectiveC.NSObject {
-    @objc public func actionDriveRegisteredSound(_ parameter: StarIO10.StarXpandCommand.MelodySpeaker.DriveRegisteredSoundParameter) -> Self
-    @objc public func actionDriveOneTimeSound(_ parameter: StarIO10.StarXpandCommand.MelodySpeaker.DriveOneTimeSoundParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@objc(STARIO10InputDeviceDelegate) public protocol InputDeviceDelegate {
-  @objc func inputDevice(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func inputDeviceDidConnect(printer: StarIO10.StarPrinter)
-  @objc func inputDeviceDidDisconnect(printer: StarIO10.StarPrinter)
-  @objc func inputDevice(printer: StarIO10.StarPrinter, didReceive data: Foundation.Data)
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayCharacterEncodingType) public enum CharacterEncodingType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    case codePage
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objcMembers @objc(STARIO10StarXpandCommandDisplayPositionParameter) public class PositionParameter : ObjectiveC.NSObject {
-    @objc final public let x: Swift.Int
-    @objc final public let y: Swift.Int
-    @objc public init(x: Swift.Int, y: Swift.Int)
-    @objc deinit
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableDrawerOpenedMethod) public class NullableDrawerOpenedMethod : ObjectiveC.NSObject {
-  @objc public var value: StarIO10.DrawerOpenedMethod
-  @objc deinit
-}
-@objc(STARIO10SpoolJobState) public enum SpoolJobState : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case accepted
-  case printFailedByTimeoutBeforePrinting
-  case printing
-  case waitingPaperTaken
-  case waitingPrinterReady
-  case printSucceeded
-  case printFailedByPrinterError
-  case printFailedByTimeout
-  case printFailedByPowerOff
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterFontType) public enum FontType : Swift.Int {
-    case a
-    case b
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeAreaParameter) public class PageModeAreaParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Double
-    @objc final public let height: Swift.Double
-    @objc public var x: Swift.Double {
-      @objc get
-    }
-    @objc public func setX(_ x: Swift.Double) -> Self
-    @objc public var y: Swift.Double {
-      @objc get
-    }
-    @objc public func setY(_ y: Swift.Double) -> Self
-    @objc public init(width: Swift.Double, height: Swift.Double)
-    @objc deinit
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinterInformation) public class StarPrinterInformation : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var model: StarIO10.StarPrinterModel {
-    get
-  }
-  @objc public var emulation: StarIO10.StarPrinterEmulation {
-    get
-  }
-  @objc public var reserved: Swift.Dictionary<Swift.String, Any> {
-    @objc get
-  }
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterLineStyle) public enum LineStyle : Swift.Int {
-    case single
-    case double
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(STARIO10StarDeviceDiscoveryManagerFactory) public class StarDeviceDiscoveryManagerFactory : ObjectiveC.NSObject {
-  public static func create(interfaceTypes: [StarIO10.InterfaceType]) throws -> StarIO10.StarDeviceDiscoveryManager
-  @available(swift, obsoleted: 0.1)
-  @objc(createWithInterfaceTypes:error:) public static func create(interfaceTypes: [Swift.Int]) throws -> StarIO10.StarDeviceDiscoveryManager
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @objcMembers @objc(STARIO10StarXpandCommandPresenterLEDAutomaticBlinkParameter) public class LEDAutomaticBlinkParameter : ObjectiveC.NSObject {
-    @objc public init(type: StarIO10.StarXpandCommand.Presenter.LEDType)
-    @objc final public let type: StarIO10.StarXpandCommand.Presenter.LEDType
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterAlignment) public enum Alignment : Swift.Int {
-    case left
-    case center
-    case right
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinter) public class StarPrinter : ObjectiveC.NSObject {
-  @objc public var information: StarIO10.StarPrinterInformation? {
-    get
-  }
-  @objc public var connectionSettings: StarIO10.StarConnectionSettings {
-    get
-  }
-  @objc public var printerDelegate: StarIO10.PrinterDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var drawerDelegate: StarIO10.DrawerDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var inputDeviceDelegate: StarIO10.InputDeviceDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var displayDelegate: StarIO10.DisplayDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var openTimeout: Swift.Int
-  @objc public var getStatusTimeout: Swift.Int
-  @objc public var printTimeout: Swift.Int
-  @objc public var starConfigurationTimeout: Swift.Int
-  @objc(initWithConnectionSettings:) convenience public init(_ connectionSettings: StarIO10.StarConnectionSettings)
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeRectangleParameter) public class PageModeRectangleParameter : ObjectiveC.NSObject {
-    @objc final public let x: Swift.Double
-    @objc final public let y: Swift.Double
-    @objc final public let width: Swift.Double
-    @objc final public let height: Swift.Double
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var roundCorner: Swift.Bool {
-      @objc get
-    }
-    @objc public func setRoundCorner(_ roundCorner: Swift.Bool) -> Self
-    @objc public var cornerRadius: Swift.Double {
-      @objc get
-    }
-    @objc public func setCornerRadius(_ cornerRadius: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(x: Swift.Double, y: Swift.Double, width: Swift.Double, height: Swift.Double)
-    @objc deinit
-  }
-}
-public enum StarIO10Error : Swift.Error {
-  case unknown(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case argument(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case badResponse(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case communication(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case illegalDeviceState(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case inUse(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case invalidOperation(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case notFound(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unprintable(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none, status: StarIO10.StarPrinterStatus? = nil)
-  case authentication(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unsupportedModel(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unsupportedOSVersion(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-}
-extension StarIO10.StarIO10Error : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-extension StarIO10.StarIO10Error : Foundation.LocalizedError {
-  public var errorDescription: Swift.String? {
-    get
-  }
-  public var failureReason: Swift.String? {
-    get
-  }
-  public var recoverySuggestion: Swift.String? {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterImageParameter) public class ImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc final public let width: Swift.Int
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage, width: Swift.Int)
-    @objc deinit
-  }
-}
-@objc(STARIO10DrawerDelegate) public protocol DrawerDelegate {
-  @objc func drawer(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func drawer(printer: StarIO10.StarPrinter, didSwitch openCloseSignal: Swift.Bool)
-}
-@objc(STARIO10StarConfigurationSetResult) public enum StarConfigurationSetResult : Swift.Int, Swift.CustomStringConvertible {
-  case applied
-  case accepted
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBezelSettingBuilder) public class BezelSettingBuilder : ObjectiveC.NSObject {
-    @objc public func settingAutomaticPageLength(_ enable: Swift.Bool) -> Self
-    @objc public func settingLEDAutomaticBlink(_ parameter: StarIO10.StarXpandCommand.Bezel.LEDAutomaticBlinkParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterQRCodeLevel) public enum QRCodeLevel : Swift.Int {
-    case l
-    case m
-    case q
-    case h
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @objc(STARIO10StarXpandCommandPresenterLEDType) public enum LEDType : Swift.Int {
-    case holding
-    case error
-    case idle
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterLabelParameter) public class LabelParameter : ObjectiveC.NSObject {
-    @objc public func enable() -> Swift.Bool
-    @objc public func setEnable(_ enable: Swift.Bool) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objcMembers @objc(STARIO10StarXpandCommandDisplayImageParameter) public class ImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterLogoParameter) public class LogoParameter : ObjectiveC.NSObject {
-    @objc final public let keyCode: Swift.String
-    @objc public init(keyCode: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCharacterEncodingType) public enum CharacterEncodingType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    case codePage
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerDriveOneTimeSoundParameter) public class DriveOneTimeSoundParameter : ObjectiveC.NSObject {
-    @objc final public let source: Foundation.Data
-    @objc public var volume: Swift.Int {
-      @objc get
-    }
-    @objc public func setVolume(_ volume: Swift.Int) -> Self
-    @objc public init(source: Foundation.Data)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBlackMarkPosition) public enum BlackMarkPosition : Swift.Int {
-    case front
-    case back
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterPDF417Level) public enum PDF417Level : Swift.Int {
-    case ecc0
-    case ecc1
-    case ecc2
-    case ecc3
-    case ecc4
-    case ecc5
-    case ecc6
-    case ecc7
-    case ecc8
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@available(iOS 13.0, *)
-extension StarIO10.StarPrinter {
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func open() async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func close() async
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(raw: Foundation.Data) async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(command: Swift.String) async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(command: Swift.String, starSpoolJobSettings: StarIO10.StarSpoolJobSettings) async throws -> Swift.Int
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getStatus() async throws -> StarIO10.StarPrinterStatus
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getSpoolJobStatus(jobId: Swift.Int) async throws -> StarIO10.StarSpoolJobStatus
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getSpoolJobStatusList(size: Swift.Int) async throws -> [StarIO10.StarSpoolJobStatus]
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func setStarConfiguration(starConfiguration: Swift.String) async throws -> StarIO10.StarConfigurationSetResult
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getStarConfiguration(password: Swift.String? = nil) async throws -> Swift.String
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getDefaultStarConfiguration() async throws -> Swift.String
-  #endif
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayInternationalCharacterType) public enum InternationalCharacterType : Swift.Int {
-    case usa
-    case france
-    case germany
-    case uk
-    case denmark
-    case sweden
-    case italy
-    case spain
-    case japan
-    case norway
-    case denmark2
-    case spain2
-    case latinAmerica
-    case korea
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Drawer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDrawerOpenParameter) public class OpenParameter : ObjectiveC.NSObject {
-    @objc public var channel: StarIO10.StarXpandCommand.Drawer.Channel {
-      @objc get
-    }
-    @objc public func setChannel(_ channel: StarIO10.StarXpandCommand.Drawer.Channel) -> Self
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterBarcodeParameter) public class BarcodeParameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc final public let symbology: StarIO10.StarXpandCommand.Printer.BarcodeSymbology
-    @objc public var printHRI: Swift.Bool {
-      @objc get
-    }
-    @objc public func setPrintHRI(_ printHRI: Swift.Bool) -> Self
-    @objc public var barDots: Swift.Int {
-      @objc get
-    }
-    @objc public func setBarDots(_ barDots: Swift.Int) -> Self
-    @objc public var barRatioLevel: StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel {
-      @objc get
-    }
-    @objc public func setBarRatioLevel(_ barRatioLevel: StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel) -> Self
-    @objc public var height: Swift.Double {
-      @objc get
-    }
-    @objc public func setHeight(_ height: Swift.Double) -> Self
-    @objc public init(content: Swift.String, symbology: StarIO10.StarXpandCommand.Printer.BarcodeSymbology)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterQRCodeModel) public enum QRCodeModel : Swift.Int {
-    case model1
-    case model2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDrawerBuilder) public class DrawerBuilder : ObjectiveC.NSObject {
-    @objc public func actionOpen(_ parameter: StarIO10.StarXpandCommand.Drawer.OpenParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@objc(STARIO10StarPrinterModel) public enum StarPrinterModel : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  @objc(STARIO10StarPrinterModelTSP650II) case tsp650II
-  @objc(STARIO10StarPrinterModelTSP700II) case tsp700II
-  @objc(STARIO10StarPrinterModelTSP800II) case tsp800II
-  @objc(STARIO10StarPrinterModelFVP10) case fvp10
-  @objc(STARIO10StarPrinterModelTSP100LAN) case tsp100LAN
-  @objc(STARIO10StarPrinterModelTSP100IIIW) case tsp100IIIW
-  @objc(STARIO10StarPrinterModelTSP100IIILAN) case tsp100IIILAN
-  @objc(STARIO10StarPrinterModelTSP100IIIBI) case tsp100IIIBI
-  @objc(STARIO10StarPrinterModelTSP100IIIU) case tsp100IIIU
-  @objc(STARIO10StarPrinterModelTSP100IV_SK) case tsp100IV_SK
-  @objc(STARIO10StarPrinterModelTSP100IV) case tsp100IV
-  @objc(STARIO10StarPrinterModelmPOP) case mPOP
-  @objc(STARIO10StarPrinterModelmC_Print2) case mC_Print2
-  @objc(STARIO10StarPrinterModelmC_Print3) case mC_Print3
-  @objc(STARIO10StarPrinterModelmC_Label3) case mC_Label3
-  @objc(STARIO10StarPrinterModelSM_S210i) case sm_S210i
-  @objc(STARIO10StarPrinterModelSM_S230i) case sm_S230i
-  @objc(STARIO10StarPrinterModelSM_T300i) case sm_T300i
-  @objc(STARIO10StarPrinterModelSM_T400i) case sm_T400i
-  @objc(STARIO10StarPrinterModelSM_L200) case sm_L200
-  @objc(STARIO10StarPrinterModelSM_L300) case sm_L300
-  @objc(STARIO10StarPrinterModelBSC10) case bsc10
-  @objc(STARIO10StarPrinterModelTSP043) case tsp043
-  @objc(STARIO10StarPrinterModelSP700) case sp700
-  @objc(STARIO10StarPrinterModelTUP500) case tup500
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeImageParameter) public class PageModeImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc final public let x: Swift.Double
-    @objc final public let y: Swift.Double
-    @objc final public let width: Swift.Int
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage, x: Swift.Double, y: Swift.Double, width: Swift.Int)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPageModeBuilder) public class PageModeBuilder : ObjectiveC.NSObject {
-    @objc public func stylePrintDirection(_ direction: StarIO10.StarXpandCommand.Printer.PageModePrintDirection) -> Self
-    @objc public func styleFont(_ type: StarIO10.StarXpandCommand.Printer.FontType) -> Self
-    @objc public func styleBold(_ enable: Swift.Bool) -> Self
-    @objc public func styleInvert(_ enable: Swift.Bool) -> Self
-    @objc public func styleUnderLine(_ enable: Swift.Bool) -> Self
-    @objc public func styleMagnification(_ parameter: StarIO10.StarXpandCommand.MagnificationParameter) -> Self
-    @objc public func styleCharacterSpace(_ width: Swift.Double) -> Self
-    @objc public func styleLineSpace(_ height: Swift.Double) -> Self
-    @objc public func styleVerticalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleVerticalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalTabPositions(_ positions: [Swift.Int]) -> Self
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Printer.InternationalCharacterType) -> Self
-    @objc public func styleSecondPriorityCharacterEncoding(_ type: StarIO10.StarXpandCommand.Printer.CharacterEncodingType) -> Self
-    public func styleCJKCharacterPriority(_ types: [StarIO10.StarXpandCommand.Printer.CJKCharacterType]) -> Self
-    @available(swift, obsoleted: 0.1)
-    @objc(styleCJKCharacterPriority:) public func styleCJKCharacterPriority(_ types: [Swift.Int]) -> Self
-    @objc public func actionPrintText(_ content: Swift.String) -> Self
-    @objc public func actionPrintBarcode(_ parameter: StarIO10.StarXpandCommand.Printer.BarcodeParameter) -> Self
-    @objc public func actionPrintPDF417(_ parameter: StarIO10.StarXpandCommand.Printer.PDF417Parameter) -> Self
-    @objc public func actionPrintQRCode(_ parameter: StarIO10.StarXpandCommand.Printer.QRCodeParameter) -> Self
-    @objc public func actionPrintImage(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeImageParameter) -> Self
-    @objc public func actionPrintRuledLine(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeRuledLineParameter) -> Self
-    @objc public func actionPrintRectangle(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeRectangleParameter) -> Self
-    @objc public func add(_ builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc public func addPageMode(parameter: StarIO10.StarXpandCommand.Printer.PageModeAreaParameter, builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarIO10Error : Foundation.CustomNSError {
-  public static var errorDomain: Swift.String {
-    get
-  }
-  public var errorCode: Swift.Int {
-    get
-  }
-  public var errorUserInfo: [Swift.String : Any] {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPresenterModeParameter) public class ModeParameter : ObjectiveC.NSObject {
-    @objc public var loop: Swift.Bool {
-      @objc get
-    }
-    @objc public func setLoop(_ loop: Swift.Bool) -> Self
-    @objc public var hold: Swift.Bool {
-      @objc get
-    }
-    @objc public func setHold(_ hold: Swift.Bool) -> Self
-    @objc public var retract: Swift.Bool {
-      @objc get
-    }
-    @objc public func setRetract(_ retract: Swift.Bool) -> Self
-    @objc public var holdTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setHoldTime(_ holdTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterBuilder) public class PrinterBuilder : ObjectiveC.NSObject {
-    @objc public func styleAlignment(_ position: StarIO10.StarXpandCommand.Printer.Alignment) -> Self
-    @objc public func styleFont(_ type: StarIO10.StarXpandCommand.Printer.FontType) -> Self
-    @objc public func styleBold(_ enable: Swift.Bool) -> Self
-    @objc public func styleInvert(_ enable: Swift.Bool) -> Self
-    @objc public func styleUnderLine(_ enable: Swift.Bool) -> Self
-    @objc public func styleMagnification(_ parameter: StarIO10.StarXpandCommand.MagnificationParameter) -> Self
-    @objc public func styleCharacterSpace(_ width: Swift.Double) -> Self
-    @objc public func styleLineSpace(_ height: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalTabPositions(_ position: [Swift.Int]) -> Self
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Printer.InternationalCharacterType) -> Self
-    @objc public func styleSecondPriorityCharacterEncoding(_ type: StarIO10.StarXpandCommand.Printer.CharacterEncodingType) -> Self
-    public func styleCJKCharacterPriority(_ types: [StarIO10.StarXpandCommand.Printer.CJKCharacterType]) -> Self
-    @available(swift, obsoleted: 0.1)
-    @objc(styleCJKCharacterPriority:) public func styleCJKCharacterPriority(_ types: [Swift.Int]) -> Self
-    @objc public func actionCut(_ type: StarIO10.StarXpandCommand.Printer.CutType) -> Self
-    @objc public func actionFeed(_ height: Swift.Double) -> Self
-    @objc public func actionFeedLine(_ lines: Swift.Int) -> Self
-    @objc public func actionPrintText(_ content: Swift.String) -> Self
-    @objc public func actionPrintLogo(_ parameter: StarIO10.StarXpandCommand.Printer.LogoParameter) -> Self
-    @objc public func actionPrintBarcode(_ parameter: StarIO10.StarXpandCommand.Printer.BarcodeParameter) -> Self
-    @objc public func actionPrintPDF417(_ parameter: StarIO10.StarXpandCommand.Printer.PDF417Parameter) -> Self
-    @objc public func actionPrintQRCode(_ parameter: StarIO10.StarXpandCommand.Printer.QRCodeParameter) -> Self
-    @objc public func actionPrintImage(_ parameter: StarIO10.StarXpandCommand.Printer.ImageParameter) -> Self
-    @objc public func actionPrintRuledLine(_ parameter: StarIO10.StarXpandCommand.Printer.RuledLineParameter) -> Self
-    @objc public func add(_ builder: StarIO10.StarXpandCommand.PrinterBuilder) -> Self
-    @objc public func addPageMode(parameter: StarIO10.StarXpandCommand.Printer.PageModeAreaParameter, builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Buzzer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuzzerDriveParameter) public class DriveParameter : ObjectiveC.NSObject {
-    @objc public var channel: StarIO10.StarXpandCommand.Buzzer.Channel {
-      @objc get
-    }
-    @objc public func setChannel(_ channel: StarIO10.StarXpandCommand.Buzzer.Channel) -> Self
-    @objc public var `repeat`: Swift.Int {
-      @objc get
-    }
-    @objc public func setRepeat(_ repeat: Swift.Int) -> Self
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterInternationalCharacterType) public enum InternationalCharacterType : Swift.Int {
-    case usa
-    case france
-    case germany
-    case uk
-    case denmark
-    case sweden
-    case italy
-    case spain
-    case japan
-    case norway
-    case denmark2
-    case spain2
-    case latinAmerica
-    case korea
-    case ireland
-    case slovenia
-    case croatia
-    case china
-    case vietnam
-    case arabic
-    case legal
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10StarDeviceDiscoveryManagerDelegate) public protocol StarDeviceDiscoveryManagerDelegate {
-  @objc(manager:didFindPrinter:) func manager(_ manager: StarIO10.StarDeviceDiscoveryManager, didFind printer: StarIO10.StarPrinter)
-  @objc func managerDidFinishDiscovery(_ manager: StarIO10.StarDeviceDiscoveryManager)
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBarcodeSymbology) public enum BarcodeSymbology : Swift.Int {
-    case upcE
-    case upcA
-    case jan8
-    case ean8
-    case jan13
-    case ean13
-    case code39
-    case itf
-    case code128
-    case code93
-    case nw7
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10ErrorCode) public enum StarIO10ErrorCode : Swift.Int, Swift.CaseIterable {
-  @objc(STARIO10ErrorCodeNone) case none = 0
-  @objc(STARIO10ErrorCodeDeviceHasError) case deviceHasError = 1000
-  @objc(STARIO10ErrorCodePrinterHoldingPaper) case printerHoldingPaper = 1001
-  @objc(STARIO10ErrorCodePrintingTimeout) case printingTimeout = 1002
-  @objc(STARIO10ErrorCodeBluetoothUnavailable) case bluetoothUnavailable = 2000
-  @objc(STARIO10ErrorCodeNetworkUnavailable) case networkUnavailable = 2001
-  @objc(STARIO10ErrorCodeSpoolerIsDisabled) case spoolerIsDisabled = 3000
-  @objc(STARIO10ErrorCodeSpoolerBufferIsNotEnough) case spoolerBufferIsNotEnough = 3001
-  @objc(STARIO10ErrorCodeSpoolerJobIdNotExists) case spoolerJobIdNotExists = 3002
-  @objc(STARIO10ErrorCodeInvalidPassword) case invalidPassword = 4000
-  @objc(STARIO10ErrorCodeNeedToChangePassword) case needToChangePassword = 4001
-  @objc(STARIO10ErrorCodeJsonFormatError) case jsonFormatError = 5000
-  @objc(STARIO10ErrorCodeStarConfigurationFormatError) case starConfigurationFormatError = 6000
-  @objc(STARIO10ErrorCodeStarConfigurationParameterError) case starConfigurationParameterError = 6001
-  @objc(STARIO10ErrorCodeStarConfigurationSpecifiedFileError) case starConfigurationSpecifiedFileError = 6002
-  public init?(rawValue: Swift.Int)
-  public typealias AllCases = [StarIO10.StarIO10ErrorCode]
-  public typealias RawValue = Swift.Int
-  public static var allCases: [StarIO10.StarIO10ErrorCode] {
-    get
-  }
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarIO10ErrorCode : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterRuledLineParameter) public class RuledLineParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Double
-    @objc public var x: Swift.Double {
-      @objc get
-    }
-    @objc public func setX(_ x: Swift.Double) -> Self
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(width: Swift.Double)
-    @objc deinit
-  }
-}
-@objcMembers @objc(STARIO10StarConnectionSettings) public class StarConnectionSettings : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public static let FIRST_FOUND_DEVICE: Swift.String
-  @objc public var interfaceType: StarIO10.InterfaceType
-  @objc public var identifier: Swift.String
-  @objc public var autoSwitchInterface: Swift.Bool
-  @objc public init(interfaceType: StarIO10.InterfaceType, identifier: Swift.String = FIRST_FOUND_DEVICE, autoSwitchInterface: Swift.Bool = false)
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objc(STARIO10StarXpandCommandMelodySpeakerSoundStorageArea) public enum SoundStorageArea : Swift.Int {
-    case area1
-    case area2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableInt) public class NullableInt : ObjectiveC.NSObject {
-  @objc public var value: Swift.Int
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel) public enum BarcodeBarRatioLevel : Swift.Int {
-    case levelPlus1
-    case level0
-    case levelMinus1
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeRuledLineParameter) public class PageModeRuledLineParameter : ObjectiveC.NSObject {
-    @objc final public let xStart: Swift.Double
-    @objc final public let yStart: Swift.Double
-    @objc final public let xEnd: Swift.Double
-    @objc final public let yEnd: Swift.Double
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(xStart: Swift.Double, yStart: Swift.Double, xEnd: Swift.Double, yEnd: Swift.Double)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDocumentBuilder) public class DocumentBuilder : ObjectiveC.NSObject {
-    @objc public func settingTopMargin(_ height: Swift.Double) -> Self
-    @objc public func settingBlackMark(_ parameter: StarIO10.StarXpandCommand.Printer.BlackMarkParameter) -> Self
-    @objc public func settingLabel(_ parameter: StarIO10.StarXpandCommand.Printer.LabelParameter) -> Self
-    @objc public func settingHoldPrint(_ parameter: StarIO10.StarXpandCommand.Printer.HoldPrintParameter) -> Self
-    @objc public func settingPrintableArea(_ width: Swift.Double) -> Self
-    @objc public func addPrinter(_ builder: StarIO10.StarXpandCommand.PrinterBuilder) -> Self
-    @objc public func addDrawer(_ builder: StarIO10.StarXpandCommand.DrawerBuilder) -> Self
-    @objc public func addBuzzer(_ builder: StarIO10.StarXpandCommand.BuzzerBuilder) -> Self
-    @objc public func addMelodySpeaker(_ builder: StarIO10.StarXpandCommand.MelodySpeakerBuilder) -> Self
-    @objc public func addDisplay(_ builder: StarIO10.StarXpandCommand.DisplayBuilder) -> Self
-    @objc public func addRaw(_ content: Foundation.Data) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterHoldPrintParameter) public class HoldPrintParameter : ObjectiveC.NSObject {
-    @objc final public let enable: Swift.Bool
-    @objc public init(enable: Swift.Bool)
-    @objc deinit
-  }
-}
-@objc(STARIO10InterfaceType) public enum InterfaceType : Swift.Int, Swift.CustomStringConvertible {
-  @objc(STARIO10InterfaceTypeUnknown) case unknown
-  @objc(STARIO10InterfaceTypeUSB) case usb
-  @objc(STARIO10InterfaceTypeBluetooth) case bluetooth
-  @objc(STARIO10InterfaceTypeBluetoothLE) case bluetoothLE
-  @objc(STARIO10InterfaceTypeLAN) case lan
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableBool) public class NullableBool : ObjectiveC.NSObject {
-  @objc public var value: Swift.Bool
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuzzerBuilder) public class BuzzerBuilder : ObjectiveC.NSObject {
-    @objc public func actionDrive(_ parameter: StarIO10.StarXpandCommand.Buzzer.DriveParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommand) public class StarXpandCommand : ObjectiveC.NSObject {
-  @objc @_inheritsConvenienceInitializers public class Printer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Buzzer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Drawer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class MelodySpeaker : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Presenter : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Display : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Bezel : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc override dynamic public init()
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCutType) public enum CutType : Swift.Int {
-    case full
-    case partial
-    case fullDirect
-    case partialDirect
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuilder) public class StarXpandCommandBuilder : ObjectiveC.NSObject {
-    @objc public var preSetting: StarIO10.StarXpandCommand.PreSettingBuilder?
-    @objc public func addDocument(_ builder: StarIO10.StarXpandCommand.DocumentBuilder) -> Self
-    @objc public func getCommands() -> Swift.String
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCJKCharacterType) public enum CJKCharacterType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPresenterSettingBuilder) public class PresenterSettingBuilder : ObjectiveC.NSObject {
-    @objc public func settingMode(_ parameter: StarIO10.StarXpandCommand.Presenter.ModeParameter) -> Self
-    @objc public func settingLEDAutomaticBlink(parameter: StarIO10.StarXpandCommand.Presenter.LEDAutomaticBlinkParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarPrinterEmulation : Swift.Equatable {}
-extension StarIO10.StarPrinterEmulation : Swift.Hashable {}
-extension StarIO10.StarPrinterEmulation : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.RawRepresentable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.Equatable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.Hashable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.RawRepresentable {}
-extension StarIO10.DrawerOpenedMethod : Swift.Equatable {}
-extension StarIO10.DrawerOpenedMethod : Swift.Hashable {}
-extension StarIO10.DrawerOpenedMethod : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.RawRepresentable {}
-extension StarIO10.SpoolJobState : Swift.Equatable {}
-extension StarIO10.SpoolJobState : Swift.Hashable {}
-extension StarIO10.SpoolJobState : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.RawRepresentable {}
-extension StarIO10.StarConfigurationSetResult : Swift.Equatable {}
-extension StarIO10.StarConfigurationSetResult : Swift.Hashable {}
-extension StarIO10.StarConfigurationSetResult : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.RawRepresentable {}
-extension StarIO10.StarPrinterModel : Swift.Equatable {}
-extension StarIO10.StarPrinterModel : Swift.Hashable {}
-extension StarIO10.StarPrinterModel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.RawRepresentable {}
-extension StarIO10.StarIO10ErrorCode : Swift.Equatable {}
-extension StarIO10.StarIO10ErrorCode : Swift.Hashable {}
-extension StarIO10.StarIO10ErrorCode : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.RawRepresentable {}
-extension StarIO10.InterfaceType : Swift.Equatable {}
-extension StarIO10.InterfaceType : Swift.Hashable {}
-extension StarIO10.InterfaceType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.RawRepresentable {}
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftdoc
deleted file mode 100644
index 20b87af8ad4bb023688e98b75300f1ff94681143..0000000000000000000000000000000000000000
Binary files a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftdoc and /dev/null differ
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftinterface
deleted file mode 100644
index c726c45ddc0e3493ad124df358398f7b14896153..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ /dev/null
@@ -1,1460 +0,0 @@
-// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name StarIO10
-// swift-module-flags-ignorable: -enable-bare-slash-regex
-import CoreBluetooth
-import ExternalAccessory
-import Foundation
-import Network
-@_exported import StarIO10
-import StarIO10.StarLogger
-import StarIO10.StarXpandCommandParserWrapper
-import Swift
-import UIKit
-import _Concurrency
-import _StringProcessing
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarSpoolJobStatus) public class StarSpoolJobStatus : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var jobId: Swift.Int {
-    get
-  }
-  @objc public var jobState: StarIO10.SpoolJobState {
-    get
-  }
-  @objc public var elapsedTime: Swift.Int {
-    get
-  }
-  @objc public var jobReceivedInterface: StarIO10.SpoolJobReceivedInterface {
-    get
-  }
-  @objc public var appInfo: Swift.String {
-    get
-  }
-  @objc public var hostModel: Swift.String {
-    get
-  }
-  @objc public var hostOS: Swift.String {
-    get
-  }
-  @objc public var hostIpAddress: Swift.String {
-    get
-  }
-  @objc public var jobSettings: StarIO10.StarSpoolJobSettings {
-    get
-  }
-  @objc deinit
-}
-extension StarIO10.StarPrinter {
-  @objc dynamic public func open(completion: @escaping (Swift.Error?) -> Swift.Void)
-  @objc dynamic public func close(completion: @escaping () -> Swift.Void)
-  @objc dynamic public func print(raw: Foundation.Data, completion: @escaping (Swift.Error?) -> Swift.Void)
-  @objc dynamic public func print(command: Swift.String, completion: @escaping (Swift.Error?) -> Swift.Void)
-  public func print(command: Swift.String, starSpoolJobSettings: StarIO10.StarSpoolJobSettings, completion: @escaping (Swift.Int?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getStatus(completion: @escaping (StarIO10.StarPrinterStatus?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getSpoolJobStatus(jobId: Swift.Int, completion: @escaping (StarIO10.StarSpoolJobStatus?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getSpoolJobStatusList(size: Swift.Int, completion: @escaping ([StarIO10.StarSpoolJobStatus]?, Swift.Error?) -> Swift.Void)
-  public func setStarConfiguration(starConfiguration: Swift.String, completion: @escaping (StarIO10.StarConfigurationSetResult?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getStarConfiguration(password: Swift.String? = nil, completion: @escaping (Swift.String?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getDefaultStarConfiguration(completion: @escaping (Swift.String?, Swift.Error?) -> Swift.Void)
-}
-@objc(STARIO10StarPrinterEmulation) public enum StarPrinterEmulation : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case starLine
-  case starDot
-  case starGraphic
-  case starPRNT
-  case escPos
-  case escPosMobile
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayCursorState) public enum CursorState : Swift.Int {
-    case on
-    case blink
-    case off
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDisplayBuilder) public class DisplayBuilder : ObjectiveC.NSObject {
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Display.InternationalCharacterType) -> Self
-    @objc public func styleCharacterEncoding(_ type: StarIO10.StarXpandCommand.Display.CharacterEncodingType) -> Self
-    @objc public func styleCursorPositionTo(_ parameter: StarIO10.StarXpandCommand.Display.PositionParameter) -> Self
-    @objc public func actionClearLine() -> Self
-    @objc public func actionClearAll() -> Self
-    @objc public func actionSetBackLightState(_ on: Swift.Bool) -> Self
-    @objc public func actionSetCursorState(_ state: StarIO10.StarXpandCommand.Display.CursorState) -> Self
-    @objc public func actionSetContrast(_ value: StarIO10.StarXpandCommand.Display.Contrast) -> Self
-    @objc public func actionShowText(_ content: Swift.String) -> Self
-    @objc public func actionShowImage(_ parameter: StarIO10.StarXpandCommand.Display.ImageParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @objcMembers @objc(STARIO10StarXpandCommandMagnificationParameter) public class MagnificationParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Int
-    @objc final public let height: Swift.Int
-    @objc public init(width: Swift.Int, height: Swift.Int)
-    @objc deinit
-  }
-}
-@objc(STARIO10StarPrinterStatusDetail) public protocol StarPrinterStatusDetail {
-  @objc var nullableCutterError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperSeparatorError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperJamError: StarIO10.NullableBool? { get }
-  @objc var nullableRollPositionError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperPresent: StarIO10.NullableBool? { get }
-  @objc var nullableDrawerOpenError: StarIO10.NullableBool? { get }
-  @objc var nullablePrintUnitOpen: StarIO10.NullableBool? { get }
-  @objc var nullableDrawer1OpenedMethod: StarIO10.NullableDrawerOpenedMethod? { get }
-  @objc var nullableDrawer1OpenCloseSignal: StarIO10.NullableBool? { get }
-  @objc var nullableDrawer2OpenedMethod: StarIO10.NullableDrawerOpenedMethod? { get }
-  @objc var nullableDrawer2OpenCloseSignal: StarIO10.NullableBool? { get }
-  @objc var nullableExternalDevice1Connected: StarIO10.NullableBool? { get }
-  @objc var nullableExternalDevice2Connected: StarIO10.NullableBool? { get }
-  @objc var nullablePartsReplacementNotification: StarIO10.NullableBool? { get }
-  @objc var nullableCleaningNotification: StarIO10.NullableBool? { get }
-  @objc var nullableDetectedPaperWidth: StarIO10.NullableInt? { get }
-}
-@objcMembers @objc(STARIO10StarSpoolJobSettings) public class StarSpoolJobSettings : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var isRetryEnabled: Swift.Bool {
-    get
-  }
-  @objc public var timeout: Swift.Int {
-    get
-  }
-  @objc public var note: Swift.String {
-    get
-  }
-  @objc public init(isRetryEnabled: Swift.Bool, timeout: Swift.Int, note: Swift.String = "")
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Bezel {
-  @objc(STARIO10StarXpandCommandBezelLEDType) public enum LEDType : Swift.Int {
-    case holding
-    case error
-    case idle
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_inheritsConvenienceInitializers @objc public class Internal : ObjectiveC.NSObject {
-  @_inheritsConvenienceInitializers @objc(STARIO10InternalInterface) @objcMembers public class InternalInterface : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc public static func appendLogHeader(_ header: Swift.String)
-    @objc deinit
-  }
-  @objc override dynamic public init()
-  @objc deinit
-}
-@objc(STARIO10SpoolJobReceivedInterface) public enum SpoolJobReceivedInterface : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case usbPrinterClass
-  case usbAOA
-  case usbiAP
-  case bluetooth
-  case lan
-  case cloudPRNT
-  case webPRNT
-  case smcs
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-@objc(STARIO10DisplayDelegate) public protocol DisplayDelegate {
-  @objc func display(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func displayDidConnect(printer: StarIO10.StarPrinter)
-  @objc func displayDidDisconnect(printer: StarIO10.StarPrinter)
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerDriveRegisteredSoundParameter) public class DriveRegisteredSoundParameter : ObjectiveC.NSObject {
-    @objc final public let area: StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea
-    @objc final public let number: Swift.Int
-    @objc public var volume: Swift.Int {
-      @objc get
-    }
-    @objc public func setVolume(_ volume: Swift.Int) -> Self
-    @objc public init(area: StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea, number: Swift.Int)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPreSettingBuilder) public class PreSettingBuilder : ObjectiveC.NSObject {
-    @objc public func addPresenterSetting(_ builder: StarIO10.StarXpandCommand.PresenterSettingBuilder) -> Self
-    @objc public func addBezelSetting(_ builder: StarIO10.StarXpandCommand.BezelSettingBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Bezel {
-  @objcMembers @objc(STARIO10StarXpandCommandBezelLEDAutomaticBlinkParameter) public class LEDAutomaticBlinkParameter : ObjectiveC.NSObject {
-    @objc public init(type: StarIO10.StarXpandCommand.Bezel.LEDType)
-    @objc public var type: StarIO10.StarXpandCommand.Bezel.LEDType {
-      get
-    }
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc deinit
-  }
-}
-@objc(STARIO10PrinterDelegate) public protocol PrinterDelegate {
-  @objc func printer(_ printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func printerIsReady(_ printer: StarIO10.StarPrinter)
-  @objc func printerDidHaveError(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperReady(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperNearEmpty(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperEmpty(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsCoverOpen(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsCoverClose(_ printer: StarIO10.StarPrinter)
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterBlackMarkParameter) public class BlackMarkParameter : ObjectiveC.NSObject {
-    @objc public var enable: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEnable(_ enable: Swift.Bool) -> Self
-    @objc public var position: StarIO10.StarXpandCommand.Printer.BlackMarkPosition {
-      @objc get
-    }
-    @objc public func setPosition(_ position: StarIO10.StarXpandCommand.Printer.BlackMarkPosition) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPDF417Parameter) public class PDF417Parameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc public var column: Swift.Int {
-      @objc get
-    }
-    @objc public func setColumn(_ column: Swift.Int) -> Self
-    @objc public var line: Swift.Int {
-      @objc get
-    }
-    @objc public func setLine(_ line: Swift.Int) -> Self
-    @objc public var module: Swift.Int {
-      @objc get
-    }
-    @objc public func setModule(_ module: Swift.Int) -> Self
-    @objc public var aspect: Swift.Int {
-      @objc get
-    }
-    @objc public func setAspect(_ aspect: Swift.Int) -> Self
-    @objc public var level: StarIO10.StarXpandCommand.Printer.PDF417Level {
-      @objc get
-    }
-    @objc public func setLevel(_ level: StarIO10.StarXpandCommand.Printer.PDF417Level) -> Self
-    @objc public init(content: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayContrast) public enum Contrast : Swift.Int {
-    case plus3
-    case plus2
-    case plus1
-    case `default`
-    case minus1
-    case minus2
-    case minus3
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension CoreBluetooth.CBManagerState : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(STARIO10Logger) @objcMembers final public class StarIO10Logger : ObjectiveC.NSObject {
-  @objc(sharedObject) public static let shared: StarIO10.StarIO10Logger
-  @objc final public func start()
-  @objc final public func stop()
-  @objc deinit
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinterStatus) public class StarPrinterStatus : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var hasError: Swift.Bool {
-    get
-  }
-  @objc public var coverOpen: Swift.Bool {
-    get
-  }
-  @objc public var drawerOpenCloseSignal: Swift.Bool {
-    get
-  }
-  @objc public var paperEmpty: Swift.Bool {
-    get
-  }
-  @objc public var paperNearEmpty: Swift.Bool {
-    get
-  }
-  @objc public var reserved: Swift.Dictionary<Swift.String, Any> {
-    @objc get
-  }
-  @objc public var detail: StarIO10.StarPrinterStatusDetail {
-    @objc get
-  }
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Drawer {
-  @objc(STARIO10StarXpandCommandDrawerChannel) public enum Channel : Swift.Int {
-    case no1
-    case no2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10StarDeviceDiscoveryManager) public protocol StarDeviceDiscoveryManager {
-  @objc weak var delegate: StarIO10.StarDeviceDiscoveryManagerDelegate? { get set }
-  @objc var discoveryTime: Swift.Int { get set }
-  @objc(startDiscoveryWithError:) func startDiscovery() throws
-  @objc func stopDiscovery()
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterQRCodeParameter) public class QRCodeParameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc public var model: StarIO10.StarXpandCommand.Printer.QRCodeModel {
-      @objc get
-    }
-    @objc public func setModel(_ model: StarIO10.StarXpandCommand.Printer.QRCodeModel) -> Self
-    @objc public var level: StarIO10.StarXpandCommand.Printer.QRCodeLevel {
-      @objc get
-    }
-    @objc public func setLevel(_ level: StarIO10.StarXpandCommand.Printer.QRCodeLevel) -> Self
-    @objc public var cellSize: Swift.Int {
-      @objc get
-    }
-    @objc public func setCellSize(_ cellSize: Swift.Int) -> Self
-    @objc public init(content: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Buzzer {
-  @objc(STARIO10StarXpandCommandBuzzerChannel) public enum Channel : Swift.Int {
-    case no1
-    case no2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterPageModePrintDirection) public enum PageModePrintDirection : Swift.Int {
-    case bottomToTop
-    case leftToRight
-    case rightToLeft
-    case topToBottom
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10DrawerOpenedMethod) public enum DrawerOpenedMethod : Swift.Int, Swift.CustomStringConvertible {
-  @objc(STARIO10DrawerOpenedMethodByHand) case byHand
-  @objc(STARIO10DrawerOpenedMethodByCommand) case byCommand
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerBuilder) public class MelodySpeakerBuilder : ObjectiveC.NSObject {
-    @objc public func actionDriveRegisteredSound(_ parameter: StarIO10.StarXpandCommand.MelodySpeaker.DriveRegisteredSoundParameter) -> Self
-    @objc public func actionDriveOneTimeSound(_ parameter: StarIO10.StarXpandCommand.MelodySpeaker.DriveOneTimeSoundParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@objc(STARIO10InputDeviceDelegate) public protocol InputDeviceDelegate {
-  @objc func inputDevice(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func inputDeviceDidConnect(printer: StarIO10.StarPrinter)
-  @objc func inputDeviceDidDisconnect(printer: StarIO10.StarPrinter)
-  @objc func inputDevice(printer: StarIO10.StarPrinter, didReceive data: Foundation.Data)
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayCharacterEncodingType) public enum CharacterEncodingType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    case codePage
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objcMembers @objc(STARIO10StarXpandCommandDisplayPositionParameter) public class PositionParameter : ObjectiveC.NSObject {
-    @objc final public let x: Swift.Int
-    @objc final public let y: Swift.Int
-    @objc public init(x: Swift.Int, y: Swift.Int)
-    @objc deinit
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableDrawerOpenedMethod) public class NullableDrawerOpenedMethod : ObjectiveC.NSObject {
-  @objc public var value: StarIO10.DrawerOpenedMethod
-  @objc deinit
-}
-@objc(STARIO10SpoolJobState) public enum SpoolJobState : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case accepted
-  case printFailedByTimeoutBeforePrinting
-  case printing
-  case waitingPaperTaken
-  case waitingPrinterReady
-  case printSucceeded
-  case printFailedByPrinterError
-  case printFailedByTimeout
-  case printFailedByPowerOff
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterFontType) public enum FontType : Swift.Int {
-    case a
-    case b
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeAreaParameter) public class PageModeAreaParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Double
-    @objc final public let height: Swift.Double
-    @objc public var x: Swift.Double {
-      @objc get
-    }
-    @objc public func setX(_ x: Swift.Double) -> Self
-    @objc public var y: Swift.Double {
-      @objc get
-    }
-    @objc public func setY(_ y: Swift.Double) -> Self
-    @objc public init(width: Swift.Double, height: Swift.Double)
-    @objc deinit
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinterInformation) public class StarPrinterInformation : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var model: StarIO10.StarPrinterModel {
-    get
-  }
-  @objc public var emulation: StarIO10.StarPrinterEmulation {
-    get
-  }
-  @objc public var reserved: Swift.Dictionary<Swift.String, Any> {
-    @objc get
-  }
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterLineStyle) public enum LineStyle : Swift.Int {
-    case single
-    case double
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(STARIO10StarDeviceDiscoveryManagerFactory) public class StarDeviceDiscoveryManagerFactory : ObjectiveC.NSObject {
-  public static func create(interfaceTypes: [StarIO10.InterfaceType]) throws -> StarIO10.StarDeviceDiscoveryManager
-  @available(swift, obsoleted: 0.1)
-  @objc(createWithInterfaceTypes:error:) public static func create(interfaceTypes: [Swift.Int]) throws -> StarIO10.StarDeviceDiscoveryManager
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @objcMembers @objc(STARIO10StarXpandCommandPresenterLEDAutomaticBlinkParameter) public class LEDAutomaticBlinkParameter : ObjectiveC.NSObject {
-    @objc public init(type: StarIO10.StarXpandCommand.Presenter.LEDType)
-    @objc final public let type: StarIO10.StarXpandCommand.Presenter.LEDType
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterAlignment) public enum Alignment : Swift.Int {
-    case left
-    case center
-    case right
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinter) public class StarPrinter : ObjectiveC.NSObject {
-  @objc public var information: StarIO10.StarPrinterInformation? {
-    get
-  }
-  @objc public var connectionSettings: StarIO10.StarConnectionSettings {
-    get
-  }
-  @objc public var printerDelegate: StarIO10.PrinterDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var drawerDelegate: StarIO10.DrawerDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var inputDeviceDelegate: StarIO10.InputDeviceDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var displayDelegate: StarIO10.DisplayDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var openTimeout: Swift.Int
-  @objc public var getStatusTimeout: Swift.Int
-  @objc public var printTimeout: Swift.Int
-  @objc public var starConfigurationTimeout: Swift.Int
-  @objc(initWithConnectionSettings:) convenience public init(_ connectionSettings: StarIO10.StarConnectionSettings)
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeRectangleParameter) public class PageModeRectangleParameter : ObjectiveC.NSObject {
-    @objc final public let x: Swift.Double
-    @objc final public let y: Swift.Double
-    @objc final public let width: Swift.Double
-    @objc final public let height: Swift.Double
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var roundCorner: Swift.Bool {
-      @objc get
-    }
-    @objc public func setRoundCorner(_ roundCorner: Swift.Bool) -> Self
-    @objc public var cornerRadius: Swift.Double {
-      @objc get
-    }
-    @objc public func setCornerRadius(_ cornerRadius: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(x: Swift.Double, y: Swift.Double, width: Swift.Double, height: Swift.Double)
-    @objc deinit
-  }
-}
-public enum StarIO10Error : Swift.Error {
-  case unknown(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case argument(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case badResponse(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case communication(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case illegalDeviceState(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case inUse(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case invalidOperation(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case notFound(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unprintable(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none, status: StarIO10.StarPrinterStatus? = nil)
-  case authentication(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unsupportedModel(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unsupportedOSVersion(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-}
-extension StarIO10.StarIO10Error : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-extension StarIO10.StarIO10Error : Foundation.LocalizedError {
-  public var errorDescription: Swift.String? {
-    get
-  }
-  public var failureReason: Swift.String? {
-    get
-  }
-  public var recoverySuggestion: Swift.String? {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterImageParameter) public class ImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc final public let width: Swift.Int
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage, width: Swift.Int)
-    @objc deinit
-  }
-}
-@objc(STARIO10DrawerDelegate) public protocol DrawerDelegate {
-  @objc func drawer(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func drawer(printer: StarIO10.StarPrinter, didSwitch openCloseSignal: Swift.Bool)
-}
-@objc(STARIO10StarConfigurationSetResult) public enum StarConfigurationSetResult : Swift.Int, Swift.CustomStringConvertible {
-  case applied
-  case accepted
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBezelSettingBuilder) public class BezelSettingBuilder : ObjectiveC.NSObject {
-    @objc public func settingAutomaticPageLength(_ enable: Swift.Bool) -> Self
-    @objc public func settingLEDAutomaticBlink(_ parameter: StarIO10.StarXpandCommand.Bezel.LEDAutomaticBlinkParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterQRCodeLevel) public enum QRCodeLevel : Swift.Int {
-    case l
-    case m
-    case q
-    case h
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @objc(STARIO10StarXpandCommandPresenterLEDType) public enum LEDType : Swift.Int {
-    case holding
-    case error
-    case idle
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterLabelParameter) public class LabelParameter : ObjectiveC.NSObject {
-    @objc public func enable() -> Swift.Bool
-    @objc public func setEnable(_ enable: Swift.Bool) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objcMembers @objc(STARIO10StarXpandCommandDisplayImageParameter) public class ImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterLogoParameter) public class LogoParameter : ObjectiveC.NSObject {
-    @objc final public let keyCode: Swift.String
-    @objc public init(keyCode: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCharacterEncodingType) public enum CharacterEncodingType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    case codePage
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerDriveOneTimeSoundParameter) public class DriveOneTimeSoundParameter : ObjectiveC.NSObject {
-    @objc final public let source: Foundation.Data
-    @objc public var volume: Swift.Int {
-      @objc get
-    }
-    @objc public func setVolume(_ volume: Swift.Int) -> Self
-    @objc public init(source: Foundation.Data)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBlackMarkPosition) public enum BlackMarkPosition : Swift.Int {
-    case front
-    case back
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterPDF417Level) public enum PDF417Level : Swift.Int {
-    case ecc0
-    case ecc1
-    case ecc2
-    case ecc3
-    case ecc4
-    case ecc5
-    case ecc6
-    case ecc7
-    case ecc8
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@available(iOS 13.0, *)
-extension StarIO10.StarPrinter {
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func open() async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func close() async
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(raw: Foundation.Data) async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(command: Swift.String) async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(command: Swift.String, starSpoolJobSettings: StarIO10.StarSpoolJobSettings) async throws -> Swift.Int
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getStatus() async throws -> StarIO10.StarPrinterStatus
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getSpoolJobStatus(jobId: Swift.Int) async throws -> StarIO10.StarSpoolJobStatus
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getSpoolJobStatusList(size: Swift.Int) async throws -> [StarIO10.StarSpoolJobStatus]
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func setStarConfiguration(starConfiguration: Swift.String) async throws -> StarIO10.StarConfigurationSetResult
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getStarConfiguration(password: Swift.String? = nil) async throws -> Swift.String
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getDefaultStarConfiguration() async throws -> Swift.String
-  #endif
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayInternationalCharacterType) public enum InternationalCharacterType : Swift.Int {
-    case usa
-    case france
-    case germany
-    case uk
-    case denmark
-    case sweden
-    case italy
-    case spain
-    case japan
-    case norway
-    case denmark2
-    case spain2
-    case latinAmerica
-    case korea
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Drawer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDrawerOpenParameter) public class OpenParameter : ObjectiveC.NSObject {
-    @objc public var channel: StarIO10.StarXpandCommand.Drawer.Channel {
-      @objc get
-    }
-    @objc public func setChannel(_ channel: StarIO10.StarXpandCommand.Drawer.Channel) -> Self
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterBarcodeParameter) public class BarcodeParameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc final public let symbology: StarIO10.StarXpandCommand.Printer.BarcodeSymbology
-    @objc public var printHRI: Swift.Bool {
-      @objc get
-    }
-    @objc public func setPrintHRI(_ printHRI: Swift.Bool) -> Self
-    @objc public var barDots: Swift.Int {
-      @objc get
-    }
-    @objc public func setBarDots(_ barDots: Swift.Int) -> Self
-    @objc public var barRatioLevel: StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel {
-      @objc get
-    }
-    @objc public func setBarRatioLevel(_ barRatioLevel: StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel) -> Self
-    @objc public var height: Swift.Double {
-      @objc get
-    }
-    @objc public func setHeight(_ height: Swift.Double) -> Self
-    @objc public init(content: Swift.String, symbology: StarIO10.StarXpandCommand.Printer.BarcodeSymbology)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterQRCodeModel) public enum QRCodeModel : Swift.Int {
-    case model1
-    case model2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDrawerBuilder) public class DrawerBuilder : ObjectiveC.NSObject {
-    @objc public func actionOpen(_ parameter: StarIO10.StarXpandCommand.Drawer.OpenParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@objc(STARIO10StarPrinterModel) public enum StarPrinterModel : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  @objc(STARIO10StarPrinterModelTSP650II) case tsp650II
-  @objc(STARIO10StarPrinterModelTSP700II) case tsp700II
-  @objc(STARIO10StarPrinterModelTSP800II) case tsp800II
-  @objc(STARIO10StarPrinterModelFVP10) case fvp10
-  @objc(STARIO10StarPrinterModelTSP100LAN) case tsp100LAN
-  @objc(STARIO10StarPrinterModelTSP100IIIW) case tsp100IIIW
-  @objc(STARIO10StarPrinterModelTSP100IIILAN) case tsp100IIILAN
-  @objc(STARIO10StarPrinterModelTSP100IIIBI) case tsp100IIIBI
-  @objc(STARIO10StarPrinterModelTSP100IIIU) case tsp100IIIU
-  @objc(STARIO10StarPrinterModelTSP100IV_SK) case tsp100IV_SK
-  @objc(STARIO10StarPrinterModelTSP100IV) case tsp100IV
-  @objc(STARIO10StarPrinterModelmPOP) case mPOP
-  @objc(STARIO10StarPrinterModelmC_Print2) case mC_Print2
-  @objc(STARIO10StarPrinterModelmC_Print3) case mC_Print3
-  @objc(STARIO10StarPrinterModelmC_Label3) case mC_Label3
-  @objc(STARIO10StarPrinterModelSM_S210i) case sm_S210i
-  @objc(STARIO10StarPrinterModelSM_S230i) case sm_S230i
-  @objc(STARIO10StarPrinterModelSM_T300i) case sm_T300i
-  @objc(STARIO10StarPrinterModelSM_T400i) case sm_T400i
-  @objc(STARIO10StarPrinterModelSM_L200) case sm_L200
-  @objc(STARIO10StarPrinterModelSM_L300) case sm_L300
-  @objc(STARIO10StarPrinterModelBSC10) case bsc10
-  @objc(STARIO10StarPrinterModelTSP043) case tsp043
-  @objc(STARIO10StarPrinterModelSP700) case sp700
-  @objc(STARIO10StarPrinterModelTUP500) case tup500
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeImageParameter) public class PageModeImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc final public let x: Swift.Double
-    @objc final public let y: Swift.Double
-    @objc final public let width: Swift.Int
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage, x: Swift.Double, y: Swift.Double, width: Swift.Int)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPageModeBuilder) public class PageModeBuilder : ObjectiveC.NSObject {
-    @objc public func stylePrintDirection(_ direction: StarIO10.StarXpandCommand.Printer.PageModePrintDirection) -> Self
-    @objc public func styleFont(_ type: StarIO10.StarXpandCommand.Printer.FontType) -> Self
-    @objc public func styleBold(_ enable: Swift.Bool) -> Self
-    @objc public func styleInvert(_ enable: Swift.Bool) -> Self
-    @objc public func styleUnderLine(_ enable: Swift.Bool) -> Self
-    @objc public func styleMagnification(_ parameter: StarIO10.StarXpandCommand.MagnificationParameter) -> Self
-    @objc public func styleCharacterSpace(_ width: Swift.Double) -> Self
-    @objc public func styleLineSpace(_ height: Swift.Double) -> Self
-    @objc public func styleVerticalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleVerticalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalTabPositions(_ positions: [Swift.Int]) -> Self
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Printer.InternationalCharacterType) -> Self
-    @objc public func styleSecondPriorityCharacterEncoding(_ type: StarIO10.StarXpandCommand.Printer.CharacterEncodingType) -> Self
-    public func styleCJKCharacterPriority(_ types: [StarIO10.StarXpandCommand.Printer.CJKCharacterType]) -> Self
-    @available(swift, obsoleted: 0.1)
-    @objc(styleCJKCharacterPriority:) public func styleCJKCharacterPriority(_ types: [Swift.Int]) -> Self
-    @objc public func actionPrintText(_ content: Swift.String) -> Self
-    @objc public func actionPrintBarcode(_ parameter: StarIO10.StarXpandCommand.Printer.BarcodeParameter) -> Self
-    @objc public func actionPrintPDF417(_ parameter: StarIO10.StarXpandCommand.Printer.PDF417Parameter) -> Self
-    @objc public func actionPrintQRCode(_ parameter: StarIO10.StarXpandCommand.Printer.QRCodeParameter) -> Self
-    @objc public func actionPrintImage(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeImageParameter) -> Self
-    @objc public func actionPrintRuledLine(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeRuledLineParameter) -> Self
-    @objc public func actionPrintRectangle(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeRectangleParameter) -> Self
-    @objc public func add(_ builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc public func addPageMode(parameter: StarIO10.StarXpandCommand.Printer.PageModeAreaParameter, builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarIO10Error : Foundation.CustomNSError {
-  public static var errorDomain: Swift.String {
-    get
-  }
-  public var errorCode: Swift.Int {
-    get
-  }
-  public var errorUserInfo: [Swift.String : Any] {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPresenterModeParameter) public class ModeParameter : ObjectiveC.NSObject {
-    @objc public var loop: Swift.Bool {
-      @objc get
-    }
-    @objc public func setLoop(_ loop: Swift.Bool) -> Self
-    @objc public var hold: Swift.Bool {
-      @objc get
-    }
-    @objc public func setHold(_ hold: Swift.Bool) -> Self
-    @objc public var retract: Swift.Bool {
-      @objc get
-    }
-    @objc public func setRetract(_ retract: Swift.Bool) -> Self
-    @objc public var holdTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setHoldTime(_ holdTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterBuilder) public class PrinterBuilder : ObjectiveC.NSObject {
-    @objc public func styleAlignment(_ position: StarIO10.StarXpandCommand.Printer.Alignment) -> Self
-    @objc public func styleFont(_ type: StarIO10.StarXpandCommand.Printer.FontType) -> Self
-    @objc public func styleBold(_ enable: Swift.Bool) -> Self
-    @objc public func styleInvert(_ enable: Swift.Bool) -> Self
-    @objc public func styleUnderLine(_ enable: Swift.Bool) -> Self
-    @objc public func styleMagnification(_ parameter: StarIO10.StarXpandCommand.MagnificationParameter) -> Self
-    @objc public func styleCharacterSpace(_ width: Swift.Double) -> Self
-    @objc public func styleLineSpace(_ height: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalTabPositions(_ position: [Swift.Int]) -> Self
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Printer.InternationalCharacterType) -> Self
-    @objc public func styleSecondPriorityCharacterEncoding(_ type: StarIO10.StarXpandCommand.Printer.CharacterEncodingType) -> Self
-    public func styleCJKCharacterPriority(_ types: [StarIO10.StarXpandCommand.Printer.CJKCharacterType]) -> Self
-    @available(swift, obsoleted: 0.1)
-    @objc(styleCJKCharacterPriority:) public func styleCJKCharacterPriority(_ types: [Swift.Int]) -> Self
-    @objc public func actionCut(_ type: StarIO10.StarXpandCommand.Printer.CutType) -> Self
-    @objc public func actionFeed(_ height: Swift.Double) -> Self
-    @objc public func actionFeedLine(_ lines: Swift.Int) -> Self
-    @objc public func actionPrintText(_ content: Swift.String) -> Self
-    @objc public func actionPrintLogo(_ parameter: StarIO10.StarXpandCommand.Printer.LogoParameter) -> Self
-    @objc public func actionPrintBarcode(_ parameter: StarIO10.StarXpandCommand.Printer.BarcodeParameter) -> Self
-    @objc public func actionPrintPDF417(_ parameter: StarIO10.StarXpandCommand.Printer.PDF417Parameter) -> Self
-    @objc public func actionPrintQRCode(_ parameter: StarIO10.StarXpandCommand.Printer.QRCodeParameter) -> Self
-    @objc public func actionPrintImage(_ parameter: StarIO10.StarXpandCommand.Printer.ImageParameter) -> Self
-    @objc public func actionPrintRuledLine(_ parameter: StarIO10.StarXpandCommand.Printer.RuledLineParameter) -> Self
-    @objc public func add(_ builder: StarIO10.StarXpandCommand.PrinterBuilder) -> Self
-    @objc public func addPageMode(parameter: StarIO10.StarXpandCommand.Printer.PageModeAreaParameter, builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Buzzer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuzzerDriveParameter) public class DriveParameter : ObjectiveC.NSObject {
-    @objc public var channel: StarIO10.StarXpandCommand.Buzzer.Channel {
-      @objc get
-    }
-    @objc public func setChannel(_ channel: StarIO10.StarXpandCommand.Buzzer.Channel) -> Self
-    @objc public var `repeat`: Swift.Int {
-      @objc get
-    }
-    @objc public func setRepeat(_ repeat: Swift.Int) -> Self
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterInternationalCharacterType) public enum InternationalCharacterType : Swift.Int {
-    case usa
-    case france
-    case germany
-    case uk
-    case denmark
-    case sweden
-    case italy
-    case spain
-    case japan
-    case norway
-    case denmark2
-    case spain2
-    case latinAmerica
-    case korea
-    case ireland
-    case slovenia
-    case croatia
-    case china
-    case vietnam
-    case arabic
-    case legal
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10StarDeviceDiscoveryManagerDelegate) public protocol StarDeviceDiscoveryManagerDelegate {
-  @objc(manager:didFindPrinter:) func manager(_ manager: StarIO10.StarDeviceDiscoveryManager, didFind printer: StarIO10.StarPrinter)
-  @objc func managerDidFinishDiscovery(_ manager: StarIO10.StarDeviceDiscoveryManager)
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBarcodeSymbology) public enum BarcodeSymbology : Swift.Int {
-    case upcE
-    case upcA
-    case jan8
-    case ean8
-    case jan13
-    case ean13
-    case code39
-    case itf
-    case code128
-    case code93
-    case nw7
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10ErrorCode) public enum StarIO10ErrorCode : Swift.Int, Swift.CaseIterable {
-  @objc(STARIO10ErrorCodeNone) case none = 0
-  @objc(STARIO10ErrorCodeDeviceHasError) case deviceHasError = 1000
-  @objc(STARIO10ErrorCodePrinterHoldingPaper) case printerHoldingPaper = 1001
-  @objc(STARIO10ErrorCodePrintingTimeout) case printingTimeout = 1002
-  @objc(STARIO10ErrorCodeBluetoothUnavailable) case bluetoothUnavailable = 2000
-  @objc(STARIO10ErrorCodeNetworkUnavailable) case networkUnavailable = 2001
-  @objc(STARIO10ErrorCodeSpoolerIsDisabled) case spoolerIsDisabled = 3000
-  @objc(STARIO10ErrorCodeSpoolerBufferIsNotEnough) case spoolerBufferIsNotEnough = 3001
-  @objc(STARIO10ErrorCodeSpoolerJobIdNotExists) case spoolerJobIdNotExists = 3002
-  @objc(STARIO10ErrorCodeInvalidPassword) case invalidPassword = 4000
-  @objc(STARIO10ErrorCodeNeedToChangePassword) case needToChangePassword = 4001
-  @objc(STARIO10ErrorCodeJsonFormatError) case jsonFormatError = 5000
-  @objc(STARIO10ErrorCodeStarConfigurationFormatError) case starConfigurationFormatError = 6000
-  @objc(STARIO10ErrorCodeStarConfigurationParameterError) case starConfigurationParameterError = 6001
-  @objc(STARIO10ErrorCodeStarConfigurationSpecifiedFileError) case starConfigurationSpecifiedFileError = 6002
-  public init?(rawValue: Swift.Int)
-  public typealias AllCases = [StarIO10.StarIO10ErrorCode]
-  public typealias RawValue = Swift.Int
-  public static var allCases: [StarIO10.StarIO10ErrorCode] {
-    get
-  }
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarIO10ErrorCode : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterRuledLineParameter) public class RuledLineParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Double
-    @objc public var x: Swift.Double {
-      @objc get
-    }
-    @objc public func setX(_ x: Swift.Double) -> Self
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(width: Swift.Double)
-    @objc deinit
-  }
-}
-@objcMembers @objc(STARIO10StarConnectionSettings) public class StarConnectionSettings : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public static let FIRST_FOUND_DEVICE: Swift.String
-  @objc public var interfaceType: StarIO10.InterfaceType
-  @objc public var identifier: Swift.String
-  @objc public var autoSwitchInterface: Swift.Bool
-  @objc public init(interfaceType: StarIO10.InterfaceType, identifier: Swift.String = FIRST_FOUND_DEVICE, autoSwitchInterface: Swift.Bool = false)
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objc(STARIO10StarXpandCommandMelodySpeakerSoundStorageArea) public enum SoundStorageArea : Swift.Int {
-    case area1
-    case area2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableInt) public class NullableInt : ObjectiveC.NSObject {
-  @objc public var value: Swift.Int
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel) public enum BarcodeBarRatioLevel : Swift.Int {
-    case levelPlus1
-    case level0
-    case levelMinus1
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeRuledLineParameter) public class PageModeRuledLineParameter : ObjectiveC.NSObject {
-    @objc final public let xStart: Swift.Double
-    @objc final public let yStart: Swift.Double
-    @objc final public let xEnd: Swift.Double
-    @objc final public let yEnd: Swift.Double
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(xStart: Swift.Double, yStart: Swift.Double, xEnd: Swift.Double, yEnd: Swift.Double)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDocumentBuilder) public class DocumentBuilder : ObjectiveC.NSObject {
-    @objc public func settingTopMargin(_ height: Swift.Double) -> Self
-    @objc public func settingBlackMark(_ parameter: StarIO10.StarXpandCommand.Printer.BlackMarkParameter) -> Self
-    @objc public func settingLabel(_ parameter: StarIO10.StarXpandCommand.Printer.LabelParameter) -> Self
-    @objc public func settingHoldPrint(_ parameter: StarIO10.StarXpandCommand.Printer.HoldPrintParameter) -> Self
-    @objc public func settingPrintableArea(_ width: Swift.Double) -> Self
-    @objc public func addPrinter(_ builder: StarIO10.StarXpandCommand.PrinterBuilder) -> Self
-    @objc public func addDrawer(_ builder: StarIO10.StarXpandCommand.DrawerBuilder) -> Self
-    @objc public func addBuzzer(_ builder: StarIO10.StarXpandCommand.BuzzerBuilder) -> Self
-    @objc public func addMelodySpeaker(_ builder: StarIO10.StarXpandCommand.MelodySpeakerBuilder) -> Self
-    @objc public func addDisplay(_ builder: StarIO10.StarXpandCommand.DisplayBuilder) -> Self
-    @objc public func addRaw(_ content: Foundation.Data) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterHoldPrintParameter) public class HoldPrintParameter : ObjectiveC.NSObject {
-    @objc final public let enable: Swift.Bool
-    @objc public init(enable: Swift.Bool)
-    @objc deinit
-  }
-}
-@objc(STARIO10InterfaceType) public enum InterfaceType : Swift.Int, Swift.CustomStringConvertible {
-  @objc(STARIO10InterfaceTypeUnknown) case unknown
-  @objc(STARIO10InterfaceTypeUSB) case usb
-  @objc(STARIO10InterfaceTypeBluetooth) case bluetooth
-  @objc(STARIO10InterfaceTypeBluetoothLE) case bluetoothLE
-  @objc(STARIO10InterfaceTypeLAN) case lan
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableBool) public class NullableBool : ObjectiveC.NSObject {
-  @objc public var value: Swift.Bool
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuzzerBuilder) public class BuzzerBuilder : ObjectiveC.NSObject {
-    @objc public func actionDrive(_ parameter: StarIO10.StarXpandCommand.Buzzer.DriveParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommand) public class StarXpandCommand : ObjectiveC.NSObject {
-  @objc @_inheritsConvenienceInitializers public class Printer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Buzzer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Drawer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class MelodySpeaker : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Presenter : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Display : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Bezel : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc override dynamic public init()
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCutType) public enum CutType : Swift.Int {
-    case full
-    case partial
-    case fullDirect
-    case partialDirect
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuilder) public class StarXpandCommandBuilder : ObjectiveC.NSObject {
-    @objc public var preSetting: StarIO10.StarXpandCommand.PreSettingBuilder?
-    @objc public func addDocument(_ builder: StarIO10.StarXpandCommand.DocumentBuilder) -> Self
-    @objc public func getCommands() -> Swift.String
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCJKCharacterType) public enum CJKCharacterType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPresenterSettingBuilder) public class PresenterSettingBuilder : ObjectiveC.NSObject {
-    @objc public func settingMode(_ parameter: StarIO10.StarXpandCommand.Presenter.ModeParameter) -> Self
-    @objc public func settingLEDAutomaticBlink(parameter: StarIO10.StarXpandCommand.Presenter.LEDAutomaticBlinkParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarPrinterEmulation : Swift.Equatable {}
-extension StarIO10.StarPrinterEmulation : Swift.Hashable {}
-extension StarIO10.StarPrinterEmulation : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.RawRepresentable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.Equatable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.Hashable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.RawRepresentable {}
-extension StarIO10.DrawerOpenedMethod : Swift.Equatable {}
-extension StarIO10.DrawerOpenedMethod : Swift.Hashable {}
-extension StarIO10.DrawerOpenedMethod : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.RawRepresentable {}
-extension StarIO10.SpoolJobState : Swift.Equatable {}
-extension StarIO10.SpoolJobState : Swift.Hashable {}
-extension StarIO10.SpoolJobState : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.RawRepresentable {}
-extension StarIO10.StarConfigurationSetResult : Swift.Equatable {}
-extension StarIO10.StarConfigurationSetResult : Swift.Hashable {}
-extension StarIO10.StarConfigurationSetResult : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.RawRepresentable {}
-extension StarIO10.StarPrinterModel : Swift.Equatable {}
-extension StarIO10.StarPrinterModel : Swift.Hashable {}
-extension StarIO10.StarPrinterModel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.RawRepresentable {}
-extension StarIO10.StarIO10ErrorCode : Swift.Equatable {}
-extension StarIO10.StarIO10ErrorCode : Swift.Hashable {}
-extension StarIO10.StarIO10ErrorCode : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.RawRepresentable {}
-extension StarIO10.InterfaceType : Swift.Equatable {}
-extension StarIO10.InterfaceType : Swift.Hashable {}
-extension StarIO10.InterfaceType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.RawRepresentable {}
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.abi.json b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.abi.json
deleted file mode 100644
index 77555d09c3095c662ffc40f32b3d8015f2f2bd7e..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.abi.json
+++ /dev/null
@@ -1,41265 +0,0 @@
-{
-  "ABIRoot": {
-    "kind": "Root",
-    "name": "TopLevel",
-    "printedName": "TopLevel",
-    "children": [
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarSpoolJobStatus",
-        "printedName": "StarSpoolJobStatus",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)description",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)description",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "jobId",
-            "printedName": "jobId",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)jobId",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC5jobIdSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)jobId",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC5jobIdSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "jobState",
-            "printedName": "jobState",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "SpoolJobState",
-                "printedName": "StarIO10.SpoolJobState",
-                "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)jobState",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC8jobStateAA0cdG0Ovp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)jobState",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC8jobStateAA0cdG0Ovg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "elapsedTime",
-            "printedName": "elapsedTime",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)elapsedTime",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC11elapsedTimeSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)elapsedTime",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC11elapsedTimeSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "jobReceivedInterface",
-            "printedName": "jobReceivedInterface",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "SpoolJobReceivedInterface",
-                "printedName": "StarIO10.SpoolJobReceivedInterface",
-                "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)jobReceivedInterface",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC20jobReceivedInterfaceAA0cdgH0Ovp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)jobReceivedInterface",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC20jobReceivedInterfaceAA0cdgH0Ovg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "appInfo",
-            "printedName": "appInfo",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)appInfo",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC7appInfoSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)appInfo",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC7appInfoSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "hostModel",
-            "printedName": "hostModel",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)hostModel",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC9hostModelSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)hostModel",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC9hostModelSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "hostOS",
-            "printedName": "hostOS",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)hostOS",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC6hostOSSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)hostOS",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC6hostOSSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "hostIpAddress",
-            "printedName": "hostIpAddress",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)hostIpAddress",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC13hostIpAddressSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)hostIpAddress",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC13hostIpAddressSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "jobSettings",
-            "printedName": "jobSettings",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobSettings",
-                "printedName": "StarIO10.StarSpoolJobSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(py)jobSettings",
-            "mangledName": "$s8StarIO100A14SpoolJobStatusC11jobSettingsAA0acdG0Cvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarSpoolJobSettings",
-                    "printedName": "StarIO10.StarSpoolJobSettings",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus(im)jobSettings",
-                "mangledName": "$s8StarIO100A14SpoolJobStatusC11jobSettingsAA0acdG0Cvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus",
-        "mangledName": "$s8StarIO100A14SpoolJobStatusC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarSpoolJobStatus",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinterEmulation",
-        "printedName": "StarPrinterEmulation",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationUnknown",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO7unknownyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "starLine",
-            "printedName": "starLine",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationStarLine",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO8starLineyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "starDot",
-            "printedName": "starDot",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationStarDot",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO7starDotyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "starGraphic",
-            "printedName": "starGraphic",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationStarGraphic",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO11starGraphicyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "starPRNT",
-            "printedName": "starPRNT",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationStarPRNT",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO8starPRNTyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "escPos",
-            "printedName": "escPos",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationEscPos",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO6escPosyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 5
-          },
-          {
-            "kind": "Var",
-            "name": "escPosMobile",
-            "printedName": "escPosMobile",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterEmulation.Type) -> StarIO10.StarPrinterEmulation",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterEmulation.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterEmulation",
-                        "printedName": "StarIO10.StarPrinterEmulation",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation@STARIO10StarPrinterEmulationEscPosMobile",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO12escPosMobileyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 6
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A16PrinterEmulationO11descriptionSSvp",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A16PrinterEmulationO11descriptionSSvg",
-                "mangledName": "$s8StarIO100A16PrinterEmulationO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.StarPrinterEmulation?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO100A16PrinterEmulationO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A16PrinterEmulationO8rawValueSivp",
-            "mangledName": "$s8StarIO100A16PrinterEmulationO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A16PrinterEmulationO8rawValueSivg",
-                "mangledName": "$s8StarIO100A16PrinterEmulationO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation",
-        "mangledName": "$s8StarIO100A16PrinterEmulationO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarPrinterEmulation",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "StarIO10.StarLogger",
-        "printedName": "StarIO10.StarLogger",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinterStatusDetail",
-        "printedName": "StarPrinterStatusDetail",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "nullableCutterError",
-            "printedName": "nullableCutterError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableCutterError",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP19nullableCutterErrorAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableCutterError",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP19nullableCutterErrorAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullablePaperSeparatorError",
-            "printedName": "nullablePaperSeparatorError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullablePaperSeparatorError",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullablePaperSeparatorErrorAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullablePaperSeparatorError",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullablePaperSeparatorErrorAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullablePaperJamError",
-            "printedName": "nullablePaperJamError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullablePaperJamError",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP21nullablePaperJamErrorAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullablePaperJamError",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP21nullablePaperJamErrorAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableRollPositionError",
-            "printedName": "nullableRollPositionError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableRollPositionError",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP25nullableRollPositionErrorAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableRollPositionError",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP25nullableRollPositionErrorAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullablePaperPresent",
-            "printedName": "nullablePaperPresent",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullablePaperPresent",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP20nullablePaperPresentAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullablePaperPresent",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP20nullablePaperPresentAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDrawerOpenError",
-            "printedName": "nullableDrawerOpenError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDrawerOpenError",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP23nullableDrawerOpenErrorAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDrawerOpenError",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP23nullableDrawerOpenErrorAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullablePrintUnitOpen",
-            "printedName": "nullablePrintUnitOpen",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullablePrintUnitOpen",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP21nullablePrintUnitOpenAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullablePrintUnitOpen",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP21nullablePrintUnitOpenAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDrawer1OpenedMethod",
-            "printedName": "nullableDrawer1OpenedMethod",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableDrawerOpenedMethod?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableDrawerOpenedMethod",
-                    "printedName": "StarIO10.NullableDrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDrawer1OpenedMethod",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullableDrawer1OpenedMethodAA014NullableDrawerhI0CSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableDrawerOpenedMethod?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableDrawerOpenedMethod",
-                        "printedName": "StarIO10.NullableDrawerOpenedMethod",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDrawer1OpenedMethod",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullableDrawer1OpenedMethodAA014NullableDrawerhI0CSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDrawer1OpenCloseSignal",
-            "printedName": "nullableDrawer1OpenCloseSignal",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDrawer1OpenCloseSignal",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP30nullableDrawer1OpenCloseSignalAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDrawer1OpenCloseSignal",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP30nullableDrawer1OpenCloseSignalAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDrawer2OpenedMethod",
-            "printedName": "nullableDrawer2OpenedMethod",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableDrawerOpenedMethod?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableDrawerOpenedMethod",
-                    "printedName": "StarIO10.NullableDrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDrawer2OpenedMethod",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullableDrawer2OpenedMethodAA014NullableDrawerhI0CSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableDrawerOpenedMethod?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableDrawerOpenedMethod",
-                        "printedName": "StarIO10.NullableDrawerOpenedMethod",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDrawer2OpenedMethod",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP27nullableDrawer2OpenedMethodAA014NullableDrawerhI0CSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDrawer2OpenCloseSignal",
-            "printedName": "nullableDrawer2OpenCloseSignal",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDrawer2OpenCloseSignal",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP30nullableDrawer2OpenCloseSignalAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDrawer2OpenCloseSignal",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP30nullableDrawer2OpenCloseSignalAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableExternalDevice1Connected",
-            "printedName": "nullableExternalDevice1Connected",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableExternalDevice1Connected",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP32nullableExternalDevice1ConnectedAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableExternalDevice1Connected",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP32nullableExternalDevice1ConnectedAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableExternalDevice2Connected",
-            "printedName": "nullableExternalDevice2Connected",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableExternalDevice2Connected",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP32nullableExternalDevice2ConnectedAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableExternalDevice2Connected",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP32nullableExternalDevice2ConnectedAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullablePartsReplacementNotification",
-            "printedName": "nullablePartsReplacementNotification",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullablePartsReplacementNotification",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP36nullablePartsReplacementNotificationAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullablePartsReplacementNotification",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP36nullablePartsReplacementNotificationAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableCleaningNotification",
-            "printedName": "nullableCleaningNotification",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableBool?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableBool",
-                    "printedName": "StarIO10.NullableBool",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableCleaningNotification",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP28nullableCleaningNotificationAA12NullableBoolCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableBool?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableBool",
-                        "printedName": "StarIO10.NullableBool",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableCleaningNotification",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP28nullableCleaningNotificationAA12NullableBoolCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "nullableDetectedPaperWidth",
-            "printedName": "nullableDetectedPaperWidth",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.NullableInt?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NullableInt",
-                    "printedName": "StarIO10.NullableInt",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(py)nullableDetectedPaperWidth",
-            "mangledName": "$s8StarIO100A19PrinterStatusDetailP26nullableDetectedPaperWidthAA11NullableIntCSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.NullableInt?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "NullableInt",
-                        "printedName": "StarIO10.NullableInt",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail(im)nullableDetectedPaperWidth",
-                "mangledName": "$s8StarIO100A19PrinterStatusDetailP26nullableDetectedPaperWidthAA11NullableIntCSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarPrinterStatusDetail>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarPrinterStatusDetail>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail",
-        "mangledName": "$s8StarIO100A19PrinterStatusDetailP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10StarPrinterStatusDetail",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Network",
-        "printedName": "Network",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarSpoolJobSettings",
-        "printedName": "StarSpoolJobSettings",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(py)description",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)description",
-                "mangledName": "$s8StarIO100A16SpoolJobSettingsC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "isRetryEnabled",
-            "printedName": "isRetryEnabled",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(py)isRetryEnabled",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsC14isRetryEnabledSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)isRetryEnabled",
-                "mangledName": "$s8StarIO100A16SpoolJobSettingsC14isRetryEnabledSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "timeout",
-            "printedName": "timeout",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(py)timeout",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsC7timeoutSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)timeout",
-                "mangledName": "$s8StarIO100A16SpoolJobSettingsC7timeoutSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "note",
-            "printedName": "note",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(py)note",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsC4noteSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)note",
-                "mangledName": "$s8StarIO100A16SpoolJobSettingsC4noteSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(isRetryEnabled:timeout:note:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobSettings",
-                "printedName": "StarIO10.StarSpoolJobSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "hasDefaultArg": true,
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)initWithIsRetryEnabled:timeout:note:",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsC14isRetryEnabled7timeout4noteACSb_SiSStcfc",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobSettings",
-                "printedName": "StarIO10.StarSpoolJobSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings(im)init",
-            "mangledName": "$s8StarIO100A16SpoolJobSettingsCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings",
-        "mangledName": "$s8StarIO100A16SpoolJobSettingsC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarSpoolJobSettings",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "Internal",
-        "printedName": "Internal",
-        "children": [
-          {
-            "kind": "TypeDecl",
-            "name": "InternalInterface",
-            "printedName": "InternalInterface",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InternalInterface",
-                    "printedName": "StarIO10.Internal.InternalInterface",
-                    "usr": "s:8StarIO108InternalC0C9InterfaceC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO108InternalC0C9InterfaceCAEycfc",
-                "mangledName": "$s8StarIO108InternalC0C9InterfaceCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override",
-                  "AccessControl"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "Function",
-                "name": "appendLogHeader",
-                "printedName": "appendLogHeader(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO108InternalC0C9InterfaceC15appendLogHeaderyySSFZ",
-                "mangledName": "$s8StarIO108InternalC0C9InterfaceC15appendLogHeaderyySSFZ",
-                "moduleName": "StarIO10",
-                "static": true,
-                "declAttributes": [
-                  "Final",
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO108InternalC0C9InterfaceC",
-            "mangledName": "$s8StarIO108InternalC0C9InterfaceC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InternalInterface",
-            "declAttributes": [
-              "AccessControl",
-              "ObjCMembers",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Internal",
-                "printedName": "StarIO10.Internal",
-                "usr": "c:@M@StarIO10@objc(cs)Internal"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)Internal(im)init",
-            "mangledName": "$s8StarIO108InternalCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)Internal",
-        "mangledName": "$s8StarIO108InternalC",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "RawDocComment"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "SpoolJobReceivedInterface",
-        "printedName": "SpoolJobReceivedInterface",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceUnknown",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO7unknownyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "usbPrinterClass",
-            "printedName": "usbPrinterClass",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceUsbPrinterClass",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO15usbPrinterClassyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "usbAOA",
-            "printedName": "usbAOA",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceUsbAOA",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO6usbAOAyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "usbiAP",
-            "printedName": "usbiAP",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceUsbiAP",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO6usbiAPyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "bluetooth",
-            "printedName": "bluetooth",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceBluetooth",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO9bluetoothyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "lan",
-            "printedName": "lan",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceLan",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO3lanyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 5
-          },
-          {
-            "kind": "Var",
-            "name": "cloudPRNT",
-            "printedName": "cloudPRNT",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceCloudPRNT",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO9cloudPRNTyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 6
-          },
-          {
-            "kind": "Var",
-            "name": "webPRNT",
-            "printedName": "webPRNT",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceWebPRNT",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO7webPRNTyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 7
-          },
-          {
-            "kind": "Var",
-            "name": "smcs",
-            "printedName": "smcs",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobReceivedInterface.Type) -> StarIO10.SpoolJobReceivedInterface",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobReceivedInterface",
-                        "printedName": "StarIO10.SpoolJobReceivedInterface",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface@STARIO10SpoolJobReceivedInterfaceSmcs",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO4smcsyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 8
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1025SpoolJobReceivedInterfaceO11descriptionSSvp",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1025SpoolJobReceivedInterfaceO11descriptionSSvg",
-                "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.SpoolJobReceivedInterface?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobReceivedInterface",
-                    "printedName": "StarIO10.SpoolJobReceivedInterface",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO1025SpoolJobReceivedInterfaceO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1025SpoolJobReceivedInterfaceO8rawValueSivp",
-            "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1025SpoolJobReceivedInterfaceO8rawValueSivg",
-                "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobReceivedInterface",
-        "mangledName": "$s8StarIO1025SpoolJobReceivedInterfaceO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10SpoolJobReceivedInterface",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "DisplayDelegate",
-        "printedName": "DisplayDelegate",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "display",
-            "printedName": "display(printer:communicationErrorDidOccur:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Error",
-                "printedName": "Swift.Error",
-                "usr": "s:s5ErrorP"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate(im)displayWithPrinter:communicationErrorDidOccur:",
-            "mangledName": "$s8StarIO1015DisplayDelegateP7display7printer26communicationErrorDidOccuryAA0A7PrinterC_s0H0_ptF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.DisplayDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.DisplayDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "displayDidConnect",
-            "printedName": "displayDidConnect(printer:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate(im)displayDidConnectWithPrinter:",
-            "mangledName": "$s8StarIO1015DisplayDelegateP17displayDidConnect7printeryAA0A7PrinterC_tF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.DisplayDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.DisplayDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "displayDidDisconnect",
-            "printedName": "displayDidDisconnect(printer:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate(im)displayDidDisconnectWithPrinter:",
-            "mangledName": "$s8StarIO1015DisplayDelegateP20displayDidDisconnect7printeryAA0A7PrinterC_tF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.DisplayDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.DisplayDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate",
-        "mangledName": "$s8StarIO1015DisplayDelegateP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10DisplayDelegate",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "PrinterDelegate",
-        "printedName": "PrinterDelegate",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "printer",
-            "printedName": "printer(_:communicationErrorDidOccur:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Error",
-                "printedName": "Swift.Error",
-                "usr": "s:s5ErrorP"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printer:communicationErrorDidOccur:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP7printer_26communicationErrorDidOccuryAA0aC0C_s0G0_ptF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsReady",
-            "printedName": "printerIsReady(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsReady:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP14printerIsReadyyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerDidHaveError",
-            "printedName": "printerDidHaveError(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerDidHaveError:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP19printerDidHaveErroryyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsPaperReady",
-            "printedName": "printerIsPaperReady(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsPaperReady:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP19printerIsPaperReadyyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsPaperNearEmpty",
-            "printedName": "printerIsPaperNearEmpty(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsPaperNearEmpty:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP23printerIsPaperNearEmptyyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsPaperEmpty",
-            "printedName": "printerIsPaperEmpty(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsPaperEmpty:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP19printerIsPaperEmptyyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsCoverOpen",
-            "printedName": "printerIsCoverOpen(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsCoverOpen:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP18printerIsCoverOpenyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "printerIsCoverClose",
-            "printedName": "printerIsCoverClose(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate(im)printerIsCoverClose:",
-            "mangledName": "$s8StarIO1015PrinterDelegateP19printerIsCoverCloseyyAA0aC0CF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.PrinterDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.PrinterDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate",
-        "mangledName": "$s8StarIO1015PrinterDelegateP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10PrinterDelegate",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "StarIO10.StarXpandCommandParserWrapper",
-        "printedName": "StarIO10.StarXpandCommandParserWrapper",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarIO10Logger",
-        "printedName": "StarIO10Logger",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "shared",
-            "printedName": "shared",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarIO10Logger",
-                "printedName": "StarIO10.StarIO10Logger",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger(cpy)sharedObject",
-            "mangledName": "$s8StarIO100aB6LoggerC6sharedACvpZ",
-            "moduleName": "StarIO10",
-            "static": true,
-            "objc_name": "sharedObject",
-            "declAttributes": [
-              "HasInitialValue",
-              "Final",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isLet": true,
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10Logger",
-                    "printedName": "StarIO10.StarIO10Logger",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger(cm)sharedObject",
-                "mangledName": "$s8StarIO100aB6LoggerC6sharedACvgZ",
-                "moduleName": "StarIO10",
-                "static": true,
-                "implicit": true,
-                "declAttributes": [
-                  "Final",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Function",
-            "name": "start",
-            "printedName": "start()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger(im)start",
-            "mangledName": "$s8StarIO100aB6LoggerC5startyyF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Final",
-              "AccessControl",
-              "ObjC"
-            ],
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "stop",
-            "printedName": "stop()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger(im)stop",
-            "mangledName": "$s8StarIO100aB6LoggerC4stopyyF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Final",
-              "AccessControl",
-              "ObjC"
-            ],
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10Logger",
-        "mangledName": "$s8StarIO100aB6LoggerC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10Logger",
-        "declAttributes": [
-          "AccessControl",
-          "Final",
-          "ObjCMembers",
-          "ObjC"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinterStatus",
-        "printedName": "StarPrinterStatus",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)description",
-            "mangledName": "$s8StarIO100A13PrinterStatusC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)description",
-                "mangledName": "$s8StarIO100A13PrinterStatusC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "hasError",
-            "printedName": "hasError",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)hasError",
-            "mangledName": "$s8StarIO100A13PrinterStatusC8hasErrorSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)hasError",
-                "mangledName": "$s8StarIO100A13PrinterStatusC8hasErrorSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "coverOpen",
-            "printedName": "coverOpen",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)coverOpen",
-            "mangledName": "$s8StarIO100A13PrinterStatusC9coverOpenSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)coverOpen",
-                "mangledName": "$s8StarIO100A13PrinterStatusC9coverOpenSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "drawerOpenCloseSignal",
-            "printedName": "drawerOpenCloseSignal",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)drawerOpenCloseSignal",
-            "mangledName": "$s8StarIO100A13PrinterStatusC21drawerOpenCloseSignalSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)drawerOpenCloseSignal",
-                "mangledName": "$s8StarIO100A13PrinterStatusC21drawerOpenCloseSignalSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "paperEmpty",
-            "printedName": "paperEmpty",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)paperEmpty",
-            "mangledName": "$s8StarIO100A13PrinterStatusC10paperEmptySbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)paperEmpty",
-                "mangledName": "$s8StarIO100A13PrinterStatusC10paperEmptySbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "paperNearEmpty",
-            "printedName": "paperNearEmpty",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)paperNearEmpty",
-            "mangledName": "$s8StarIO100A13PrinterStatusC14paperNearEmptySbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)paperNearEmpty",
-                "mangledName": "$s8StarIO100A13PrinterStatusC14paperNearEmptySbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "reserved",
-            "printedName": "reserved",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Dictionary",
-                "printedName": "[Swift.String : Any]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ProtocolComposition",
-                    "printedName": "Any"
-                  }
-                ],
-                "usr": "s:SD"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)reserved",
-            "mangledName": "$s8StarIO100A13PrinterStatusC8reservedSDySSypGvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Dictionary",
-                    "printedName": "[Swift.String : Any]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ProtocolComposition",
-                        "printedName": "Any"
-                      }
-                    ],
-                    "usr": "s:SD"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)reserved",
-                "mangledName": "$s8StarIO100A13PrinterStatusC8reservedSDySSypGvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "detail",
-            "printedName": "detail",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinterStatusDetail",
-                "printedName": "StarIO10.StarPrinterStatusDetail",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(py)detail",
-            "mangledName": "$s8StarIO100A13PrinterStatusC6detailAA0acD6Detail_pvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterStatusDetail",
-                    "printedName": "StarIO10.StarPrinterStatusDetail",
-                    "usr": "c:@M@StarIO10@objc(pl)STARIO10StarPrinterStatusDetail"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus(im)detail",
-                "mangledName": "$s8StarIO100A13PrinterStatusC6detailAA0acD6Detail_pvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus",
-        "mangledName": "$s8StarIO100A13PrinterStatusC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarPrinterStatus",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarDeviceDiscoveryManager",
-        "printedName": "StarDeviceDiscoveryManager",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "delegate",
-            "printedName": "delegate",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "WeakStorage",
-                "printedName": "StarIO10.StarDeviceDiscoveryManagerDelegate?"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(py)delegate",
-            "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP8delegateAA0acdE8Delegate_pSgvp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ReferenceOwnership",
-              "ObjC"
-            ],
-            "ownership": 1,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.StarDeviceDiscoveryManagerDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarDeviceDiscoveryManagerDelegate",
-                        "printedName": "StarIO10.StarDeviceDiscoveryManagerDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManagerDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)delegate",
-                "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP8delegateAA0acdE8Delegate_pSgvg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.StarDeviceDiscoveryManagerDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarDeviceDiscoveryManagerDelegate",
-                        "printedName": "StarIO10.StarDeviceDiscoveryManagerDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManagerDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)setDelegate:",
-                "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP8delegateAA0acdE8Delegate_pSgvs",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "set"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "discoveryTime",
-            "printedName": "discoveryTime",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(py)discoveryTime",
-            "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP13discoveryTimeSivp",
-            "moduleName": "StarIO10",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)discoveryTime",
-                "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP13discoveryTimeSivg",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)setDiscoveryTime:",
-                "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP13discoveryTimeSivs",
-                "moduleName": "StarIO10",
-                "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-                "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-                "protocolReq": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "reqNewWitnessTableEntry": true,
-                "accessorKind": "set"
-              }
-            ]
-          },
-          {
-            "kind": "Function",
-            "name": "startDiscovery",
-            "printedName": "startDiscovery()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)startDiscoveryWithError:",
-            "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP05startD0yyKF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-            "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-            "protocolReq": true,
-            "objc_name": "startDiscoveryWithError:",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "throwing": true,
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "stopDiscovery",
-            "printedName": "stopDiscovery()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager(im)stopDiscovery",
-            "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP04stopD0yyF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManager>",
-            "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManager>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager",
-        "mangledName": "$s8StarIO100A22DeviceDiscoveryManagerP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10StarDeviceDiscoveryManager",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Network",
-        "printedName": "Network",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "DrawerOpenedMethod",
-        "printedName": "DrawerOpenedMethod",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "byHand",
-            "printedName": "byHand",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.DrawerOpenedMethod.Type) -> StarIO10.DrawerOpenedMethod",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerOpenedMethod",
-                    "printedName": "StarIO10.DrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.DrawerOpenedMethod.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DrawerOpenedMethod",
-                        "printedName": "StarIO10.DrawerOpenedMethod",
-                        "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod@STARIO10DrawerOpenedMethodByHand",
-            "mangledName": "$s8StarIO1018DrawerOpenedMethodO6byHandyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10DrawerOpenedMethodByHand",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "byCommand",
-            "printedName": "byCommand",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.DrawerOpenedMethod.Type) -> StarIO10.DrawerOpenedMethod",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerOpenedMethod",
-                    "printedName": "StarIO10.DrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.DrawerOpenedMethod.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DrawerOpenedMethod",
-                        "printedName": "StarIO10.DrawerOpenedMethod",
-                        "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod@STARIO10DrawerOpenedMethodByCommand",
-            "mangledName": "$s8StarIO1018DrawerOpenedMethodO9byCommandyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10DrawerOpenedMethodByCommand",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1018DrawerOpenedMethodO11descriptionSSvp",
-            "mangledName": "$s8StarIO1018DrawerOpenedMethodO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1018DrawerOpenedMethodO11descriptionSSvg",
-                "mangledName": "$s8StarIO1018DrawerOpenedMethodO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.DrawerOpenedMethod?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerOpenedMethod",
-                    "printedName": "StarIO10.DrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO1018DrawerOpenedMethodO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO1018DrawerOpenedMethodO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1018DrawerOpenedMethodO8rawValueSivp",
-            "mangledName": "$s8StarIO1018DrawerOpenedMethodO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1018DrawerOpenedMethodO8rawValueSivg",
-                "mangledName": "$s8StarIO1018DrawerOpenedMethodO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod",
-        "mangledName": "$s8StarIO1018DrawerOpenedMethodO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10DrawerOpenedMethod",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "InputDeviceDelegate",
-        "printedName": "InputDeviceDelegate",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "inputDevice",
-            "printedName": "inputDevice(printer:communicationErrorDidOccur:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Error",
-                "printedName": "Swift.Error",
-                "usr": "s:s5ErrorP"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate(im)inputDeviceWithPrinter:communicationErrorDidOccur:",
-            "mangledName": "$s8StarIO1019InputDeviceDelegateP05inputD07printer26communicationErrorDidOccuryAA0A7PrinterC_s0I0_ptF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.InputDeviceDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.InputDeviceDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "inputDeviceDidConnect",
-            "printedName": "inputDeviceDidConnect(printer:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate(im)inputDeviceDidConnectWithPrinter:",
-            "mangledName": "$s8StarIO1019InputDeviceDelegateP05inputD10DidConnect7printeryAA0A7PrinterC_tF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.InputDeviceDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.InputDeviceDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "inputDeviceDidDisconnect",
-            "printedName": "inputDeviceDidDisconnect(printer:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate(im)inputDeviceDidDisconnectWithPrinter:",
-            "mangledName": "$s8StarIO1019InputDeviceDelegateP05inputD13DidDisconnect7printeryAA0A7PrinterC_tF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.InputDeviceDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.InputDeviceDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "inputDevice",
-            "printedName": "inputDevice(printer:didReceive:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Data",
-                "printedName": "Foundation.Data",
-                "usr": "s:10Foundation4DataV"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate(im)inputDeviceWithPrinter:didReceive:",
-            "mangledName": "$s8StarIO1019InputDeviceDelegateP05inputD07printer10didReceiveyAA0A7PrinterC_10Foundation4DataVtF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.InputDeviceDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.InputDeviceDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate",
-        "mangledName": "$s8StarIO1019InputDeviceDelegateP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10InputDeviceDelegate",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "NullableDrawerOpenedMethod",
-        "printedName": "NullableDrawerOpenedMethod",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "value",
-            "printedName": "value",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "DrawerOpenedMethod",
-                "printedName": "StarIO10.DrawerOpenedMethod",
-                "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod(py)value",
-            "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodC5valueAA0deF0Ovp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerOpenedMethod",
-                    "printedName": "StarIO10.DrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod(im)value",
-                "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodC5valueAA0deF0Ovg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerOpenedMethod",
-                    "printedName": "StarIO10.DrawerOpenedMethod",
-                    "usr": "c:@M@StarIO10@E@STARIO10DrawerOpenedMethod"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod(im)setValue:",
-                "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodC5valueAA0deF0Ovs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1026NullableDrawerOpenedMethodC5valueAA0deF0OvM",
-                "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodC5valueAA0deF0OvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "NullableDrawerOpenedMethod",
-                "printedName": "StarIO10.NullableDrawerOpenedMethod",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod(im)init",
-            "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableDrawerOpenedMethod",
-        "mangledName": "$s8StarIO1026NullableDrawerOpenedMethodC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10NullableDrawerOpenedMethod",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "StarIO10.StarLogger",
-        "printedName": "StarIO10.StarLogger",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "SpoolJobState",
-        "printedName": "SpoolJobState",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStateUnknown",
-            "mangledName": "$s8StarIO1013SpoolJobStateO7unknownyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "accepted",
-            "printedName": "accepted",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStateAccepted",
-            "mangledName": "$s8StarIO1013SpoolJobStateO8acceptedyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "printFailedByTimeoutBeforePrinting",
-            "printedName": "printFailedByTimeoutBeforePrinting",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrintFailedByTimeoutBeforePrinting",
-            "mangledName": "$s8StarIO1013SpoolJobStateO34printFailedByTimeoutBeforePrintingyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "printing",
-            "printedName": "printing",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrinting",
-            "mangledName": "$s8StarIO1013SpoolJobStateO8printingyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "waitingPaperTaken",
-            "printedName": "waitingPaperTaken",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStateWaitingPaperTaken",
-            "mangledName": "$s8StarIO1013SpoolJobStateO17waitingPaperTakenyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "waitingPrinterReady",
-            "printedName": "waitingPrinterReady",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStateWaitingPrinterReady",
-            "mangledName": "$s8StarIO1013SpoolJobStateO19waitingPrinterReadyyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 5
-          },
-          {
-            "kind": "Var",
-            "name": "printSucceeded",
-            "printedName": "printSucceeded",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrintSucceeded",
-            "mangledName": "$s8StarIO1013SpoolJobStateO14printSucceededyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 6
-          },
-          {
-            "kind": "Var",
-            "name": "printFailedByPrinterError",
-            "printedName": "printFailedByPrinterError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrintFailedByPrinterError",
-            "mangledName": "$s8StarIO1013SpoolJobStateO25printFailedByPrinterErroryA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 7
-          },
-          {
-            "kind": "Var",
-            "name": "printFailedByTimeout",
-            "printedName": "printFailedByTimeout",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrintFailedByTimeout",
-            "mangledName": "$s8StarIO1013SpoolJobStateO20printFailedByTimeoutyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 8
-          },
-          {
-            "kind": "Var",
-            "name": "printFailedByPowerOff",
-            "printedName": "printFailedByPowerOff",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.SpoolJobState.Type) -> StarIO10.SpoolJobState",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.SpoolJobState.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SpoolJobState",
-                        "printedName": "StarIO10.SpoolJobState",
-                        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState@STARIO10SpoolJobStatePrintFailedByPowerOff",
-            "mangledName": "$s8StarIO1013SpoolJobStateO21printFailedByPowerOffyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 9
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1013SpoolJobStateO11descriptionSSvp",
-            "mangledName": "$s8StarIO1013SpoolJobStateO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1013SpoolJobStateO11descriptionSSvg",
-                "mangledName": "$s8StarIO1013SpoolJobStateO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.SpoolJobState?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "SpoolJobState",
-                    "printedName": "StarIO10.SpoolJobState",
-                    "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO1013SpoolJobStateO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO1013SpoolJobStateO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1013SpoolJobStateO8rawValueSivp",
-            "mangledName": "$s8StarIO1013SpoolJobStateO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1013SpoolJobStateO8rawValueSivg",
-                "mangledName": "$s8StarIO1013SpoolJobStateO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10SpoolJobState",
-        "mangledName": "$s8StarIO1013SpoolJobStateO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10SpoolJobState",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinterInformation",
-        "printedName": "StarPrinterInformation",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(py)description",
-            "mangledName": "$s8StarIO100A18PrinterInformationC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(im)description",
-                "mangledName": "$s8StarIO100A18PrinterInformationC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "model",
-            "printedName": "model",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinterModel",
-                "printedName": "StarIO10.StarPrinterModel",
-                "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(py)model",
-            "mangledName": "$s8StarIO100A18PrinterInformationC5modelAA0aC5ModelOvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(im)model",
-                "mangledName": "$s8StarIO100A18PrinterInformationC5modelAA0aC5ModelOvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "emulation",
-            "printedName": "emulation",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinterEmulation",
-                "printedName": "StarIO10.StarPrinterEmulation",
-                "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(py)emulation",
-            "mangledName": "$s8StarIO100A18PrinterInformationC9emulationAA0aC9EmulationOvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterEmulation",
-                    "printedName": "StarIO10.StarPrinterEmulation",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterEmulation"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(im)emulation",
-                "mangledName": "$s8StarIO100A18PrinterInformationC9emulationAA0aC9EmulationOvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "reserved",
-            "printedName": "reserved",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Dictionary",
-                "printedName": "[Swift.String : Any]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ProtocolComposition",
-                    "printedName": "Any"
-                  }
-                ],
-                "usr": "s:SD"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(py)reserved",
-            "mangledName": "$s8StarIO100A18PrinterInformationC8reservedSDySSypGvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Dictionary",
-                    "printedName": "[Swift.String : Any]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ProtocolComposition",
-                        "printedName": "Any"
-                      }
-                    ],
-                    "usr": "s:SD"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation(im)reserved",
-                "mangledName": "$s8StarIO100A18PrinterInformationC8reservedSDySSypGvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation",
-        "mangledName": "$s8StarIO100A18PrinterInformationC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarPrinterInformation",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarDeviceDiscoveryManagerFactory",
-        "printedName": "StarDeviceDiscoveryManagerFactory",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "create",
-            "printedName": "create(interfaceTypes:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarDeviceDiscoveryManager",
-                "printedName": "StarIO10.StarDeviceDiscoveryManager",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Array",
-                "printedName": "[StarIO10.InterfaceType]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  }
-                ],
-                "usr": "s:Sa"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "s:8StarIO100A29DeviceDiscoveryManagerFactoryC6create14interfaceTypesAA0acdE0_pSayAA13InterfaceTypeOG_tKFZ",
-            "mangledName": "$s8StarIO100A29DeviceDiscoveryManagerFactoryC6create14interfaceTypesAA0acdE0_pSayAA13InterfaceTypeOG_tKFZ",
-            "moduleName": "StarIO10",
-            "static": true,
-            "declAttributes": [
-              "Final",
-              "AccessControl"
-            ],
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarDeviceDiscoveryManagerFactory",
-        "mangledName": "$s8StarIO100A29DeviceDiscoveryManagerFactoryC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarDeviceDiscoveryManagerFactory",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinter",
-        "printedName": "StarPrinter",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "information",
-            "printedName": "information",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.StarPrinterInformation?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterInformation",
-                    "printedName": "StarIO10.StarPrinterInformation",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)information",
-            "mangledName": "$s8StarIO100A7PrinterC11informationAA0aC11InformationCSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.StarPrinterInformation?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterInformation",
-                        "printedName": "StarIO10.StarPrinterInformation",
-                        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterInformation"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)information",
-                "mangledName": "$s8StarIO100A7PrinterC11informationAA0aC11InformationCSgvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "connectionSettings",
-            "printedName": "connectionSettings",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarConnectionSettings",
-                "printedName": "StarIO10.StarConnectionSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)connectionSettings",
-            "mangledName": "$s8StarIO100A7PrinterC18connectionSettingsAA0a10ConnectionE0Cvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "SetterAccess",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarConnectionSettings",
-                    "printedName": "StarIO10.StarConnectionSettings",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)connectionSettings",
-                "mangledName": "$s8StarIO100A7PrinterC18connectionSettingsAA0a10ConnectionE0Cvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "printerDelegate",
-            "printedName": "printerDelegate",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.PrinterDelegate?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PrinterDelegate",
-                    "printedName": "StarIO10.PrinterDelegate",
-                    "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)printerDelegate",
-            "mangledName": "$s8StarIO100A7PrinterC15printerDelegateAA0cE0_pSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.PrinterDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PrinterDelegate",
-                        "printedName": "StarIO10.PrinterDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)printerDelegate",
-                "mangledName": "$s8StarIO100A7PrinterC15printerDelegateAA0cE0_pSgvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.PrinterDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PrinterDelegate",
-                        "printedName": "StarIO10.PrinterDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10PrinterDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setPrinterDelegate:",
-                "mangledName": "$s8StarIO100A7PrinterC15printerDelegateAA0cE0_pSgvs",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC15printerDelegateAA0cE0_pSgvM",
-                "mangledName": "$s8StarIO100A7PrinterC15printerDelegateAA0cE0_pSgvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "drawerDelegate",
-            "printedName": "drawerDelegate",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.DrawerDelegate?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerDelegate",
-                    "printedName": "StarIO10.DrawerDelegate",
-                    "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)drawerDelegate",
-            "mangledName": "$s8StarIO100A7PrinterC14drawerDelegateAA06DrawerE0_pSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.DrawerDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DrawerDelegate",
-                        "printedName": "StarIO10.DrawerDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)drawerDelegate",
-                "mangledName": "$s8StarIO100A7PrinterC14drawerDelegateAA06DrawerE0_pSgvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.DrawerDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DrawerDelegate",
-                        "printedName": "StarIO10.DrawerDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setDrawerDelegate:",
-                "mangledName": "$s8StarIO100A7PrinterC14drawerDelegateAA06DrawerE0_pSgvs",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC14drawerDelegateAA06DrawerE0_pSgvM",
-                "mangledName": "$s8StarIO100A7PrinterC14drawerDelegateAA06DrawerE0_pSgvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "inputDeviceDelegate",
-            "printedName": "inputDeviceDelegate",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.InputDeviceDelegate?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InputDeviceDelegate",
-                    "printedName": "StarIO10.InputDeviceDelegate",
-                    "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)inputDeviceDelegate",
-            "mangledName": "$s8StarIO100A7PrinterC19inputDeviceDelegateAA05InputeF0_pSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.InputDeviceDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InputDeviceDelegate",
-                        "printedName": "StarIO10.InputDeviceDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)inputDeviceDelegate",
-                "mangledName": "$s8StarIO100A7PrinterC19inputDeviceDelegateAA05InputeF0_pSgvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.InputDeviceDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InputDeviceDelegate",
-                        "printedName": "StarIO10.InputDeviceDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10InputDeviceDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setInputDeviceDelegate:",
-                "mangledName": "$s8StarIO100A7PrinterC19inputDeviceDelegateAA05InputeF0_pSgvs",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC19inputDeviceDelegateAA05InputeF0_pSgvM",
-                "mangledName": "$s8StarIO100A7PrinterC19inputDeviceDelegateAA05InputeF0_pSgvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "displayDelegate",
-            "printedName": "displayDelegate",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.DisplayDelegate?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DisplayDelegate",
-                    "printedName": "StarIO10.DisplayDelegate",
-                    "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)displayDelegate",
-            "mangledName": "$s8StarIO100A7PrinterC15displayDelegateAA07DisplayE0_pSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.DisplayDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DisplayDelegate",
-                        "printedName": "StarIO10.DisplayDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)displayDelegate",
-                "mangledName": "$s8StarIO100A7PrinterC15displayDelegateAA07DisplayE0_pSgvg",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.DisplayDelegate?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DisplayDelegate",
-                        "printedName": "StarIO10.DisplayDelegate",
-                        "usr": "c:@M@StarIO10@objc(pl)STARIO10DisplayDelegate"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setDisplayDelegate:",
-                "mangledName": "$s8StarIO100A7PrinterC15displayDelegateAA07DisplayE0_pSgvs",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC15displayDelegateAA07DisplayE0_pSgvM",
-                "mangledName": "$s8StarIO100A7PrinterC15displayDelegateAA07DisplayE0_pSgvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)description",
-            "mangledName": "$s8StarIO100A7PrinterC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)description",
-                "mangledName": "$s8StarIO100A7PrinterC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "openTimeout",
-            "printedName": "openTimeout",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)openTimeout",
-            "mangledName": "$s8StarIO100A7PrinterC11openTimeoutSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)openTimeout",
-                "mangledName": "$s8StarIO100A7PrinterC11openTimeoutSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setOpenTimeout:",
-                "mangledName": "$s8StarIO100A7PrinterC11openTimeoutSivs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC11openTimeoutSivM",
-                "mangledName": "$s8StarIO100A7PrinterC11openTimeoutSivM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "getStatusTimeout",
-            "printedName": "getStatusTimeout",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)getStatusTimeout",
-            "mangledName": "$s8StarIO100A7PrinterC16getStatusTimeoutSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)getStatusTimeout",
-                "mangledName": "$s8StarIO100A7PrinterC16getStatusTimeoutSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setGetStatusTimeout:",
-                "mangledName": "$s8StarIO100A7PrinterC16getStatusTimeoutSivs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC16getStatusTimeoutSivM",
-                "mangledName": "$s8StarIO100A7PrinterC16getStatusTimeoutSivM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "printTimeout",
-            "printedName": "printTimeout",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)printTimeout",
-            "mangledName": "$s8StarIO100A7PrinterC12printTimeoutSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)printTimeout",
-                "mangledName": "$s8StarIO100A7PrinterC12printTimeoutSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setPrintTimeout:",
-                "mangledName": "$s8StarIO100A7PrinterC12printTimeoutSivs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC12printTimeoutSivM",
-                "mangledName": "$s8StarIO100A7PrinterC12printTimeoutSivM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "starConfigurationTimeout",
-            "printedName": "starConfigurationTimeout",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(py)starConfigurationTimeout",
-            "mangledName": "$s8StarIO100A7PrinterC24starConfigurationTimeoutSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasInitialValue",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)starConfigurationTimeout",
-                "mangledName": "$s8StarIO100A7PrinterC24starConfigurationTimeoutSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)setStarConfigurationTimeout:",
-                "mangledName": "$s8StarIO100A7PrinterC24starConfigurationTimeoutSivs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A7PrinterC24starConfigurationTimeoutSivM",
-                "mangledName": "$s8StarIO100A7PrinterC24starConfigurationTimeoutSivM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarConnectionSettings",
-                "printedName": "StarIO10.StarConnectionSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)initWithConnectionSettings:",
-            "mangledName": "$s8StarIO100A7PrinterCyAcA0A18ConnectionSettingsCcfc",
-            "moduleName": "StarIO10",
-            "objc_name": "initWithConnectionSettings:",
-            "declAttributes": [
-              "Convenience",
-              "AccessControl",
-              "ObjC"
-            ],
-            "init_kind": "Convenience"
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter(im)init",
-            "mangledName": "$s8StarIO100A7PrinterCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Function",
-            "name": "open",
-            "printedName": "open(completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.Error?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Error",
-                        "printedName": "Swift.Error",
-                        "usr": "s:s5ErrorP"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)openWithCompletion:",
-            "mangledName": "$s8StarIO100A7PrinterC4open10completionyys5Error_pSgc_tF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "RawDocComment",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "close",
-            "printedName": "close(completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "() -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)closeWithCompletion:",
-            "mangledName": "$s8StarIO100A7PrinterC5close10completionyyyc_tF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(raw:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Data",
-                "printedName": "Foundation.Data",
-                "usr": "s:10Foundation4DataV"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.Error?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Error",
-                        "printedName": "Swift.Error",
-                        "usr": "s:s5ErrorP"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)printWithRaw:completion:",
-            "mangledName": "$s8StarIO100A7PrinterC5print3raw10completiony10Foundation4DataV_ys5Error_pSgctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(command:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.Error?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Error",
-                        "printedName": "Swift.Error",
-                        "usr": "s:s5ErrorP"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)printWithCommand:completion:",
-            "mangledName": "$s8StarIO100A7PrinterC5print7command10completionySS_ys5Error_pSgctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(command:starSpoolJobSettings:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobSettings",
-                "printedName": "StarIO10.StarSpoolJobSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.Int?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(Swift.Int?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Int?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "s:8StarIO100A7PrinterC5print7command20starSpoolJobSettings10completionySS_AA0aghI0CySiSg_s5Error_pSgtctF",
-            "mangledName": "$s8StarIO100A7PrinterC5print7command20starSpoolJobSettings10completionySS_AA0aghI0CySiSg_s5Error_pSgtctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getStatus",
-            "printedName": "getStatus(completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterStatus?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(StarIO10.StarPrinterStatus?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarPrinterStatus?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarPrinterStatus",
-                            "printedName": "StarIO10.StarPrinterStatus",
-                            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getStatusWithCompletion:",
-            "mangledName": "$s8StarIO100A7PrinterC9getStatus10completionyyAA0acE0CSg_s5Error_pSgtc_tF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getSpoolJobStatus",
-            "printedName": "getSpoolJobStatus(jobId:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarSpoolJobStatus?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(StarIO10.StarSpoolJobStatus?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarSpoolJobStatus?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarSpoolJobStatus",
-                            "printedName": "StarIO10.StarSpoolJobStatus",
-                            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getSpoolJobStatusWithJobId:completion:",
-            "mangledName": "$s8StarIO100A7PrinterC17getSpoolJobStatus5jobId10completionySi_yAA0aefG0CSg_s5Error_pSgtctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getSpoolJobStatusList",
-            "printedName": "getSpoolJobStatusList(size:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "([StarIO10.StarSpoolJobStatus]?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "([StarIO10.StarSpoolJobStatus]?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "[StarIO10.StarSpoolJobStatus]?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Array",
-                            "printedName": "[StarIO10.StarSpoolJobStatus]",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "StarSpoolJobStatus",
-                                "printedName": "StarIO10.StarSpoolJobStatus",
-                                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus"
-                              }
-                            ],
-                            "usr": "s:Sa"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getSpoolJobStatusListWithSize:completion:",
-            "mangledName": "$s8StarIO100A7PrinterC21getSpoolJobStatusList4size10completionySi_ySayAA0aefG0CGSg_s5Error_pSgtctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "setStarConfiguration",
-            "printedName": "setStarConfiguration(starConfiguration:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarConfigurationSetResult?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(StarIO10.StarConfigurationSetResult?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarConfigurationSetResult?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarConfigurationSetResult",
-                            "printedName": "StarIO10.StarConfigurationSetResult",
-                            "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "s:8StarIO100A7PrinterC03setA13Configuration04starE010completionySS_yAA0aE9SetResultOSg_s5Error_pSgtctF",
-            "mangledName": "$s8StarIO100A7PrinterC03setA13Configuration04starE010completionySS_yAA0aE9SetResultOSg_s5Error_pSgtctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getStarConfiguration",
-            "printedName": "getStarConfiguration(password:completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "Swift.String?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "hasDefaultArg": true,
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.String?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(Swift.String?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.String?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getStarConfigurationWithPassword:completion:",
-            "mangledName": "$s8StarIO100A7PrinterC03getA13Configuration8password10completionySSSg_yAG_s5Error_pSgtctF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getDefaultStarConfiguration",
-            "printedName": "getDefaultStarConfiguration(completion:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(Swift.String?, Swift.Error?) -> ()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Tuple",
-                    "printedName": "(Swift.String?, Swift.Error?)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.String?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "Swift.Error?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Error",
-                            "printedName": "Swift.Error",
-                            "usr": "s:s5ErrorP"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getDefaultStarConfigurationWithCompletion:",
-            "mangledName": "$s8StarIO100A7PrinterC010getDefaultA13Configuration10completionyySSSg_s5Error_pSgtc_tF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "open",
-            "printedName": "open()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)openWithCompletionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC4openyyYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "close",
-            "printedName": "close()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)closeWithCompletionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC5closeyyYaF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(raw:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Data",
-                "printedName": "Foundation.Data",
-                "usr": "s:10Foundation4DataV"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)printWithRaw:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC5print3rawy10Foundation4DataV_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(command:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)printWithCommand:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC5print7commandySS_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "print",
-            "printedName": "print(command:starSpoolJobSettings:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobSettings",
-                "printedName": "StarIO10.StarSpoolJobSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobSettings"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)printWithCommand:starSpoolJobSettings:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC5print7command20starSpoolJobSettingsSiSS_AA0aghI0CtYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getStatus",
-            "printedName": "getStatus()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinterStatus",
-                "printedName": "StarIO10.StarPrinterStatus",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getStatusWithCompletionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC9getStatusAA0acE0CyYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getSpoolJobStatus",
-            "printedName": "getSpoolJobStatus(jobId:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarSpoolJobStatus",
-                "printedName": "StarIO10.StarSpoolJobStatus",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getSpoolJobStatusWithJobId:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC17getSpoolJobStatus5jobIdAA0aefG0CSi_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getSpoolJobStatusList",
-            "printedName": "getSpoolJobStatusList(size:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Array",
-                "printedName": "[StarIO10.StarSpoolJobStatus]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarSpoolJobStatus",
-                    "printedName": "StarIO10.StarSpoolJobStatus",
-                    "usr": "c:@M@StarIO10@objc(cs)STARIO10StarSpoolJobStatus"
-                  }
-                ],
-                "usr": "s:Sa"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getSpoolJobStatusListWithSize:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC21getSpoolJobStatusList4sizeSayAA0aefG0CGSi_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "setStarConfiguration",
-            "printedName": "setStarConfiguration(starConfiguration:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarConfigurationSetResult",
-                "printedName": "StarIO10.StarConfigurationSetResult",
-                "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)setStarConfigurationWithStarConfiguration:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC03setA13Configuration04starE0AA0aE9SetResultOSS_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getStarConfiguration",
-            "printedName": "getStarConfiguration(password:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "Swift.String?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "hasDefaultArg": true,
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getStarConfigurationWithPassword:completionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC03getA13Configuration8passwordS2SSg_tYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "getDefaultStarConfiguration",
-            "printedName": "getDefaultStarConfiguration()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@CM@StarIO10@objc(cs)STARIO10StarPrinter(im)getDefaultStarConfigurationWithCompletionHandler:",
-            "mangledName": "$s8StarIO100A7PrinterC010getDefaultA13ConfigurationSSyYaKF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "Dynamic",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isFromExtension": true,
-            "throwing": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter",
-        "mangledName": "$s8StarIO100A7PrinterC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarPrinter",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarIO10Error",
-        "printedName": "StarIO10Error",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO7unknownyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO7unknownyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "argument",
-            "printedName": "argument",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO8argumentyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO8argumentyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "badResponse",
-            "printedName": "badResponse",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO11badResponseyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO11badResponseyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "communication",
-            "printedName": "communication",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO13communicationyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO13communicationyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "illegalDeviceState",
-            "printedName": "illegalDeviceState",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO18illegalDeviceStateyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO18illegalDeviceStateyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "inUse",
-            "printedName": "inUse",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO5inUseyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO5inUseyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "invalidOperation",
-            "printedName": "invalidOperation",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO16invalidOperationyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO16invalidOperationyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "notFound",
-            "printedName": "notFound",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO8notFoundyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO8notFoundyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "unprintable",
-            "printedName": "unprintable",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode, StarIO10.StarPrinterStatus?) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode, StarIO10.StarPrinterStatus?) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode, status: StarIO10.StarPrinterStatus?)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Optional",
-                            "printedName": "StarIO10.StarPrinterStatus?",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "StarPrinterStatus",
-                                "printedName": "StarIO10.StarPrinterStatus",
-                                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinterStatus"
-                              }
-                            ],
-                            "usr": "s:Sq"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO11unprintableyACSS_AA0abC4CodeOAA0A13PrinterStatusCSgtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO11unprintableyACSS_AA0abC4CodeOAA0A13PrinterStatusCSgtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "authentication",
-            "printedName": "authentication",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO14authenticationyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO14authenticationyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "unsupportedModel",
-            "printedName": "unsupportedModel",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO16unsupportedModelyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO16unsupportedModelyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "unsupportedOSVersion",
-            "printedName": "unsupportedOSVersion",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10Error.Type) -> (Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                "children": [
-                  {
-                    "kind": "TypeFunc",
-                    "name": "Function",
-                    "printedName": "(Swift.String, StarIO10.StarIO10ErrorCode) -> StarIO10.StarIO10Error",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Tuple",
-                        "printedName": "(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode)",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "StarIO10ErrorCode",
-                            "printedName": "StarIO10.StarIO10ErrorCode",
-                            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                          }
-                        ]
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10Error.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10Error",
-                        "printedName": "StarIO10.StarIO10Error",
-                        "usr": "s:8StarIO100aB5ErrorO"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "s:8StarIO100aB5ErrorO20unsupportedOSVersionyACSS_AA0abC4CodeOtcACmF",
-            "mangledName": "$s8StarIO100aB5ErrorO20unsupportedOSVersionyACSS_AA0abC4CodeOtcACmF",
-            "moduleName": "StarIO10"
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO11descriptionSSvp",
-            "mangledName": "$s8StarIO100aB5ErrorO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "RawDocComment"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO11descriptionSSvg",
-                "mangledName": "$s8StarIO100aB5ErrorO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "errorDescription",
-            "printedName": "errorDescription",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "Swift.String?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO16errorDescriptionSSSgvp",
-            "mangledName": "$s8StarIO100aB5ErrorO16errorDescriptionSSSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.String?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO16errorDescriptionSSSgvg",
-                "mangledName": "$s8StarIO100aB5ErrorO16errorDescriptionSSSgvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "failureReason",
-            "printedName": "failureReason",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "Swift.String?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO13failureReasonSSSgvp",
-            "mangledName": "$s8StarIO100aB5ErrorO13failureReasonSSSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.String?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO13failureReasonSSSgvg",
-                "mangledName": "$s8StarIO100aB5ErrorO13failureReasonSSSgvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "recoverySuggestion",
-            "printedName": "recoverySuggestion",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "Swift.String?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "usr": "s:Sq"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO18recoverySuggestionSSSgvp",
-            "mangledName": "$s8StarIO100aB5ErrorO18recoverySuggestionSSSgvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "Swift.String?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO18recoverySuggestionSSSgvg",
-                "mangledName": "$s8StarIO100aB5ErrorO18recoverySuggestionSSSgvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "errorDomain",
-            "printedName": "errorDomain",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO11errorDomainSSvpZ",
-            "mangledName": "$s8StarIO100aB5ErrorO11errorDomainSSvpZ",
-            "moduleName": "StarIO10",
-            "static": true,
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO11errorDomainSSvgZ",
-                "mangledName": "$s8StarIO100aB5ErrorO11errorDomainSSvgZ",
-                "moduleName": "StarIO10",
-                "static": true,
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "errorCode",
-            "printedName": "errorCode",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO9errorCodeSivp",
-            "mangledName": "$s8StarIO100aB5ErrorO9errorCodeSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO9errorCodeSivg",
-                "mangledName": "$s8StarIO100aB5ErrorO9errorCodeSivg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "errorUserInfo",
-            "printedName": "errorUserInfo",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Dictionary",
-                "printedName": "[Swift.String : Any]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ProtocolComposition",
-                    "printedName": "Any"
-                  }
-                ],
-                "usr": "s:SD"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB5ErrorO13errorUserInfoSDySSypGvp",
-            "mangledName": "$s8StarIO100aB5ErrorO13errorUserInfoSDySSypGvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Dictionary",
-                    "printedName": "[Swift.String : Any]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ProtocolComposition",
-                        "printedName": "Any"
-                      }
-                    ],
-                    "usr": "s:SD"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB5ErrorO13errorUserInfoSDySSypGvg",
-                "mangledName": "$s8StarIO100aB5ErrorO13errorUserInfoSDySSypGvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "s:8StarIO100aB5ErrorO",
-        "mangledName": "$s8StarIO100aB5ErrorO",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "AccessControl"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Error",
-            "printedName": "Error",
-            "usr": "s:s5ErrorP",
-            "mangledName": "$ss5ErrorP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Sendable",
-            "printedName": "Sendable",
-            "usr": "s:s8SendableP",
-            "mangledName": "$ss8SendableP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "LocalizedError",
-            "printedName": "LocalizedError",
-            "usr": "s:10Foundation14LocalizedErrorP",
-            "mangledName": "$s10Foundation14LocalizedErrorP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomNSError",
-            "printedName": "CustomNSError",
-            "usr": "s:10Foundation13CustomNSErrorP",
-            "mangledName": "$s10Foundation13CustomNSErrorP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "DrawerDelegate",
-        "printedName": "DrawerDelegate",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "drawer",
-            "printedName": "drawer(printer:communicationErrorDidOccur:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Error",
-                "printedName": "Swift.Error",
-                "usr": "s:s5ErrorP"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate(im)drawerWithPrinter:communicationErrorDidOccur:",
-            "mangledName": "$s8StarIO1014DrawerDelegateP6drawer7printer26communicationErrorDidOccuryAA0A7PrinterC_s0H0_ptF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.DrawerDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.DrawerDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "drawer",
-            "printedName": "drawer(printer:didSwitch:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate(im)drawerWithPrinter:didSwitch:",
-            "mangledName": "$s8StarIO1014DrawerDelegateP6drawer7printer9didSwitchyAA0A7PrinterC_SbtF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.DrawerDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.DrawerDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10DrawerDelegate",
-        "mangledName": "$s8StarIO1014DrawerDelegateP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10DrawerDelegate",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarConfigurationSetResult",
-        "printedName": "StarConfigurationSetResult",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "applied",
-            "printedName": "applied",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarConfigurationSetResult.Type) -> StarIO10.StarConfigurationSetResult",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarConfigurationSetResult",
-                    "printedName": "StarIO10.StarConfigurationSetResult",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarConfigurationSetResult.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarConfigurationSetResult",
-                        "printedName": "StarIO10.StarConfigurationSetResult",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult@STARIO10StarConfigurationSetResultApplied",
-            "mangledName": "$s8StarIO100A22ConfigurationSetResultO7appliedyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "accepted",
-            "printedName": "accepted",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarConfigurationSetResult.Type) -> StarIO10.StarConfigurationSetResult",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarConfigurationSetResult",
-                    "printedName": "StarIO10.StarConfigurationSetResult",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarConfigurationSetResult.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarConfigurationSetResult",
-                        "printedName": "StarIO10.StarConfigurationSetResult",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult@STARIO10StarConfigurationSetResultAccepted",
-            "mangledName": "$s8StarIO100A22ConfigurationSetResultO8acceptedyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A22ConfigurationSetResultO11descriptionSSvp",
-            "mangledName": "$s8StarIO100A22ConfigurationSetResultO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A22ConfigurationSetResultO11descriptionSSvg",
-                "mangledName": "$s8StarIO100A22ConfigurationSetResultO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.StarConfigurationSetResult?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarConfigurationSetResult",
-                    "printedName": "StarIO10.StarConfigurationSetResult",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO100A22ConfigurationSetResultO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO100A22ConfigurationSetResultO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A22ConfigurationSetResultO8rawValueSivp",
-            "mangledName": "$s8StarIO100A22ConfigurationSetResultO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A22ConfigurationSetResultO8rawValueSivg",
-                "mangledName": "$s8StarIO100A22ConfigurationSetResultO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10StarConfigurationSetResult",
-        "mangledName": "$s8StarIO100A22ConfigurationSetResultO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarConfigurationSetResult",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Network",
-        "printedName": "Network",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "ExternalAccessory",
-        "printedName": "ExternalAccessory",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarPrinterModel",
-        "printedName": "StarPrinterModel",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelUnknown",
-            "mangledName": "$s8StarIO100A12PrinterModelO7unknownyA2CmF",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "tsp650II",
-            "printedName": "tsp650II",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP650II",
-            "mangledName": "$s8StarIO100A12PrinterModelO8tsp650IIyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP650II",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "tsp700II",
-            "printedName": "tsp700II",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP700II",
-            "mangledName": "$s8StarIO100A12PrinterModelO8tsp700IIyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP700II",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "tsp800II",
-            "printedName": "tsp800II",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP800II",
-            "mangledName": "$s8StarIO100A12PrinterModelO8tsp800IIyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP800II",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "fvp10",
-            "printedName": "fvp10",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelFVP10",
-            "mangledName": "$s8StarIO100A12PrinterModelO5fvp10yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelFVP10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100LAN",
-            "printedName": "tsp100LAN",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100LAN",
-            "mangledName": "$s8StarIO100A12PrinterModelO9tsp100LANyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100LAN",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 5
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IIIW",
-            "printedName": "tsp100IIIW",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IIIW",
-            "mangledName": "$s8StarIO100A12PrinterModelO10tsp100IIIWyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IIIW",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 6
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IIILAN",
-            "printedName": "tsp100IIILAN",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IIILAN",
-            "mangledName": "$s8StarIO100A12PrinterModelO12tsp100IIILANyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IIILAN",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 7
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IIIBI",
-            "printedName": "tsp100IIIBI",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IIIBI",
-            "mangledName": "$s8StarIO100A12PrinterModelO11tsp100IIIBIyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IIIBI",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 8
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IIIU",
-            "printedName": "tsp100IIIU",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IIIU",
-            "mangledName": "$s8StarIO100A12PrinterModelO10tsp100IIIUyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IIIU",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 9
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IV_SK",
-            "printedName": "tsp100IV_SK",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IV_SK",
-            "mangledName": "$s8StarIO100A12PrinterModelO11tsp100IV_SKyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IV_SK",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 10
-          },
-          {
-            "kind": "Var",
-            "name": "tsp100IV",
-            "printedName": "tsp100IV",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP100IV",
-            "mangledName": "$s8StarIO100A12PrinterModelO8tsp100IVyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP100IV",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 11
-          },
-          {
-            "kind": "Var",
-            "name": "mPOP",
-            "printedName": "mPOP",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelmPOP",
-            "mangledName": "$s8StarIO100A12PrinterModelO4mPOPyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelmPOP",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 12
-          },
-          {
-            "kind": "Var",
-            "name": "mC_Print2",
-            "printedName": "mC_Print2",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelmC_Print2",
-            "mangledName": "$s8StarIO100A12PrinterModelO9mC_Print2yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelmC_Print2",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 13
-          },
-          {
-            "kind": "Var",
-            "name": "mC_Print3",
-            "printedName": "mC_Print3",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelmC_Print3",
-            "mangledName": "$s8StarIO100A12PrinterModelO9mC_Print3yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelmC_Print3",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 14
-          },
-          {
-            "kind": "Var",
-            "name": "mC_Label3",
-            "printedName": "mC_Label3",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelmC_Label3",
-            "mangledName": "$s8StarIO100A12PrinterModelO9mC_Label3yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelmC_Label3",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 15
-          },
-          {
-            "kind": "Var",
-            "name": "sm_S210i",
-            "printedName": "sm_S210i",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_S210i",
-            "mangledName": "$s8StarIO100A12PrinterModelO8sm_S210iyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_S210i",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 16
-          },
-          {
-            "kind": "Var",
-            "name": "sm_S230i",
-            "printedName": "sm_S230i",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_S230i",
-            "mangledName": "$s8StarIO100A12PrinterModelO8sm_S230iyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_S230i",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 17
-          },
-          {
-            "kind": "Var",
-            "name": "sm_T300i",
-            "printedName": "sm_T300i",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_T300i",
-            "mangledName": "$s8StarIO100A12PrinterModelO8sm_T300iyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_T300i",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 18
-          },
-          {
-            "kind": "Var",
-            "name": "sm_T400i",
-            "printedName": "sm_T400i",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_T400i",
-            "mangledName": "$s8StarIO100A12PrinterModelO8sm_T400iyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_T400i",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 19
-          },
-          {
-            "kind": "Var",
-            "name": "sm_L200",
-            "printedName": "sm_L200",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_L200",
-            "mangledName": "$s8StarIO100A12PrinterModelO7sm_L200yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_L200",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 20
-          },
-          {
-            "kind": "Var",
-            "name": "sm_L300",
-            "printedName": "sm_L300",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSM_L300",
-            "mangledName": "$s8StarIO100A12PrinterModelO7sm_L300yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSM_L300",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 21
-          },
-          {
-            "kind": "Var",
-            "name": "bsc10",
-            "printedName": "bsc10",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelBSC10",
-            "mangledName": "$s8StarIO100A12PrinterModelO5bsc10yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelBSC10",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 22
-          },
-          {
-            "kind": "Var",
-            "name": "tsp043",
-            "printedName": "tsp043",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTSP043",
-            "mangledName": "$s8StarIO100A12PrinterModelO6tsp043yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTSP043",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 23
-          },
-          {
-            "kind": "Var",
-            "name": "sp700",
-            "printedName": "sp700",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelSP700",
-            "mangledName": "$s8StarIO100A12PrinterModelO5sp700yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelSP700",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 24
-          },
-          {
-            "kind": "Var",
-            "name": "tup500",
-            "printedName": "tup500",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarPrinterModel.Type) -> StarIO10.StarPrinterModel",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarPrinterModel.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarPrinterModel",
-                        "printedName": "StarIO10.StarPrinterModel",
-                        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel@STARIO10StarPrinterModelTUP500",
-            "mangledName": "$s8StarIO100A12PrinterModelO6tup500yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarPrinterModelTUP500",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 25
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A12PrinterModelO11descriptionSSvp",
-            "mangledName": "$s8StarIO100A12PrinterModelO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A12PrinterModelO11descriptionSSvg",
-                "mangledName": "$s8StarIO100A12PrinterModelO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.StarPrinterModel?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarPrinterModel",
-                    "printedName": "StarIO10.StarPrinterModel",
-                    "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO100A12PrinterModelO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO100A12PrinterModelO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100A12PrinterModelO8rawValueSivp",
-            "mangledName": "$s8StarIO100A12PrinterModelO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A12PrinterModelO8rawValueSivg",
-                "mangledName": "$s8StarIO100A12PrinterModelO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10StarPrinterModel",
-        "mangledName": "$s8StarIO100A12PrinterModelO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarPrinterModel",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarDeviceDiscoveryManagerDelegate",
-        "printedName": "StarDeviceDiscoveryManagerDelegate",
-        "children": [
-          {
-            "kind": "Function",
-            "name": "manager",
-            "printedName": "manager(_:didFind:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarDeviceDiscoveryManager",
-                "printedName": "StarIO10.StarDeviceDiscoveryManager",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarPrinter",
-                "printedName": "StarIO10.StarPrinter",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarPrinter"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManagerDelegate(im)manager:didFindPrinter:",
-            "mangledName": "$s8StarIO100A30DeviceDiscoveryManagerDelegateP7manager_7didFindyAA0acdE0_p_AA0A7PrinterCtF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManagerDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManagerDelegate>",
-            "protocolReq": true,
-            "objc_name": "manager:didFindPrinter:",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          },
-          {
-            "kind": "Function",
-            "name": "managerDidFinishDiscovery",
-            "printedName": "managerDidFinishDiscovery(_:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Void",
-                "printedName": "()"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "StarDeviceDiscoveryManager",
-                "printedName": "StarIO10.StarDeviceDiscoveryManager",
-                "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManager"
-              }
-            ],
-            "declKind": "Func",
-            "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManagerDelegate(im)managerDidFinishDiscovery:",
-            "mangledName": "$s8StarIO100A30DeviceDiscoveryManagerDelegateP016managerDidFinishD0yyAA0acdE0_pF",
-            "moduleName": "StarIO10",
-            "genericSig": "<τ_0_0 where τ_0_0 : StarIO10.StarDeviceDiscoveryManagerDelegate>",
-            "sugared_genericSig": "<Self where Self : StarIO10.StarDeviceDiscoveryManagerDelegate>",
-            "protocolReq": true,
-            "declAttributes": [
-              "ObjC"
-            ],
-            "reqNewWitnessTableEntry": true,
-            "funcSelfKind": "NonMutating"
-          }
-        ],
-        "declKind": "Protocol",
-        "usr": "c:@M@StarIO10@objc(pl)STARIO10StarDeviceDiscoveryManagerDelegate",
-        "mangledName": "$s8StarIO100A30DeviceDiscoveryManagerDelegateP",
-        "moduleName": "StarIO10",
-        "genericSig": "<τ_0_0 : AnyObject>",
-        "sugared_genericSig": "<Self : AnyObject>",
-        "objc_name": "STARIO10StarDeviceDiscoveryManagerDelegate",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarIO10ErrorCode",
-        "printedName": "StarIO10ErrorCode",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "none",
-            "printedName": "none",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeNone",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO4noneyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeNone",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "deviceHasError",
-            "printedName": "deviceHasError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeDeviceHasError",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO09deviceHasC0yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeDeviceHasError",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "printerHoldingPaper",
-            "printedName": "printerHoldingPaper",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodePrinterHoldingPaper",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO19printerHoldingPaperyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodePrinterHoldingPaper",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "printingTimeout",
-            "printedName": "printingTimeout",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodePrintingTimeout",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO15printingTimeoutyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodePrintingTimeout",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "bluetoothUnavailable",
-            "printedName": "bluetoothUnavailable",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeBluetoothUnavailable",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO20bluetoothUnavailableyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeBluetoothUnavailable",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "networkUnavailable",
-            "printedName": "networkUnavailable",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeNetworkUnavailable",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO18networkUnavailableyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeNetworkUnavailable",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 5
-          },
-          {
-            "kind": "Var",
-            "name": "spoolerIsDisabled",
-            "printedName": "spoolerIsDisabled",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeSpoolerIsDisabled",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO17spoolerIsDisabledyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeSpoolerIsDisabled",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 6
-          },
-          {
-            "kind": "Var",
-            "name": "spoolerBufferIsNotEnough",
-            "printedName": "spoolerBufferIsNotEnough",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeSpoolerBufferIsNotEnough",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO24spoolerBufferIsNotEnoughyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeSpoolerBufferIsNotEnough",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 7
-          },
-          {
-            "kind": "Var",
-            "name": "spoolerJobIdNotExists",
-            "printedName": "spoolerJobIdNotExists",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeSpoolerJobIdNotExists",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO21spoolerJobIdNotExistsyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeSpoolerJobIdNotExists",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 8
-          },
-          {
-            "kind": "Var",
-            "name": "invalidPassword",
-            "printedName": "invalidPassword",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeInvalidPassword",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO15invalidPasswordyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeInvalidPassword",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 9
-          },
-          {
-            "kind": "Var",
-            "name": "needToChangePassword",
-            "printedName": "needToChangePassword",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeNeedToChangePassword",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO20needToChangePasswordyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeNeedToChangePassword",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 10
-          },
-          {
-            "kind": "Var",
-            "name": "jsonFormatError",
-            "printedName": "jsonFormatError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeJsonFormatError",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO010jsonFormatC0yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeJsonFormatError",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 11
-          },
-          {
-            "kind": "Var",
-            "name": "starConfigurationFormatError",
-            "printedName": "starConfigurationFormatError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeStarConfigurationFormatError",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO023starConfigurationFormatC0yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeStarConfigurationFormatError",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 12
-          },
-          {
-            "kind": "Var",
-            "name": "starConfigurationParameterError",
-            "printedName": "starConfigurationParameterError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeStarConfigurationParameterError",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO026starConfigurationParameterC0yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeStarConfigurationParameterError",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 13
-          },
-          {
-            "kind": "Var",
-            "name": "starConfigurationSpecifiedFileError",
-            "printedName": "starConfigurationSpecifiedFileError",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.StarIO10ErrorCode.Type) -> StarIO10.StarIO10ErrorCode",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.StarIO10ErrorCode.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10ErrorCode@STARIO10ErrorCodeStarConfigurationSpecifiedFileError",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO030starConfigurationSpecifiedFileC0yA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10ErrorCodeStarConfigurationSpecifiedFileError",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 14
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.StarIO10ErrorCode?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO100aB9ErrorCodeO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB9ErrorCodeO8rawValueSivp",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB9ErrorCodeO8rawValueSivg",
-                "mangledName": "$s8StarIO100aB9ErrorCodeO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "allCases",
-            "printedName": "allCases",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Array",
-                "printedName": "[StarIO10.StarIO10ErrorCode]",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarIO10ErrorCode",
-                    "printedName": "StarIO10.StarIO10ErrorCode",
-                    "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                  }
-                ],
-                "usr": "s:Sa"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB9ErrorCodeO8allCasesSayACGvpZ",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO8allCasesSayACGvpZ",
-            "moduleName": "StarIO10",
-            "static": true,
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[StarIO10.StarIO10ErrorCode]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB9ErrorCodeO8allCasesSayACGvgZ",
-                "mangledName": "$s8StarIO100aB9ErrorCodeO8allCasesSayACGvgZ",
-                "moduleName": "StarIO10",
-                "static": true,
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO100aB9ErrorCodeO11descriptionSSvp",
-            "mangledName": "$s8StarIO100aB9ErrorCodeO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "RawDocComment"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100aB9ErrorCodeO11descriptionSSvg",
-                "mangledName": "$s8StarIO100aB9ErrorCodeO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode",
-        "mangledName": "$s8StarIO100aB9ErrorCodeO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10ErrorCode",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CaseIterable",
-            "printedName": "CaseIterable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "AllCases",
-                "printedName": "AllCases",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[StarIO10.StarIO10ErrorCode]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "StarIO10ErrorCode",
-                        "printedName": "StarIO10.StarIO10ErrorCode",
-                        "usr": "c:@M@StarIO10@E@STARIO10ErrorCode"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:s12CaseIterableP",
-            "mangledName": "$ss12CaseIterableP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarConnectionSettings",
-        "printedName": "StarConnectionSettings",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(py)description",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "objc_name": "description",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override",
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)description",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "objc_name": "description",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "FIRST_FOUND_DEVICE",
-            "printedName": "FIRST_FOUND_DEVICE",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(cpy)FIRST_FOUND_DEVICE",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC18FIRST_FOUND_DEVICESSvpZ",
-            "moduleName": "StarIO10",
-            "static": true,
-            "declAttributes": [
-              "HasInitialValue",
-              "Final",
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "isLet": true,
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(cm)FIRST_FOUND_DEVICE",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC18FIRST_FOUND_DEVICESSvgZ",
-                "moduleName": "StarIO10",
-                "static": true,
-                "implicit": true,
-                "declAttributes": [
-                  "Final",
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "interfaceType",
-            "printedName": "interfaceType",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "InterfaceType",
-                "printedName": "StarIO10.InterfaceType",
-                "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(py)interfaceType",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC13interfaceTypeAA09InterfaceF0Ovp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)interfaceType",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC13interfaceTypeAA09InterfaceF0Ovg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)setInterfaceType:",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC13interfaceTypeAA09InterfaceF0Ovs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A18ConnectionSettingsC13interfaceTypeAA09InterfaceF0OvM",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC13interfaceTypeAA09InterfaceF0OvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "identifier",
-            "printedName": "identifier",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(py)identifier",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC10identifierSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)identifier",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC10identifierSSvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)setIdentifier:",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC10identifierSSvs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A18ConnectionSettingsC10identifierSSvM",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC10identifierSSvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Var",
-            "name": "autoSwitchInterface",
-            "printedName": "autoSwitchInterface",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(py)autoSwitchInterface",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC19autoSwitchInterfaceSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)autoSwitchInterface",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC19autoSwitchInterfaceSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)setAutoSwitchInterface:",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC19autoSwitchInterfaceSbvs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO100A18ConnectionSettingsC19autoSwitchInterfaceSbvM",
-                "mangledName": "$s8StarIO100A18ConnectionSettingsC19autoSwitchInterfaceSbvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(interfaceType:identifier:autoSwitchInterface:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarConnectionSettings",
-                "printedName": "StarIO10.StarConnectionSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "InterfaceType",
-                "printedName": "StarIO10.InterfaceType",
-                "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "hasDefaultArg": true,
-                "usr": "s:SS"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "hasDefaultArg": true,
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)initWithInterfaceType:identifier:autoSwitchInterface:",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsC13interfaceType10identifier19autoSwitchInterfaceAcA0jF0O_SSSbtcfc",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarConnectionSettings",
-                "printedName": "StarIO10.StarConnectionSettings",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings(im)init",
-            "mangledName": "$s8StarIO100A18ConnectionSettingsCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarConnectionSettings",
-        "mangledName": "$s8StarIO100A18ConnectionSettingsC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarConnectionSettings",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "NullableInt",
-        "printedName": "NullableInt",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "value",
-            "printedName": "value",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt(py)value",
-            "mangledName": "$s8StarIO1011NullableIntC5valueSivp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt(im)value",
-                "mangledName": "$s8StarIO1011NullableIntC5valueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt(im)setValue:",
-                "mangledName": "$s8StarIO1011NullableIntC5valueSivs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1011NullableIntC5valueSivM",
-                "mangledName": "$s8StarIO1011NullableIntC5valueSivM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "NullableInt",
-                "printedName": "StarIO10.NullableInt",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt(im)init",
-            "mangledName": "$s8StarIO1011NullableIntCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableInt",
-        "mangledName": "$s8StarIO1011NullableIntC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10NullableInt",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Network",
-        "printedName": "Network",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "InterfaceType",
-        "printedName": "InterfaceType",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "unknown",
-            "printedName": "unknown",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.InterfaceType.Type) -> StarIO10.InterfaceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.InterfaceType.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InterfaceType",
-                        "printedName": "StarIO10.InterfaceType",
-                        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10InterfaceType@STARIO10InterfaceTypeUnknown",
-            "mangledName": "$s8StarIO1013InterfaceTypeO7unknownyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InterfaceTypeUnknown",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 0
-          },
-          {
-            "kind": "Var",
-            "name": "usb",
-            "printedName": "usb",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.InterfaceType.Type) -> StarIO10.InterfaceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.InterfaceType.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InterfaceType",
-                        "printedName": "StarIO10.InterfaceType",
-                        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10InterfaceType@STARIO10InterfaceTypeUSB",
-            "mangledName": "$s8StarIO1013InterfaceTypeO3usbyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InterfaceTypeUSB",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 1
-          },
-          {
-            "kind": "Var",
-            "name": "bluetooth",
-            "printedName": "bluetooth",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.InterfaceType.Type) -> StarIO10.InterfaceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.InterfaceType.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InterfaceType",
-                        "printedName": "StarIO10.InterfaceType",
-                        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10InterfaceType@STARIO10InterfaceTypeBluetooth",
-            "mangledName": "$s8StarIO1013InterfaceTypeO9bluetoothyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InterfaceTypeBluetooth",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 2
-          },
-          {
-            "kind": "Var",
-            "name": "bluetoothLE",
-            "printedName": "bluetoothLE",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.InterfaceType.Type) -> StarIO10.InterfaceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.InterfaceType.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InterfaceType",
-                        "printedName": "StarIO10.InterfaceType",
-                        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10InterfaceType@STARIO10InterfaceTypeBluetoothLE",
-            "mangledName": "$s8StarIO1013InterfaceTypeO11bluetoothLEyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InterfaceTypeBluetoothLE",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 3
-          },
-          {
-            "kind": "Var",
-            "name": "lan",
-            "printedName": "lan",
-            "children": [
-              {
-                "kind": "TypeFunc",
-                "name": "Function",
-                "printedName": "(StarIO10.InterfaceType.Type) -> StarIO10.InterfaceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Metatype",
-                    "printedName": "StarIO10.InterfaceType.Type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "InterfaceType",
-                        "printedName": "StarIO10.InterfaceType",
-                        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                      }
-                    ]
-                  }
-                ]
-              }
-            ],
-            "declKind": "EnumElement",
-            "usr": "c:@M@StarIO10@E@STARIO10InterfaceType@STARIO10InterfaceTypeLAN",
-            "mangledName": "$s8StarIO1013InterfaceTypeO3lanyA2CmF",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10InterfaceTypeLAN",
-            "declAttributes": [
-              "ObjC"
-            ],
-            "fixedbinaryorder": 4
-          },
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1013InterfaceTypeO11descriptionSSvp",
-            "mangledName": "$s8StarIO1013InterfaceTypeO11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1013InterfaceTypeO11descriptionSSvg",
-                "mangledName": "$s8StarIO1013InterfaceTypeO11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "accessorKind": "get"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init(rawValue:)",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Optional",
-                "printedName": "StarIO10.InterfaceType?",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InterfaceType",
-                    "printedName": "StarIO10.InterfaceType",
-                    "usr": "c:@M@StarIO10@E@STARIO10InterfaceType"
-                  }
-                ],
-                "usr": "s:Sq"
-              },
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "s:8StarIO1013InterfaceTypeO8rawValueACSgSi_tcfc",
-            "mangledName": "$s8StarIO1013InterfaceTypeO8rawValueACSgSi_tcfc",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "Var",
-            "name": "rawValue",
-            "printedName": "rawValue",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Int",
-                "printedName": "Swift.Int",
-                "usr": "s:Si"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:8StarIO1013InterfaceTypeO8rawValueSivp",
-            "mangledName": "$s8StarIO1013InterfaceTypeO8rawValueSivp",
-            "moduleName": "StarIO10",
-            "implicit": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1013InterfaceTypeO8rawValueSivg",
-                "mangledName": "$s8StarIO1013InterfaceTypeO8rawValueSivg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@M@StarIO10@E@STARIO10InterfaceType",
-        "mangledName": "$s8StarIO1013InterfaceTypeO",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10InterfaceType",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC"
-        ],
-        "enumRawTypeName": "Int",
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "NullableBool",
-        "printedName": "NullableBool",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "value",
-            "printedName": "value",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "Bool",
-                "printedName": "Swift.Bool",
-                "usr": "s:Sb"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool(py)value",
-            "mangledName": "$s8StarIO1012NullableBoolC5valueSbvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "HasStorage",
-              "AccessControl",
-              "ObjC"
-            ],
-            "hasStorage": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool(im)value",
-                "mangledName": "$s8StarIO1012NullableBoolC5valueSbvg",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "get"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Set",
-                "printedName": "Set()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool(im)setValue:",
-                "mangledName": "$s8StarIO1012NullableBoolC5valueSbvs",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "declAttributes": [
-                  "ObjC"
-                ],
-                "accessorKind": "set"
-              },
-              {
-                "kind": "Accessor",
-                "name": "Modify",
-                "printedName": "Modify()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Void",
-                    "printedName": "()"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:8StarIO1012NullableBoolC5valueSbvM",
-                "mangledName": "$s8StarIO1012NullableBoolC5valueSbvM",
-                "moduleName": "StarIO10",
-                "implicit": true,
-                "accessorKind": "_modify"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "NullableBool",
-                "printedName": "StarIO10.NullableBool",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool(im)init",
-            "mangledName": "$s8StarIO1012NullableBoolCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10NullableBool",
-        "mangledName": "$s8StarIO1012NullableBoolC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10NullableBool",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "hasMissingDesignatedInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "Foundation",
-        "printedName": "Foundation",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "StarXpandCommand",
-        "printedName": "StarXpandCommand",
-        "children": [
-          {
-            "kind": "TypeDecl",
-            "name": "Printer",
-            "printedName": "Printer",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Printer",
-                    "printedName": "StarIO10.StarXpandCommand.Printer",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "BlackMarkParameter",
-                "printedName": "BlackMarkParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "enable",
-                    "printedName": "enable",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC6enableSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC6enableSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC6enableSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC6enableSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setEnable",
-                    "printedName": "setEnable(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC9setEnableyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC9setEnableyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "position",
-                    "printedName": "position",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BlackMarkPosition",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC8positionAE0fG8PositionOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC8positionAE0fG8PositionOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BlackMarkPosition",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC8positionAE0fG8PositionOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC8positionAE0fG8PositionOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setPosition",
-                    "printedName": "setPosition(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BlackMarkPosition",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC11setPositionyAGXDAE0fgJ0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC11setPositionyAGXDAE0fgJ0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BlackMarkParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterBlackMarkParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "inheritsConvenienceInitializers": true,
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PDF417Parameter",
-                "printedName": "PDF417Parameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "content",
-                    "printedName": "content",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentSSvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentSSvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentSSvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentSSvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "column",
-                    "printedName": "column",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6columnSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6columnSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6columnSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6columnSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setColumn",
-                    "printedName": "setColumn(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setColumnyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setColumnyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "line",
-                    "printedName": "line",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC4lineSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC4lineSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC4lineSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC4lineSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLine",
-                    "printedName": "setLine(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7setLineyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7setLineyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "module",
-                    "printedName": "module",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6moduleSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6moduleSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6moduleSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6moduleSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setModule",
-                    "printedName": "setModule(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setModuleyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setModuleyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "aspect",
-                    "printedName": "aspect",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6aspectSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6aspectSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6aspectSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC6aspectSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setAspect",
-                    "printedName": "setAspect(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setAspectyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC9setAspectyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "level",
-                    "printedName": "level",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PDF417Level",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC5levelAE0F5LevelOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC5levelAE0F5LevelOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC5levelAE0F5LevelOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC5levelAE0F5LevelOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLevel",
-                    "printedName": "setLevel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PDF417Level",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC8setLevelyAGXDAE0fI0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC8setLevelyAGXDAE0fI0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(content:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PDF417Parameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Parameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentAGSS_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC7contentAGSS_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PDF417Parameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Parameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPDF417Parameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "QRCodeParameter",
-                "printedName": "QRCodeParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "content",
-                    "printedName": "content",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentSSvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentSSvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentSSvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentSSvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "model",
-                    "printedName": "model",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeModel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5modelAE0F5ModelOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5modelAE0F5ModelOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeModel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5modelAE0F5ModelOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5modelAE0F5ModelOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setModel",
-                    "printedName": "setModel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeModel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8setModelyAGXDAE0fI0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8setModelyAGXDAE0fI0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "level",
-                    "printedName": "level",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeLevel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5levelAE0F5LevelOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5levelAE0F5LevelOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5levelAE0F5LevelOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC5levelAE0F5LevelOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLevel",
-                    "printedName": "setLevel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeLevel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8setLevelyAGXDAE0fI0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8setLevelyAGXDAE0fI0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "cellSize",
-                    "printedName": "cellSize",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8cellSizeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8cellSizeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8cellSizeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC8cellSizeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setCellSize",
-                    "printedName": "setCellSize(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC11setCellSizeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC11setCellSizeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(content:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentAGSS_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC7contentAGSS_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "QRCodeParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterQRCodeParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PageModePrintDirection",
-                "printedName": "PageModePrintDirection",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "bottomToTop",
-                    "printedName": "bottomToTop",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type) -> StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PageModePrintDirection",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PageModePrintDirection",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11bottomToTopyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11bottomToTopyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "leftToRight",
-                    "printedName": "leftToRight",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type) -> StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PageModePrintDirection",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PageModePrintDirection",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11leftToRightyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11leftToRightyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rightToLeft",
-                    "printedName": "rightToLeft",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type) -> StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PageModePrintDirection",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PageModePrintDirection",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11rightToLeftyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11rightToLeftyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "topToBottom",
-                    "printedName": "topToBottom",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type) -> StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PageModePrintDirection",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PageModePrintDirection",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11topToBottomyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO11topToBottomyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PageModePrintDirection",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPageModePrintDirection",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "FontType",
-                "printedName": "FontType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "a",
-                    "printedName": "a",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.FontType.Type) -> StarIO10.StarXpandCommand.Printer.FontType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "FontType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.FontType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "FontType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO1ayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO1ayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "b",
-                    "printedName": "b",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.FontType.Type) -> StarIO10.StarXpandCommand.Printer.FontType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "FontType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.FontType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "FontType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO1byA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO1byA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.FontType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "FontType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC8FontTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterFontType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PageModeAreaParameter",
-                "printedName": "PageModeAreaParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "width",
-                    "printedName": "width",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5widthSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5widthSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5widthSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5widthSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "height",
-                    "printedName": "height",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC6heightSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC6heightSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC6heightSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC6heightSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "x",
-                    "printedName": "x",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1xSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1xSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1xSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1xSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setX",
-                    "printedName": "setX(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC4setXyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC4setXyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "y",
-                    "printedName": "y",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1ySdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1ySdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1ySdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC1ySdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setY",
-                    "printedName": "setY(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC4setYyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC4setYyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(width:height:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeAreaParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeAreaParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5width6heightAGSd_Sdtcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC5width6heightAGSd_Sdtcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeAreaParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeAreaParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPageModeAreaParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LineStyle",
-                "printedName": "LineStyle",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "single",
-                    "printedName": "single",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.LineStyle.Type) -> StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LineStyle",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO6singleyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO6singleyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "double",
-                    "printedName": "double",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.LineStyle.Type) -> StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LineStyle",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO6doubleyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO6doubleyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9LineStyleO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterLineStyle",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "Alignment",
-                "printedName": "Alignment",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "left",
-                    "printedName": "left",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.Alignment.Type) -> StarIO10.StarXpandCommand.Printer.Alignment",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Alignment",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Alignment",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO4leftyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO4leftyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "center",
-                    "printedName": "center",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.Alignment.Type) -> StarIO10.StarXpandCommand.Printer.Alignment",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Alignment",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Alignment",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO6centeryA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO6centeryA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "right",
-                    "printedName": "right",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.Alignment.Type) -> StarIO10.StarXpandCommand.Printer.Alignment",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Alignment",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Alignment",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO5rightyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO5rightyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.Alignment?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Alignment",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC9AlignmentO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterAlignment",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PageModeRectangleParameter",
-                "printedName": "PageModeRectangleParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "x",
-                    "printedName": "x",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1xSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1xSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1xSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1xSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "y",
-                    "printedName": "y",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1ySdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1ySdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1ySdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1ySdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "width",
-                    "printedName": "width",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC5widthSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC5widthSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC5widthSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC5widthSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "height",
-                    "printedName": "height",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC6heightSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC6heightSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC6heightSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC6heightSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "thickness",
-                    "printedName": "thickness",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9thicknessSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9thicknessSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9thicknessSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9thicknessSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThickness",
-                    "printedName": "setThickness(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12setThicknessyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12setThicknessyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "roundCorner",
-                    "printedName": "roundCorner",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC11roundCornerSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC11roundCornerSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC11roundCornerSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC11roundCornerSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setRoundCorner",
-                    "printedName": "setRoundCorner(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC14setRoundCorneryAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC14setRoundCorneryAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "cornerRadius",
-                    "printedName": "cornerRadius",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12cornerRadiusSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12cornerRadiusSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12cornerRadiusSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12cornerRadiusSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setCornerRadius",
-                    "printedName": "setCornerRadius(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC15setCornerRadiusyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC15setCornerRadiusyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "lineStyle",
-                    "printedName": "lineStyle",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9lineStyleAE04LineK0Ovp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9lineStyleAE04LineK0Ovp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9lineStyleAE04LineK0Ovg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC9lineStyleAE04LineK0Ovg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLineStyle",
-                    "printedName": "setLineStyle(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12setLineStyleyAGXDAE0kL0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC12setLineStyleyAGXDAE0kL0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(x:y:width:height:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeRectangleParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRectangleParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1x1y5width6heightAGSd_S3dtcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC1x1y5width6heightAGSd_S3dtcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeRectangleParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRectangleParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPageModeRectangleParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "ImageParameter",
-                "printedName": "ImageParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "image",
-                    "printedName": "image",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5imageSo7UIImageCvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5imageSo7UIImageCvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "UIImage",
-                            "printedName": "UIKit.UIImage",
-                            "usr": "c:objc(cs)UIImage"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5imageSo7UIImageCvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5imageSo7UIImageCvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "width",
-                    "printedName": "width",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5widthSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5widthSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5widthSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5widthSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "effectDiffusion",
-                    "printedName": "effectDiffusion",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC15effectDiffusionSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC15effectDiffusionSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC15effectDiffusionSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC15effectDiffusionSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setEffectDiffusion",
-                    "printedName": "setEffectDiffusion(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "threshold",
-                    "printedName": "threshold",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC9thresholdSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC9thresholdSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC9thresholdSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC9thresholdSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThreshold",
-                    "printedName": "setThreshold(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC12setThresholdyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC12setThresholdyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(image:width:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.ImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5image5widthAGSo7UIImageC_Sitcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC5image5widthAGSo7UIImageC_Sitcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.ImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14ImageParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterImageParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "QRCodeLevel",
-                "printedName": "QRCodeLevel",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "l",
-                    "printedName": "l",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1lyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1lyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "m",
-                    "printedName": "m",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1myA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1myA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "q",
-                    "printedName": "q",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1qyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1qyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "h",
-                    "printedName": "h",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1hyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO1hyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeLevelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterQRCodeLevel",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LabelParameter",
-                "printedName": "LabelParameter",
-                "children": [
-                  {
-                    "kind": "Function",
-                    "name": "enable",
-                    "printedName": "enable()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterC6enableSbyF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14LabelParameterC6enableSbyF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setEnable",
-                    "printedName": "setEnable(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterC9setEnableyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14LabelParameterC9setEnableyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LabelParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LabelParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14LabelParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC14LabelParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterLabelParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "inheritsConvenienceInitializers": true,
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LogoParameter",
-                "printedName": "LogoParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "keyCode",
-                    "printedName": "keyCode",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeSSvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeSSvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeSSvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeSSvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(keyCode:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LogoParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LogoParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeAGSS_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC13LogoParameterC7keyCodeAGSS_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LogoParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LogoParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC13LogoParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC13LogoParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterLogoParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "CharacterEncodingType",
-                "printedName": "CharacterEncodingType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "japanese",
-                    "printedName": "japanese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8japaneseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8japaneseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "simplifiedChinese",
-                    "printedName": "simplifiedChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO17simplifiedChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO17simplifiedChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "traditionalChinese",
-                    "printedName": "traditionalChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO18traditionalChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO18traditionalChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "korean",
-                    "printedName": "korean",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO6koreanyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO6koreanyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "codePage",
-                    "printedName": "codePage",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8codePageyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8codePageyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterCharacterEncodingType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "BlackMarkPosition",
-                "printedName": "BlackMarkPosition",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "front",
-                    "printedName": "front",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BlackMarkPosition.Type) -> StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BlackMarkPosition",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BlackMarkPosition",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO5frontyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO5frontyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "back",
-                    "printedName": "back",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BlackMarkPosition.Type) -> StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BlackMarkPosition",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BlackMarkPosition",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO4backyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO4backyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BlackMarkPosition",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkPosition",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC17BlackMarkPositionO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterBlackMarkPosition",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PDF417Level",
-                "printedName": "PDF417Level",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "ecc0",
-                    "printedName": "ecc0",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc0yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc0yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc1",
-                    "printedName": "ecc1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc2",
-                    "printedName": "ecc2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc3",
-                    "printedName": "ecc3",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc3yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc3yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc4",
-                    "printedName": "ecc4",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc4yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc4yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc5",
-                    "printedName": "ecc5",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc5yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc5yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 5
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc6",
-                    "printedName": "ecc6",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc6yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc6yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 6
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc7",
-                    "printedName": "ecc7",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc7yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc7yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 7
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ecc8",
-                    "printedName": "ecc8",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.PDF417Level.Type) -> StarIO10.StarXpandCommand.Printer.PDF417Level",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "PDF417Level",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc8yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO4ecc8yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 8
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PDF417Level",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Level",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11PDF417LevelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPDF417Level",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "BarcodeParameter",
-                "printedName": "BarcodeParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "content",
-                    "printedName": "content",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7contentSSvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7contentSSvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "String",
-                            "printedName": "Swift.String",
-                            "usr": "s:SS"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7contentSSvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7contentSSvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "symbology",
-                    "printedName": "symbology",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeSymbology",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9symbologyAE0F9SymbologyOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9symbologyAE0F9SymbologyOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9symbologyAE0F9SymbologyOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9symbologyAE0F9SymbologyOvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "printHRI",
-                    "printedName": "printHRI",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC8printHRISbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC8printHRISbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC8printHRISbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC8printHRISbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setPrintHRI",
-                    "printedName": "setPrintHRI(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC11setPrintHRIyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC11setPrintHRIyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "barDots",
-                    "printedName": "barDots",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7barDotsSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7barDotsSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7barDotsSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7barDotsSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setBarDots",
-                    "printedName": "setBarDots(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC10setBarDotsyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC10setBarDotsyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "barRatioLevel",
-                    "printedName": "barRatioLevel",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeBarRatioLevel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC13barRatioLevelAE0f3BariJ0Ovp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC13barRatioLevelAE0f3BariJ0Ovp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeBarRatioLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC13barRatioLevelAE0f3BariJ0Ovg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC13barRatioLevelAE0f3BariJ0Ovg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setBarRatioLevel",
-                    "printedName": "setBarRatioLevel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeBarRatioLevel",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC16setBarRatioLevelyAGXDAE0fijK0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC16setBarRatioLevelyAGXDAE0fijK0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "height",
-                    "printedName": "height",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC6heightSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC6heightSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC6heightSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC6heightSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setHeight",
-                    "printedName": "setHeight(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9setHeightyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC9setHeightyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(content:symbology:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "String",
-                        "printedName": "Swift.String",
-                        "usr": "s:SS"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeSymbology",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7content9symbologyAGSS_AE0F9SymbologyOtcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC7content9symbologyAGSS_AE0F9SymbologyOtcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "BarcodeParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterBarcodeParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "QRCodeModel",
-                "printedName": "QRCodeModel",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "model1",
-                    "printedName": "model1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeModel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeModel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeModel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO6model1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO6model1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "model2",
-                    "printedName": "model2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.QRCodeModel.Type) -> StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeModel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "QRCodeModel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO6model2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO6model2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "QRCodeModel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeModel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC11QRCodeModelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterQRCodeModel",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PageModeImageParameter",
-                "printedName": "PageModeImageParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "image",
-                    "printedName": "image",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5imageSo7UIImageCvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5imageSo7UIImageCvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "UIImage",
-                            "printedName": "UIKit.UIImage",
-                            "usr": "c:objc(cs)UIImage"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5imageSo7UIImageCvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5imageSo7UIImageCvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "x",
-                    "printedName": "x",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1xSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1xSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1xSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1xSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "y",
-                    "printedName": "y",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1ySdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1ySdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1ySdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC1ySdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "width",
-                    "printedName": "width",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5widthSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5widthSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5widthSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5widthSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "effectDiffusion",
-                    "printedName": "effectDiffusion",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC15effectDiffusionSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC15effectDiffusionSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC15effectDiffusionSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC15effectDiffusionSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setEffectDiffusion",
-                    "printedName": "setEffectDiffusion(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "threshold",
-                    "printedName": "threshold",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC9thresholdSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC9thresholdSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC9thresholdSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC9thresholdSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThreshold",
-                    "printedName": "setThreshold(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC12setThresholdyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC12setThresholdyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(image:x:y:width:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5image1x1y5widthAGSo7UIImageC_S2dSitcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC5image1x1y5widthAGSo7UIImageC_S2dSitcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPageModeImageParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "InternationalCharacterType",
-                "printedName": "InternationalCharacterType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "usa",
-                    "printedName": "usa",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO3usayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO3usayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "france",
-                    "printedName": "france",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6franceyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6franceyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "germany",
-                    "printedName": "germany",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7germanyyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7germanyyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "uk",
-                    "printedName": "uk",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO2ukyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO2ukyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "denmark",
-                    "printedName": "denmark",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7denmarkyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7denmarkyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "sweden",
-                    "printedName": "sweden",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6swedenyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6swedenyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 5
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "italy",
-                    "printedName": "italy",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5italyyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5italyyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 6
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "spain",
-                    "printedName": "spain",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5spainyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5spainyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 7
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "japan",
-                    "printedName": "japan",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5japanyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5japanyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 8
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "norway",
-                    "printedName": "norway",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6norwayyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6norwayyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 9
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "denmark2",
-                    "printedName": "denmark2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8denmark2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8denmark2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 10
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "spain2",
-                    "printedName": "spain2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6spain2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6spain2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 11
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "latinAmerica",
-                    "printedName": "latinAmerica",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO12latinAmericayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO12latinAmericayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 12
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "korea",
-                    "printedName": "korea",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5koreayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5koreayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 13
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ireland",
-                    "printedName": "ireland",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7irelandyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7irelandyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 14
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "slovenia",
-                    "printedName": "slovenia",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8sloveniayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8sloveniayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 15
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "croatia",
-                    "printedName": "croatia",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7croatiayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7croatiayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 16
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "china",
-                    "printedName": "china",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5chinayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5chinayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 17
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "vietnam",
-                    "printedName": "vietnam",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7vietnamyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO7vietnamyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 18
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "arabic",
-                    "printedName": "arabic",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6arabicyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO6arabicyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 19
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "legal",
-                    "printedName": "legal",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5legalyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO5legalyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 20
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterInternationalCharacterType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "BarcodeSymbology",
-                "printedName": "BarcodeSymbology",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "upcE",
-                    "printedName": "upcE",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4upcEyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4upcEyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "upcA",
-                    "printedName": "upcA",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4upcAyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4upcAyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "jan8",
-                    "printedName": "jan8",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4jan8yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4jan8yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ean8",
-                    "printedName": "ean8",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4ean8yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO4ean8yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "jan13",
-                    "printedName": "jan13",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO5jan13yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO5jan13yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "ean13",
-                    "printedName": "ean13",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO5ean13yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO5ean13yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 5
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "code39",
-                    "printedName": "code39",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO6code39yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO6code39yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 6
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "itf",
-                    "printedName": "itf",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO3itfyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO3itfyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 7
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "code128",
-                    "printedName": "code128",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO7code128yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO7code128yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 8
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "code93",
-                    "printedName": "code93",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO6code93yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO6code93yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 9
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "nw7",
-                    "printedName": "nw7",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeSymbology",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO3nw7yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO3nw7yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 10
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeSymbology",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeSymbology",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16BarcodeSymbologyO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterBarcodeSymbology",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "RuledLineParameter",
-                "printedName": "RuledLineParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "width",
-                    "printedName": "width",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "x",
-                    "printedName": "x",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC1xSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC1xSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC1xSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC1xSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setX",
-                    "printedName": "setX(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC4setXyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC4setXyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "thickness",
-                    "printedName": "thickness",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9thicknessSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9thicknessSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9thicknessSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9thicknessSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThickness",
-                    "printedName": "setThickness(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC12setThicknessyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC12setThicknessyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "lineStyle",
-                    "printedName": "lineStyle",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9lineStyleAE0gJ0Ovp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9lineStyleAE0gJ0Ovp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9lineStyleAE0gJ0Ovg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC9lineStyleAE0gJ0Ovg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLineStyle",
-                    "printedName": "setLineStyle(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC03setG5StyleyAGXDAE0gJ0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC03setG5StyleyAGXDAE0gJ0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(width:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "RuledLineParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.RuledLineParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthAGSd_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC5widthAGSd_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "RuledLineParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.RuledLineParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterRuledLineParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "BarcodeBarRatioLevel",
-                "printedName": "BarcodeBarRatioLevel",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "levelPlus1",
-                    "printedName": "levelPlus1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeBarRatioLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeBarRatioLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO10levelPlus1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO10levelPlus1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "level0",
-                    "printedName": "level0",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeBarRatioLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeBarRatioLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO6level0yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO6level0yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "levelMinus1",
-                    "printedName": "levelMinus1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type) -> StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeBarRatioLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "BarcodeBarRatioLevel",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO11levelMinus1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO11levelMinus1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "BarcodeBarRatioLevel",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC20BarcodeBarRatioLevelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PageModeRuledLineParameter",
-                "printedName": "PageModeRuledLineParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "xStart",
-                    "printedName": "xStart",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStartSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStartSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStartSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStartSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "yStart",
-                    "printedName": "yStart",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6yStartSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6yStartSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6yStartSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6yStartSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "xEnd",
-                    "printedName": "xEnd",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4xEndSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4xEndSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4xEndSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4xEndSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "yEnd",
-                    "printedName": "yEnd",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4yEndSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4yEndSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4yEndSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC4yEndSdvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "thickness",
-                    "printedName": "thickness",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9thicknessSdvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9thicknessSdvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Double",
-                            "printedName": "Swift.Double",
-                            "usr": "s:Sd"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9thicknessSdvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9thicknessSdvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThickness",
-                    "printedName": "setThickness(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC12setThicknessyAGXDSdF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC12setThicknessyAGXDSdF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "lineStyle",
-                    "printedName": "lineStyle",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9lineStyleAE0iL0Ovp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9lineStyleAE0iL0Ovp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LineStyle",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9lineStyleAE0iL0Ovg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC9lineStyleAE0iL0Ovg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLineStyle",
-                    "printedName": "setLineStyle(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LineStyle",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.LineStyle",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC9LineStyleO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC03setI5StyleyAGXDAE0iL0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC03setI5StyleyAGXDAE0iL0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(xStart:yStart:xEnd:yEnd:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeRuledLineParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRuledLineParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Double",
-                        "printedName": "Swift.Double",
-                        "usr": "s:Sd"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStart01yK04xEnd01yL0AGSd_S3dtcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC6xStart01yK04xEnd01yL0AGSd_S3dtcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PageModeRuledLineParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRuledLineParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterPageModeRuledLineParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "HoldPrintParameter",
-                "printedName": "HoldPrintParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "enable",
-                    "printedName": "enable",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableSbvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(enable:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "HoldPrintParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.HoldPrintParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableAGSb_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC6enableAGSb_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "HoldPrintParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.HoldPrintParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterHoldPrintParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "CutType",
-                "printedName": "CutType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "full",
-                    "printedName": "full",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CutType.Type) -> StarIO10.StarXpandCommand.Printer.CutType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CutType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CutType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO4fullyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO4fullyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "partial",
-                    "printedName": "partial",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CutType.Type) -> StarIO10.StarXpandCommand.Printer.CutType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CutType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CutType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO7partialyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO7partialyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "fullDirect",
-                    "printedName": "fullDirect",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CutType.Type) -> StarIO10.StarXpandCommand.Printer.CutType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CutType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CutType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO10fullDirectyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO10fullDirectyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "partialDirect",
-                    "printedName": "partialDirect",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CutType.Type) -> StarIO10.StarXpandCommand.Printer.CutType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CutType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CutType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO13partialDirectyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO13partialDirectyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.CutType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CutType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC7CutTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterCutType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "CJKCharacterType",
-                "printedName": "CJKCharacterType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "japanese",
-                    "printedName": "japanese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CJKCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CJKCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8japaneseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8japaneseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "simplifiedChinese",
-                    "printedName": "simplifiedChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CJKCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CJKCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO17simplifiedChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO17simplifiedChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "traditionalChinese",
-                    "printedName": "traditionalChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CJKCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CJKCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO18traditionalChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO18traditionalChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "korean",
-                    "printedName": "korean",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type) -> StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CJKCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CJKCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO6koreanyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO6koreanyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CJKCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPrinterCJKCharacterType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC7PrinterC",
-            "mangledName": "$s8StarIO100A12XpandCommandC7PrinterC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "Buzzer",
-            "printedName": "Buzzer",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Buzzer",
-                    "printedName": "StarIO10.StarXpandCommand.Buzzer",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC6BuzzerCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "Channel",
-                "printedName": "Channel",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "no1",
-                    "printedName": "no1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Buzzer.Channel.Type) -> StarIO10.StarXpandCommand.Buzzer.Channel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Channel",
-                                "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                                "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO3no1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO3no1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "no2",
-                    "printedName": "no2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Buzzer.Channel.Type) -> StarIO10.StarXpandCommand.Buzzer.Channel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Channel",
-                                "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                                "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO3no2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO3no2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC7ChannelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandBuzzerChannel",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "DriveParameter",
-                "printedName": "DriveParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "channel",
-                    "printedName": "channel",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Channel",
-                        "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7channelAE7ChannelOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7channelAE7ChannelOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7channelAE7ChannelOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7channelAE7ChannelOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setChannel",
-                    "printedName": "setChannel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Channel",
-                        "printedName": "StarIO10.StarXpandCommand.Buzzer.Channel",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC7ChannelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC10setChannelyAGXDAE0I0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC10setChannelyAGXDAE0I0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "repeat",
-                    "printedName": "repeat",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6repeatSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6repeatSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6repeatSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6repeatSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setRepeat",
-                    "printedName": "setRepeat(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC9setRepeatyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC9setRepeatyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "onTime",
-                    "printedName": "onTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6onTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6onTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6onTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC6onTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOnTime",
-                    "printedName": "setOnTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC9setOnTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC9setOnTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "offTime",
-                    "printedName": "offTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7offTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7offTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7offTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC7offTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOffTime",
-                    "printedName": "setOffTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC10setOffTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC10setOffTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DriveParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Buzzer.DriveParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandBuzzerDriveParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "inheritsConvenienceInitializers": true,
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC6BuzzerC",
-            "mangledName": "$s8StarIO100A12XpandCommandC6BuzzerC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "Drawer",
-            "printedName": "Drawer",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Drawer",
-                    "printedName": "StarIO10.StarXpandCommand.Drawer",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC6DrawerCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC6DrawerCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "Channel",
-                "printedName": "Channel",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "no1",
-                    "printedName": "no1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Drawer.Channel.Type) -> StarIO10.StarXpandCommand.Drawer.Channel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Channel",
-                                "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                                "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO3no1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO3no1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "no2",
-                    "printedName": "no2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Drawer.Channel.Type) -> StarIO10.StarXpandCommand.Drawer.Channel",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Channel",
-                                "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                                "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO3no2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO3no2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Drawer.Channel?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO",
-                "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC7ChannelO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDrawerChannel",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "OpenParameter",
-                "printedName": "OpenParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "channel",
-                    "printedName": "channel",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Channel",
-                        "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC7channelAE7ChannelOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC7channelAE7ChannelOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Channel",
-                            "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                            "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC7channelAE7ChannelOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC7channelAE7ChannelOvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setChannel",
-                    "printedName": "setChannel(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Channel",
-                        "printedName": "StarIO10.StarXpandCommand.Drawer.Channel",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC7ChannelO"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC10setChannelyAGXDAE0I0OF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC10setChannelyAGXDAE0I0OF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "onTime",
-                    "printedName": "onTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC6onTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC6onTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC6onTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC6onTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOnTime",
-                    "printedName": "setOnTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC9setOnTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC9setOnTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "OpenParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Drawer.OpenParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC13OpenParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDrawerOpenParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "inheritsConvenienceInitializers": true,
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC6DrawerC",
-            "mangledName": "$s8StarIO100A12XpandCommandC6DrawerC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "MelodySpeaker",
-            "printedName": "MelodySpeaker",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MelodySpeaker",
-                    "printedName": "StarIO10.StarXpandCommand.MelodySpeaker",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "DriveRegisteredSoundParameter",
-                "printedName": "DriveRegisteredSoundParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "area",
-                    "printedName": "area",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SoundStorageArea",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4areaAE0I11StorageAreaOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4areaAE0I11StorageAreaOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "SoundStorageArea",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                            "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4areaAE0I11StorageAreaOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4areaAE0I11StorageAreaOvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "number",
-                    "printedName": "number",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6numberSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6numberSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6numberSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6numberSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "volume",
-                    "printedName": "volume",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6volumeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6volumeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6volumeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC6volumeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setVolume",
-                    "printedName": "setVolume(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC9setVolumeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC9setVolumeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(area:number:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DriveRegisteredSoundParameter",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveRegisteredSoundParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "SoundStorageArea",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4area6numberAgE0I11StorageAreaO_Sitcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC4area6numberAgE0I11StorageAreaO_Sitcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DriveRegisteredSoundParameter",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveRegisteredSoundParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandMelodySpeakerDriveRegisteredSoundParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "DriveOneTimeSoundParameter",
-                "printedName": "DriveOneTimeSoundParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "source",
-                    "printedName": "source",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Data",
-                        "printedName": "Foundation.Data",
-                        "usr": "s:10Foundation4DataV"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6source10Foundation4DataVvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6source10Foundation4DataVvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Data",
-                            "printedName": "Foundation.Data",
-                            "usr": "s:10Foundation4DataV"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6source10Foundation4DataVvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6source10Foundation4DataVvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "volume",
-                    "printedName": "volume",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6volumeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6volumeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6volumeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6volumeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setVolume",
-                    "printedName": "setVolume(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC9setVolumeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC9setVolumeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(source:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DriveOneTimeSoundParameter",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveOneTimeSoundParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Data",
-                        "printedName": "Foundation.Data",
-                        "usr": "s:10Foundation4DataV"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6sourceAG10Foundation4DataV_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC6sourceAG10Foundation4DataV_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DriveOneTimeSoundParameter",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveOneTimeSoundParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandMelodySpeakerDriveOneTimeSoundParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "SoundStorageArea",
-                "printedName": "SoundStorageArea",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "area1",
-                    "printedName": "area1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea.Type) -> StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "SoundStorageArea",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                            "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "SoundStorageArea",
-                                "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO5area1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO5area1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "area2",
-                    "printedName": "area2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea.Type) -> StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "SoundStorageArea",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                            "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "SoundStorageArea",
-                                "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO5area2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO5area2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "SoundStorageArea",
-                            "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea",
-                            "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO",
-                "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC16SoundStorageAreaO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandMelodySpeakerSoundStorageArea",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC",
-            "mangledName": "$s8StarIO100A12XpandCommandC13MelodySpeakerC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "Presenter",
-            "printedName": "Presenter",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Presenter",
-                    "printedName": "StarIO10.StarXpandCommand.Presenter",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC9PresenterCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC9PresenterCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LEDAutomaticBlinkParameter",
-                "printedName": "LEDAutomaticBlinkParameter",
-                "children": [
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(type:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDAutomaticBlinkParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.LEDAutomaticBlinkParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDType",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAgE7LEDTypeO_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAgE7LEDTypeO_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "type",
-                    "printedName": "type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDType",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "onTime",
-                    "printedName": "onTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC6onTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC6onTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC6onTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC6onTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOnTime",
-                    "printedName": "setOnTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC9setOnTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC9setOnTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "offTime",
-                    "printedName": "offTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC7offTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC7offTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC7offTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC7offTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOffTime",
-                    "printedName": "setOffTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC10setOffTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC10setOffTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDAutomaticBlinkParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.LEDAutomaticBlinkParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPresenterLEDAutomaticBlinkParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LEDType",
-                "printedName": "LEDType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "holding",
-                    "printedName": "holding",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Presenter.LEDType.Type) -> StarIO10.StarXpandCommand.Presenter.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO7holdingyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO7holdingyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "error",
-                    "printedName": "error",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Presenter.LEDType.Type) -> StarIO10.StarXpandCommand.Presenter.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO5erroryA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO5erroryA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "idle",
-                    "printedName": "idle",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Presenter.LEDType.Type) -> StarIO10.StarXpandCommand.Presenter.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO4idleyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO4idleyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Presenter.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC9PresenterC7LEDTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC7LEDTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPresenterLEDType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "ModeParameter",
-                "printedName": "ModeParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "loop",
-                    "printedName": "loop",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4loopSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4loopSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4loopSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4loopSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setLoop",
-                    "printedName": "setLoop(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7setLoopyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7setLoopyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "hold",
-                    "printedName": "hold",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4holdSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4holdSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4holdSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC4holdSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setHold",
-                    "printedName": "setHold(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7setHoldyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7setHoldyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "retract",
-                    "printedName": "retract",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7retractSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7retractSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7retractSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC7retractSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setRetract",
-                    "printedName": "setRetract(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC10setRetractyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC10setRetractyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "holdTime",
-                    "printedName": "holdTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC8holdTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC8holdTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC8holdTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC8holdTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setHoldTime",
-                    "printedName": "setHoldTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC11setHoldTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC11setHoldTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ModeParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Presenter.ModeParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC13ModeParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandPresenterModeParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "inheritsConvenienceInitializers": true,
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC9PresenterC",
-            "mangledName": "$s8StarIO100A12XpandCommandC9PresenterC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "Display",
-            "printedName": "Display",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Display",
-                    "printedName": "StarIO10.StarXpandCommand.Display",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "CursorState",
-                "printedName": "CursorState",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "on",
-                    "printedName": "on",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CursorState.Type) -> StarIO10.StarXpandCommand.Display.CursorState",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CursorState",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CursorState",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO2onyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO2onyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "blink",
-                    "printedName": "blink",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CursorState.Type) -> StarIO10.StarXpandCommand.Display.CursorState",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CursorState",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CursorState",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO5blinkyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO5blinkyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "off",
-                    "printedName": "off",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CursorState.Type) -> StarIO10.StarXpandCommand.Display.CursorState",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CursorState",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CursorState",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO3offyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO3offyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Display.CursorState?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CursorState",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC11CursorStateO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayCursorState",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "Contrast",
-                "printedName": "Contrast",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "plus3",
-                    "printedName": "plus3",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus3yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus3yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "plus2",
-                    "printedName": "plus2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "plus1",
-                    "printedName": "plus1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO5plus1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "default",
-                    "printedName": "default",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO7defaultyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO7defaultyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "minus1",
-                    "printedName": "minus1",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus1yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus1yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "minus2",
-                    "printedName": "minus2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 5
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "minus3",
-                    "printedName": "minus3",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.Contrast.Type) -> StarIO10.StarXpandCommand.Display.Contrast",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "Contrast",
-                                "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus3yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO6minus3yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 6
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Display.Contrast?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Contrast",
-                            "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC8ContrastO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayContrast",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "CharacterEncodingType",
-                "printedName": "CharacterEncodingType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "japanese",
-                    "printedName": "japanese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8japaneseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8japaneseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "simplifiedChinese",
-                    "printedName": "simplifiedChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO17simplifiedChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO17simplifiedChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "traditionalChinese",
-                    "printedName": "traditionalChinese",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO18traditionalChineseyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO18traditionalChineseyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "korean",
-                    "printedName": "korean",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO6koreanyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO6koreanyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "codePage",
-                    "printedName": "codePage",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type) -> StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "CharacterEncodingType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8codePageyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8codePageyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "CharacterEncodingType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayCharacterEncodingType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "PositionParameter",
-                "printedName": "PositionParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "x",
-                    "printedName": "x",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1xSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1xSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1xSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1xSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "y",
-                    "printedName": "y",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1ySivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1ySivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1ySivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1ySivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(x:y:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PositionParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Display.PositionParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1x1yAGSi_Sitcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC1x1yAGSi_Sitcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PositionParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Display.PositionParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC17PositionParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayPositionParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "ImageParameter",
-                "printedName": "ImageParameter",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "image",
-                    "printedName": "image",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageSo7UIImageCvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageSo7UIImageCvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "Final",
-                      "HasStorage",
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "isLet": true,
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "UIImage",
-                            "printedName": "UIKit.UIImage",
-                            "usr": "c:objc(cs)UIImage"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageSo7UIImageCvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageSo7UIImageCvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "Final",
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "effectDiffusion",
-                    "printedName": "effectDiffusion",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC15effectDiffusionSbvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC15effectDiffusionSbvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Bool",
-                            "printedName": "Swift.Bool",
-                            "usr": "s:Sb"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC15effectDiffusionSbvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC15effectDiffusionSbvg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setEffectDiffusion",
-                    "printedName": "setEffectDiffusion(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Bool",
-                        "printedName": "Swift.Bool",
-                        "usr": "s:Sb"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC18setEffectDiffusionyAGXDSbF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "threshold",
-                    "printedName": "threshold",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC9thresholdSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC9thresholdSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC9thresholdSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC9thresholdSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setThreshold",
-                    "printedName": "setThreshold(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC12setThresholdyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC12setThresholdyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(image:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Display.ImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "UIImage",
-                        "printedName": "UIKit.UIImage",
-                        "usr": "c:objc(cs)UIImage"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageAGSo7UIImageC_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC5imageAGSo7UIImageC_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "ImageParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Display.ImageParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC14ImageParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayImageParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "InternationalCharacterType",
-                "printedName": "InternationalCharacterType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "usa",
-                    "printedName": "usa",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO3usayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO3usayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "france",
-                    "printedName": "france",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6franceyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6franceyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "germany",
-                    "printedName": "germany",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO7germanyyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO7germanyyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "uk",
-                    "printedName": "uk",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO2ukyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO2ukyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 3
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "denmark",
-                    "printedName": "denmark",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO7denmarkyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO7denmarkyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 4
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "sweden",
-                    "printedName": "sweden",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6swedenyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6swedenyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 5
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "italy",
-                    "printedName": "italy",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5italyyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5italyyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 6
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "spain",
-                    "printedName": "spain",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5spainyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5spainyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 7
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "japan",
-                    "printedName": "japan",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5japanyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5japanyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 8
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "norway",
-                    "printedName": "norway",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6norwayyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6norwayyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 9
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "denmark2",
-                    "printedName": "denmark2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8denmark2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8denmark2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 10
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "spain2",
-                    "printedName": "spain2",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6spain2yA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO6spain2yA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 11
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "latinAmerica",
-                    "printedName": "latinAmerica",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO12latinAmericayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO12latinAmericayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 12
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "korea",
-                    "printedName": "korea",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type) -> StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "InternationalCharacterType",
-                                "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5koreayA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO5koreayA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 13
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "InternationalCharacterType",
-                            "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                            "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandDisplayInternationalCharacterType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC7DisplayC",
-            "mangledName": "$s8StarIO100A12XpandCommandC7DisplayC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "Bezel",
-            "printedName": "Bezel",
-            "children": [
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bezel",
-                    "printedName": "StarIO10.StarXpandCommand.Bezel",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC5BezelCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC5BezelCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LEDType",
-                "printedName": "LEDType",
-                "children": [
-                  {
-                    "kind": "Var",
-                    "name": "holding",
-                    "printedName": "holding",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Bezel.LEDType.Type) -> StarIO10.StarXpandCommand.Bezel.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO7holdingyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO7holdingyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 0
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "error",
-                    "printedName": "error",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Bezel.LEDType.Type) -> StarIO10.StarXpandCommand.Bezel.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO5erroryA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO5erroryA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 1
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "idle",
-                    "printedName": "idle",
-                    "children": [
-                      {
-                        "kind": "TypeFunc",
-                        "name": "Function",
-                        "printedName": "(StarIO10.StarXpandCommand.Bezel.LEDType.Type) -> StarIO10.StarXpandCommand.Bezel.LEDType",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                          },
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Metatype",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType.Type",
-                            "children": [
-                              {
-                                "kind": "TypeNominal",
-                                "name": "LEDType",
-                                "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                                "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ],
-                    "declKind": "EnumElement",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO4idleyA2GmF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO4idleyA2GmF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "fixedbinaryorder": 2
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(rawValue:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueAGSgSi_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueAGSgSi_tcfc",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "rawValue",
-                    "printedName": "rawValue",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueSivp",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO8rawValueSivg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "accessorKind": "get"
-                      }
-                    ]
-                  }
-                ],
-                "declKind": "Enum",
-                "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO",
-                "mangledName": "$s8StarIO100A12XpandCommandC5BezelC7LEDTypeO",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandBezelLEDType",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isFromExtension": true,
-                "enumRawTypeName": "Int",
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "RawRepresentable",
-                    "printedName": "RawRepresentable",
-                    "children": [
-                      {
-                        "kind": "TypeWitness",
-                        "name": "RawValue",
-                        "printedName": "RawValue",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ]
-                      }
-                    ],
-                    "usr": "s:SY",
-                    "mangledName": "$sSY"
-                  }
-                ]
-              },
-              {
-                "kind": "TypeDecl",
-                "name": "LEDAutomaticBlinkParameter",
-                "printedName": "LEDAutomaticBlinkParameter",
-                "children": [
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init(type:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDAutomaticBlinkParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Bezel.LEDAutomaticBlinkParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDType",
-                        "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAgE7LEDTypeO_tcfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAgE7LEDTypeO_tcfc",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "init_kind": "Designated"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "type",
-                    "printedName": "type",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDType",
-                        "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "HasStorage",
-                      "AccessControl",
-                      "SetterAccess",
-                      "ObjC"
-                    ],
-                    "hasStorage": true,
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "LEDType",
-                            "printedName": "StarIO10.StarXpandCommand.Bezel.LEDType",
-                            "usr": "s:8StarIO100A12XpandCommandC5BezelC7LEDTypeO"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC4typeAE7LEDTypeOvg",
-                        "moduleName": "StarIO10",
-                        "implicit": true,
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "onTime",
-                    "printedName": "onTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC6onTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC6onTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC6onTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC6onTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOnTime",
-                    "printedName": "setOnTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC9setOnTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC9setOnTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Var",
-                    "name": "offTime",
-                    "printedName": "offTime",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Var",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC7offTimeSivp",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC7offTimeSivp",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "accessors": [
-                      {
-                        "kind": "Accessor",
-                        "name": "Get",
-                        "printedName": "Get()",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "Int",
-                            "printedName": "Swift.Int",
-                            "usr": "s:Si"
-                          }
-                        ],
-                        "declKind": "Accessor",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC7offTimeSivg",
-                        "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC7offTimeSivg",
-                        "moduleName": "StarIO10",
-                        "declAttributes": [
-                          "ObjC"
-                        ],
-                        "accessorKind": "get"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "Function",
-                    "name": "setOffTime",
-                    "printedName": "setOffTime(_:)",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "DynamicSelf",
-                        "printedName": "Self"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Func",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC10setOffTimeyAGXDSiF",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC10setOffTimeyAGXDSiF",
-                    "moduleName": "StarIO10",
-                    "declAttributes": [
-                      "AccessControl",
-                      "ObjC"
-                    ],
-                    "funcSelfKind": "NonMutating"
-                  },
-                  {
-                    "kind": "Constructor",
-                    "name": "init",
-                    "printedName": "init()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "LEDAutomaticBlinkParameter",
-                        "printedName": "StarIO10.StarXpandCommand.Bezel.LEDAutomaticBlinkParameter",
-                        "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC"
-                      }
-                    ],
-                    "declKind": "Constructor",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterCAGycfc",
-                    "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterCAGycfc",
-                    "moduleName": "StarIO10",
-                    "overriding": true,
-                    "implicit": true,
-                    "objc_name": "init",
-                    "declAttributes": [
-                      "Dynamic",
-                      "ObjC",
-                      "Override"
-                    ],
-                    "init_kind": "Designated"
-                  }
-                ],
-                "declKind": "Class",
-                "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC",
-                "mangledName": "$s8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC",
-                "moduleName": "StarIO10",
-                "objc_name": "STARIO10StarXpandCommandBezelLEDAutomaticBlinkParameter",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC",
-                  "ObjCMembers"
-                ],
-                "isFromExtension": true,
-                "superclassUsr": "c:objc(cs)NSObject",
-                "superclassNames": [
-                  "ObjectiveC.NSObject"
-                ],
-                "conformances": [
-                  {
-                    "kind": "Conformance",
-                    "name": "Equatable",
-                    "printedName": "Equatable",
-                    "usr": "s:SQ",
-                    "mangledName": "$sSQ"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "Hashable",
-                    "printedName": "Hashable",
-                    "usr": "s:SH",
-                    "mangledName": "$sSH"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CVarArg",
-                    "printedName": "CVarArg",
-                    "usr": "s:s7CVarArgP",
-                    "mangledName": "$ss7CVarArgP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObservingPublishing",
-                    "printedName": "_KeyValueCodingAndObservingPublishing",
-                    "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                    "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "_KeyValueCodingAndObserving",
-                    "printedName": "_KeyValueCodingAndObserving",
-                    "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                    "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomStringConvertible",
-                    "printedName": "CustomStringConvertible",
-                    "usr": "s:s23CustomStringConvertibleP",
-                    "mangledName": "$ss23CustomStringConvertibleP"
-                  },
-                  {
-                    "kind": "Conformance",
-                    "name": "CustomDebugStringConvertible",
-                    "printedName": "CustomDebugStringConvertible",
-                    "usr": "s:s28CustomDebugStringConvertibleP",
-                    "mangledName": "$ss28CustomDebugStringConvertibleP"
-                  }
-                ]
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC5BezelC",
-            "mangledName": "$s8StarIO100A12XpandCommandC5BezelC",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC"
-            ],
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "Constructor",
-            "name": "init",
-            "printedName": "init()",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "StarXpandCommand",
-                "printedName": "StarIO10.StarXpandCommand",
-                "usr": "c:@M@StarIO10@objc(cs)STARIO10StarXpandCommand"
-              }
-            ],
-            "declKind": "Constructor",
-            "usr": "c:@M@StarIO10@objc(cs)STARIO10StarXpandCommand(im)init",
-            "mangledName": "$s8StarIO100A12XpandCommandCACycfc",
-            "moduleName": "StarIO10",
-            "overriding": true,
-            "implicit": true,
-            "objc_name": "init",
-            "declAttributes": [
-              "Dynamic",
-              "ObjC",
-              "Override"
-            ],
-            "init_kind": "Designated"
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "DisplayBuilder",
-            "printedName": "DisplayBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "styleInternationalCharacter",
-                "printedName": "styleInternationalCharacter(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InternationalCharacterType",
-                    "printedName": "StarIO10.StarXpandCommand.Display.InternationalCharacterType",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC26InternationalCharacterTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC27styleInternationalCharacteryAEXDAC0E0C0hI4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC27styleInternationalCharacteryAEXDAC0E0C0hI4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCharacterEncoding",
-                "printedName": "styleCharacterEncoding(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "CharacterEncodingType",
-                    "printedName": "StarIO10.StarXpandCommand.Display.CharacterEncodingType",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC21CharacterEncodingTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC22styleCharacterEncodingyAEXDAC0E0C0hI4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC22styleCharacterEncodingyAEXDAC0E0C0hI4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCursorPositionTo",
-                "printedName": "styleCursorPositionTo(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PositionParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Display.PositionParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC17PositionParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC21styleCursorPositionToyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC21styleCursorPositionToyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionClearLine",
-                "printedName": "actionClearLine()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC15actionClearLineAEXDyF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC15actionClearLineAEXDyF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionClearAll",
-                "printedName": "actionClearAll()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC14actionClearAllAEXDyF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC14actionClearAllAEXDyF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionSetBackLightState",
-                "printedName": "actionSetBackLightState(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC23actionSetBackLightStateyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC23actionSetBackLightStateyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionSetCursorState",
-                "printedName": "actionSetCursorState(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "CursorState",
-                    "printedName": "StarIO10.StarXpandCommand.Display.CursorState",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC11CursorStateO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC20actionSetCursorStateyAEXDAC0E0C0iJ0OF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC20actionSetCursorStateyAEXDAC0E0C0iJ0OF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionSetContrast",
-                "printedName": "actionSetContrast(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Contrast",
-                    "printedName": "StarIO10.StarXpandCommand.Display.Contrast",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC8ContrastO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC17actionSetContrastyAEXDAC0E0C0I0OF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC17actionSetContrastyAEXDAC0E0C0I0OF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionShowText",
-                "printedName": "actionShowText(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC14actionShowTextyAEXDSSF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC14actionShowTextyAEXDSSF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionShowImage",
-                "printedName": "actionShowImage(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ImageParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Display.ImageParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7DisplayC14ImageParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC15actionShowImageyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC15actionShowImageyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DisplayBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DisplayBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC14DisplayBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandDisplayBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "MagnificationParameter",
-            "printedName": "MagnificationParameter",
-            "children": [
-              {
-                "kind": "Var",
-                "name": "width",
-                "printedName": "width",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Var",
-                "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC5widthSivp",
-                "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC5widthSivp",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "Final",
-                  "HasStorage",
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isLet": true,
-                "hasStorage": true,
-                "accessors": [
-                  {
-                    "kind": "Accessor",
-                    "name": "Get",
-                    "printedName": "Get()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Accessor",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC5widthSivg",
-                    "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC5widthSivg",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "declAttributes": [
-                      "Final",
-                      "ObjC"
-                    ],
-                    "accessorKind": "get"
-                  }
-                ]
-              },
-              {
-                "kind": "Var",
-                "name": "height",
-                "printedName": "height",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Var",
-                "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC6heightSivp",
-                "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC6heightSivp",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "Final",
-                  "HasStorage",
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "isLet": true,
-                "hasStorage": true,
-                "accessors": [
-                  {
-                    "kind": "Accessor",
-                    "name": "Get",
-                    "printedName": "Get()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "declKind": "Accessor",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC6heightSivg",
-                    "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC6heightSivg",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "declAttributes": [
-                      "Final",
-                      "ObjC"
-                    ],
-                    "accessorKind": "get"
-                  }
-                ]
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init(width:height:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MagnificationParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MagnificationParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC5width6heightAESi_Sitcfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC5width6heightAESi_Sitcfc",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "init_kind": "Designated"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MagnificationParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MagnificationParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC",
-            "mangledName": "$s8StarIO100A12XpandCommandC22MagnificationParameterC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandMagnificationParameter",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "PreSettingBuilder",
-            "printedName": "PreSettingBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "addPresenterSetting",
-                "printedName": "addPresenterSetting(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PresenterSettingBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PresenterSettingBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC012addPresenterF0yAEXDAC0ifG0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC17PreSettingBuilderC012addPresenterF0yAEXDAC0ifG0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addBezelSetting",
-                "printedName": "addBezelSetting(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BezelSettingBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.BezelSettingBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC08addBezelF0yAEXDAC0ifG0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC17PreSettingBuilderC08addBezelF0yAEXDAC0ifG0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PreSettingBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC17PreSettingBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC17PreSettingBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandPreSettingBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "MelodySpeakerBuilder",
-            "printedName": "MelodySpeakerBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "actionDriveRegisteredSound",
-                "printedName": "actionDriveRegisteredSound(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DriveRegisteredSoundParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveRegisteredSoundParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC29DriveRegisteredSoundParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderC26actionDriveRegisteredSoundyAEXDAC0eF0C0ijK9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC20MelodySpeakerBuilderC26actionDriveRegisteredSoundyAEXDAC0eF0C0ijK9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionDriveOneTimeSound",
-                "printedName": "actionDriveOneTimeSound(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DriveOneTimeSoundParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MelodySpeaker.DriveOneTimeSoundParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC13MelodySpeakerC26DriveOneTimeSoundParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderC23actionDriveOneTimeSoundyAEXDAC0eF0C0ijkL9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC20MelodySpeakerBuilderC23actionDriveOneTimeSoundyAEXDAC0eF0C0ijkL9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MelodySpeakerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.MelodySpeakerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC20MelodySpeakerBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC20MelodySpeakerBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandMelodySpeakerBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "BezelSettingBuilder",
-            "printedName": "BezelSettingBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "settingAutomaticPageLength",
-                "printedName": "settingAutomaticPageLength(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderC26settingAutomaticPageLengthyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC19BezelSettingBuilderC26settingAutomaticPageLengthyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingLEDAutomaticBlink",
-                "printedName": "settingLEDAutomaticBlink(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "LEDAutomaticBlinkParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Bezel.LEDAutomaticBlinkParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC5BezelC26LEDAutomaticBlinkParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderC24settingLEDAutomaticBlinkyAEXDAC0E0C0iJ9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC19BezelSettingBuilderC24settingLEDAutomaticBlinkyAEXDAC0E0C0iJ9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BezelSettingBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.BezelSettingBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC19BezelSettingBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC19BezelSettingBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC19BezelSettingBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandBezelSettingBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "DrawerBuilder",
-            "printedName": "DrawerBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "actionOpen",
-                "printedName": "actionOpen(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "OpenParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Drawer.OpenParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC6DrawerC13OpenParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC13DrawerBuilderC10actionOpenyAEXDAC0E0C0H9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC13DrawerBuilderC10actionOpenyAEXDAC0E0C0H9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DrawerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC13DrawerBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC13DrawerBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC13DrawerBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC13DrawerBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC13DrawerBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandDrawerBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "PageModeBuilder",
-            "printedName": "PageModeBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "stylePrintDirection",
-                "printedName": "stylePrintDirection(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModePrintDirection",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModePrintDirection",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModePrintDirectionO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC19stylePrintDirectionyAEXDAC7PrinterC0efiJ0OF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC19stylePrintDirectionyAEXDAC7PrinterC0efiJ0OF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleFont",
-                "printedName": "styleFont(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "FontType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC9styleFontyAEXDAC7PrinterC0I4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC9styleFontyAEXDAC7PrinterC0I4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleBold",
-                "printedName": "styleBold(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC9styleBoldyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC9styleBoldyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleInvert",
-                "printedName": "styleInvert(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC11styleInvertyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC11styleInvertyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleUnderLine",
-                "printedName": "styleUnderLine(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC14styleUnderLineyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC14styleUnderLineyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleMagnification",
-                "printedName": "styleMagnification(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MagnificationParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MagnificationParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC18styleMagnificationyAEXDAC0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC18styleMagnificationyAEXDAC0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCharacterSpace",
-                "printedName": "styleCharacterSpace(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC19styleCharacterSpaceyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC19styleCharacterSpaceyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleLineSpace",
-                "printedName": "styleLineSpace(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC14styleLineSpaceyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC14styleLineSpaceyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleVerticalPositionTo",
-                "printedName": "styleVerticalPositionTo(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC23styleVerticalPositionToyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC23styleVerticalPositionToyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleVerticalPositionBy",
-                "printedName": "styleVerticalPositionBy(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC23styleVerticalPositionByyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC23styleVerticalPositionByyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalPositionTo",
-                "printedName": "styleHorizontalPositionTo(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC25styleHorizontalPositionToyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC25styleHorizontalPositionToyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalPositionBy",
-                "printedName": "styleHorizontalPositionBy(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC25styleHorizontalPositionByyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC25styleHorizontalPositionByyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalTabPositions",
-                "printedName": "styleHorizontalTabPositions(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[Swift.Int]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC27styleHorizontalTabPositionsyAEXDSaySiGF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC27styleHorizontalTabPositionsyAEXDSaySiGF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleInternationalCharacter",
-                "printedName": "styleInternationalCharacter(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InternationalCharacterType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC27styleInternationalCharacteryAEXDAC7PrinterC0iJ4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC27styleInternationalCharacteryAEXDAC7PrinterC0iJ4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleSecondPriorityCharacterEncoding",
-                "printedName": "styleSecondPriorityCharacterEncoding(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "CharacterEncodingType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC36styleSecondPriorityCharacterEncodingyAEXDAC7PrinterC0kL4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC36styleSecondPriorityCharacterEncodingyAEXDAC7PrinterC0kL4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCJKCharacterPriority",
-                "printedName": "styleCJKCharacterPriority(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[StarIO10.StarXpandCommand.Printer.CJKCharacterType]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "CJKCharacterType",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC25styleCJKCharacterPriorityyAEXDSayAC7PrinterC0I4TypeOGF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC25styleCJKCharacterPriorityyAEXDSayAC7PrinterC0I4TypeOGF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintText",
-                "printedName": "actionPrintText(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC15actionPrintTextyAEXDSSF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC15actionPrintTextyAEXDSSF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintBarcode",
-                "printedName": "actionPrintBarcode(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BarcodeParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC18actionPrintBarcodeyAEXDAC7PrinterC0J9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC18actionPrintBarcodeyAEXDAC7PrinterC0J9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintPDF417",
-                "printedName": "actionPrintPDF417(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PDF417Parameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Parameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC17actionPrintPDF417yAEXDAC7PrinterC0J9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC17actionPrintPDF417yAEXDAC7PrinterC0J9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintQRCode",
-                "printedName": "actionPrintQRCode(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "QRCodeParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC17actionPrintQRCodeyAEXDAC7PrinterC0J9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC17actionPrintQRCodeyAEXDAC7PrinterC0J9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintImage",
-                "printedName": "actionPrintImage(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeImageParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModeImageParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC22PageModeImageParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC16actionPrintImageyAEXDAC7PrinterC0efJ9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC16actionPrintImageyAEXDAC7PrinterC0efJ9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintRuledLine",
-                "printedName": "actionPrintRuledLine(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeRuledLineParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRuledLineParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRuledLineParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC20actionPrintRuledLineyAEXDAC7PrinterC0efjK9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC20actionPrintRuledLineyAEXDAC7PrinterC0efjK9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintRectangle",
-                "printedName": "actionPrintRectangle(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeRectangleParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModeRectangleParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26PageModeRectangleParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC20actionPrintRectangleyAEXDAC7PrinterC0efJ9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC20actionPrintRectangleyAEXDAC7PrinterC0efJ9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "add",
-                "printedName": "add(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PageModeBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC3addyAEXDAEF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC3addyAEXDAEF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addPageMode",
-                "printedName": "addPageMode(parameter:builder:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeAreaParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModeAreaParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PageModeBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC03addeF09parameter7builderAEXDAC7PrinterC0eF13AreaParameterC_AEtF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC03addeF09parameter7builderAEXDAC7PrinterC0eF13AreaParameterC_AEtF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PageModeBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC15PageModeBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandPageModeBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "PrinterBuilder",
-            "printedName": "PrinterBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "styleAlignment",
-                "printedName": "styleAlignment(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Alignment",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.Alignment",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC9AlignmentO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC14styleAlignmentyAEXDAC0E0C0H0OF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC14styleAlignmentyAEXDAC0E0C0H0OF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleFont",
-                "printedName": "styleFont(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "FontType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.FontType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC8FontTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC9styleFontyAEXDAC0E0C0H4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC9styleFontyAEXDAC0E0C0H4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleBold",
-                "printedName": "styleBold(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC9styleBoldyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC9styleBoldyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleInvert",
-                "printedName": "styleInvert(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC11styleInvertyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC11styleInvertyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleUnderLine",
-                "printedName": "styleUnderLine(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Bool",
-                    "printedName": "Swift.Bool",
-                    "usr": "s:Sb"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC14styleUnderLineyAEXDSbF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC14styleUnderLineyAEXDSbF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleMagnification",
-                "printedName": "styleMagnification(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MagnificationParameter",
-                    "printedName": "StarIO10.StarXpandCommand.MagnificationParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC22MagnificationParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC18styleMagnificationyAEXDAC0H9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC18styleMagnificationyAEXDAC0H9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCharacterSpace",
-                "printedName": "styleCharacterSpace(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC19styleCharacterSpaceyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC19styleCharacterSpaceyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleLineSpace",
-                "printedName": "styleLineSpace(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC14styleLineSpaceyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC14styleLineSpaceyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalPositionTo",
-                "printedName": "styleHorizontalPositionTo(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC25styleHorizontalPositionToyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC25styleHorizontalPositionToyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalPositionBy",
-                "printedName": "styleHorizontalPositionBy(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC25styleHorizontalPositionByyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC25styleHorizontalPositionByyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleHorizontalTabPositions",
-                "printedName": "styleHorizontalTabPositions(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[Swift.Int]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Int",
-                        "printedName": "Swift.Int",
-                        "usr": "s:Si"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC27styleHorizontalTabPositionsyAEXDSaySiGF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC27styleHorizontalTabPositionsyAEXDSaySiGF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleInternationalCharacter",
-                "printedName": "styleInternationalCharacter(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "InternationalCharacterType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.InternationalCharacterType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC26InternationalCharacterTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC27styleInternationalCharacteryAEXDAC0E0C0hI4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC27styleInternationalCharacteryAEXDAC0E0C0hI4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleSecondPriorityCharacterEncoding",
-                "printedName": "styleSecondPriorityCharacterEncoding(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "CharacterEncodingType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.CharacterEncodingType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21CharacterEncodingTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC36styleSecondPriorityCharacterEncodingyAEXDAC0E0C0jK4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC36styleSecondPriorityCharacterEncodingyAEXDAC0E0C0jK4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "styleCJKCharacterPriority",
-                "printedName": "styleCJKCharacterPriority(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Array",
-                    "printedName": "[StarIO10.StarXpandCommand.Printer.CJKCharacterType]",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "CJKCharacterType",
-                        "printedName": "StarIO10.StarXpandCommand.Printer.CJKCharacterType",
-                        "usr": "s:8StarIO100A12XpandCommandC7PrinterC16CJKCharacterTypeO"
-                      }
-                    ],
-                    "usr": "s:Sa"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC25styleCJKCharacterPriorityyAEXDSayAC0E0C0H4TypeOGF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC25styleCJKCharacterPriorityyAEXDSayAC0E0C0H4TypeOGF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionCut",
-                "printedName": "actionCut(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "CutType",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.CutType",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC7CutTypeO"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC9actionCutyAEXDAC0E0C0H4TypeOF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC9actionCutyAEXDAC0E0C0H4TypeOF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionFeed",
-                "printedName": "actionFeed(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC10actionFeedyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC10actionFeedyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionFeedLine",
-                "printedName": "actionFeedLine(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC14actionFeedLineyAEXDSiF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC14actionFeedLineyAEXDSiF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintText",
-                "printedName": "actionPrintText(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC15actionPrintTextyAEXDSSF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC15actionPrintTextyAEXDSSF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintLogo",
-                "printedName": "actionPrintLogo(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "LogoParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.LogoParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC13LogoParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC15actionPrintLogoyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC15actionPrintLogoyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintBarcode",
-                "printedName": "actionPrintBarcode(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BarcodeParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.BarcodeParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC16BarcodeParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC18actionPrintBarcodeyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC18actionPrintBarcodeyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintPDF417",
-                "printedName": "actionPrintPDF417(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PDF417Parameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PDF417Parameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15PDF417ParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC17actionPrintPDF417yAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC17actionPrintPDF417yAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintQRCode",
-                "printedName": "actionPrintQRCode(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "QRCodeParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.QRCodeParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC15QRCodeParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC17actionPrintQRCodeyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC17actionPrintQRCodeyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintImage",
-                "printedName": "actionPrintImage(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ImageParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.ImageParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14ImageParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC16actionPrintImageyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC16actionPrintImageyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "actionPrintRuledLine",
-                "printedName": "actionPrintRuledLine(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "RuledLineParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.RuledLineParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18RuledLineParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC20actionPrintRuledLineyAEXDAC0E0C0iJ9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC20actionPrintRuledLineyAEXDAC0E0C0iJ9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "add",
-                "printedName": "add(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PrinterBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PrinterBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC3addyAEXDAEF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC3addyAEXDAEF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addPageMode",
-                "printedName": "addPageMode(parameter:builder:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeAreaParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.PageModeAreaParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC21PageModeAreaParameterC"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PageModeBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PageModeBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15PageModeBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC11addPageMode9parameter7builderAEXDAC0E0C0hI13AreaParameterC_AC0hiF0CtF",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC11addPageMode9parameter7builderAEXDAC0E0C0hI13AreaParameterC_AC0hiF0CtF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PrinterBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PrinterBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC14PrinterBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandPrinterBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "DocumentBuilder",
-            "printedName": "DocumentBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "settingTopMargin",
-                "printedName": "settingTopMargin(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC16settingTopMarginyAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC16settingTopMarginyAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingBlackMark",
-                "printedName": "settingBlackMark(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BlackMarkParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.BlackMarkParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18BlackMarkParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC16settingBlackMarkyAEXDAC7PrinterC0hI9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC16settingBlackMarkyAEXDAC7PrinterC0hI9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingLabel",
-                "printedName": "settingLabel(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "LabelParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.LabelParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC14LabelParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC12settingLabelyAEXDAC7PrinterC0H9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC12settingLabelyAEXDAC7PrinterC0H9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingHoldPrint",
-                "printedName": "settingHoldPrint(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "HoldPrintParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Printer.HoldPrintParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC7PrinterC18HoldPrintParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC16settingHoldPrintyAEXDAC7PrinterC0hI9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC16settingHoldPrintyAEXDAC7PrinterC0hI9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingPrintableArea",
-                "printedName": "settingPrintableArea(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Double",
-                    "printedName": "Swift.Double",
-                    "usr": "s:Sd"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC20settingPrintableAreayAEXDSdF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC20settingPrintableAreayAEXDSdF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addPrinter",
-                "printedName": "addPrinter(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PrinterBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PrinterBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC14PrinterBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC10addPrinteryAEXDAC0hF0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC10addPrinteryAEXDAC0hF0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addDrawer",
-                "printedName": "addDrawer(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DrawerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DrawerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC13DrawerBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC9addDraweryAEXDAC0hF0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC9addDraweryAEXDAC0hF0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addBuzzer",
-                "printedName": "addBuzzer(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BuzzerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.BuzzerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC13BuzzerBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC9addBuzzeryAEXDAC0hF0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC9addBuzzeryAEXDAC0hF0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addMelodySpeaker",
-                "printedName": "addMelodySpeaker(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "MelodySpeakerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.MelodySpeakerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC20MelodySpeakerBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC16addMelodySpeakeryAEXDAC0hiF0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC16addMelodySpeakeryAEXDAC0hiF0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addDisplay",
-                "printedName": "addDisplay(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DisplayBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DisplayBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC14DisplayBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC10addDisplayyAEXDAC0hF0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC10addDisplayyAEXDAC0hF0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "addRaw",
-                "printedName": "addRaw(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Data",
-                    "printedName": "Foundation.Data",
-                    "usr": "s:10Foundation4DataV"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC6addRawyAEXD10Foundation4DataVF",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC6addRawyAEXD10Foundation4DataVF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DocumentBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DocumentBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC15DocumentBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandDocumentBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "BuzzerBuilder",
-            "printedName": "BuzzerBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "actionDrive",
-                "printedName": "actionDrive(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DriveParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Buzzer.DriveParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC6BuzzerC14DriveParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC13BuzzerBuilderC11actionDriveyAEXDAC0E0C0H9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC13BuzzerBuilderC11actionDriveyAEXDAC0E0C0H9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "BuzzerBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.BuzzerBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC13BuzzerBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC13BuzzerBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC13BuzzerBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC13BuzzerBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC13BuzzerBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandBuzzerBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "StarXpandCommandBuilder",
-            "printedName": "StarXpandCommandBuilder",
-            "children": [
-              {
-                "kind": "Var",
-                "name": "preSetting",
-                "printedName": "preSetting",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Optional",
-                    "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder?",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "PreSettingBuilder",
-                        "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder",
-                        "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC"
-                      }
-                    ],
-                    "usr": "s:Sq"
-                  }
-                ],
-                "declKind": "Var",
-                "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvp",
-                "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvp",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "HasInitialValue",
-                  "HasStorage",
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "hasStorage": true,
-                "accessors": [
-                  {
-                    "kind": "Accessor",
-                    "name": "Get",
-                    "printedName": "Get()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PreSettingBuilder",
-                            "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder",
-                            "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ],
-                    "declKind": "Accessor",
-                    "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvg",
-                    "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvg",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "accessorKind": "get"
-                  },
-                  {
-                    "kind": "Accessor",
-                    "name": "Set",
-                    "printedName": "Set()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Void",
-                        "printedName": "()"
-                      },
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Optional",
-                        "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder?",
-                        "children": [
-                          {
-                            "kind": "TypeNominal",
-                            "name": "PreSettingBuilder",
-                            "printedName": "StarIO10.StarXpandCommand.PreSettingBuilder",
-                            "usr": "s:8StarIO100A12XpandCommandC17PreSettingBuilderC"
-                          }
-                        ],
-                        "usr": "s:Sq"
-                      }
-                    ],
-                    "declKind": "Accessor",
-                    "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvs",
-                    "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvs",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "declAttributes": [
-                      "ObjC"
-                    ],
-                    "accessorKind": "set"
-                  },
-                  {
-                    "kind": "Accessor",
-                    "name": "Modify",
-                    "printedName": "Modify()",
-                    "children": [
-                      {
-                        "kind": "TypeNominal",
-                        "name": "Void",
-                        "printedName": "()"
-                      }
-                    ],
-                    "declKind": "Accessor",
-                    "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvM",
-                    "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC10preSettingAC03PregE0CSgvM",
-                    "moduleName": "StarIO10",
-                    "implicit": true,
-                    "accessorKind": "_modify"
-                  }
-                ]
-              },
-              {
-                "kind": "Function",
-                "name": "addDocument",
-                "printedName": "addDocument(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DocumentBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.DocumentBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC15DocumentBuilderC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC11addDocumentyAEXDAC0gE0CF",
-                "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC11addDocumentyAEXDAC0gE0CF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "getCommands",
-                "printedName": "getCommands()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC11getCommandsSSyF",
-                "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC11getCommandsSSyF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "StarXpandCommandBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.StarXpandCommandBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC0acD7BuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC0acD7BuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          },
-          {
-            "kind": "TypeDecl",
-            "name": "PresenterSettingBuilder",
-            "printedName": "PresenterSettingBuilder",
-            "children": [
-              {
-                "kind": "Function",
-                "name": "settingMode",
-                "printedName": "settingMode(_:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "ModeParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Presenter.ModeParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC13ModeParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderC11settingModeyAEXDAC0E0C0I9ParameterCF",
-                "mangledName": "$s8StarIO100A12XpandCommandC23PresenterSettingBuilderC11settingModeyAEXDAC0E0C0I9ParameterCF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Function",
-                "name": "settingLEDAutomaticBlink",
-                "printedName": "settingLEDAutomaticBlink(parameter:)",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "DynamicSelf",
-                    "printedName": "Self"
-                  },
-                  {
-                    "kind": "TypeNominal",
-                    "name": "LEDAutomaticBlinkParameter",
-                    "printedName": "StarIO10.StarXpandCommand.Presenter.LEDAutomaticBlinkParameter",
-                    "usr": "s:8StarIO100A12XpandCommandC9PresenterC26LEDAutomaticBlinkParameterC"
-                  }
-                ],
-                "declKind": "Func",
-                "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderC24settingLEDAutomaticBlink9parameterAEXDAC0E0C0iJ9ParameterC_tF",
-                "mangledName": "$s8StarIO100A12XpandCommandC23PresenterSettingBuilderC24settingLEDAutomaticBlink9parameterAEXDAC0E0C0iJ9ParameterC_tF",
-                "moduleName": "StarIO10",
-                "declAttributes": [
-                  "AccessControl",
-                  "ObjC"
-                ],
-                "funcSelfKind": "NonMutating"
-              },
-              {
-                "kind": "Constructor",
-                "name": "init",
-                "printedName": "init()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "PresenterSettingBuilder",
-                    "printedName": "StarIO10.StarXpandCommand.PresenterSettingBuilder",
-                    "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderC"
-                  }
-                ],
-                "declKind": "Constructor",
-                "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderCAEycfc",
-                "mangledName": "$s8StarIO100A12XpandCommandC23PresenterSettingBuilderCAEycfc",
-                "moduleName": "StarIO10",
-                "overriding": true,
-                "implicit": true,
-                "objc_name": "init",
-                "declAttributes": [
-                  "Dynamic",
-                  "ObjC",
-                  "Override"
-                ],
-                "init_kind": "Designated"
-              }
-            ],
-            "declKind": "Class",
-            "usr": "s:8StarIO100A12XpandCommandC23PresenterSettingBuilderC",
-            "mangledName": "$s8StarIO100A12XpandCommandC23PresenterSettingBuilderC",
-            "moduleName": "StarIO10",
-            "objc_name": "STARIO10StarXpandCommandPresenterSettingBuilder",
-            "declAttributes": [
-              "AccessControl",
-              "ObjC",
-              "ObjCMembers"
-            ],
-            "isFromExtension": true,
-            "superclassUsr": "c:objc(cs)NSObject",
-            "inheritsConvenienceInitializers": true,
-            "superclassNames": [
-              "ObjectiveC.NSObject"
-            ],
-            "conformances": [
-              {
-                "kind": "Conformance",
-                "name": "Equatable",
-                "printedName": "Equatable",
-                "usr": "s:SQ",
-                "mangledName": "$sSQ"
-              },
-              {
-                "kind": "Conformance",
-                "name": "Hashable",
-                "printedName": "Hashable",
-                "usr": "s:SH",
-                "mangledName": "$sSH"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CVarArg",
-                "printedName": "CVarArg",
-                "usr": "s:s7CVarArgP",
-                "mangledName": "$ss7CVarArgP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObservingPublishing",
-                "printedName": "_KeyValueCodingAndObservingPublishing",
-                "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-                "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "_KeyValueCodingAndObserving",
-                "printedName": "_KeyValueCodingAndObserving",
-                "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-                "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomStringConvertible",
-                "printedName": "CustomStringConvertible",
-                "usr": "s:s23CustomStringConvertibleP",
-                "mangledName": "$ss23CustomStringConvertibleP"
-              },
-              {
-                "kind": "Conformance",
-                "name": "CustomDebugStringConvertible",
-                "printedName": "CustomDebugStringConvertible",
-                "usr": "s:s28CustomDebugStringConvertibleP",
-                "mangledName": "$ss28CustomDebugStringConvertibleP"
-              }
-            ]
-          }
-        ],
-        "declKind": "Class",
-        "usr": "c:@M@StarIO10@objc(cs)STARIO10StarXpandCommand",
-        "mangledName": "$s8StarIO100A12XpandCommandC",
-        "moduleName": "StarIO10",
-        "objc_name": "STARIO10StarXpandCommand",
-        "declAttributes": [
-          "AccessControl",
-          "ObjC",
-          "ObjCMembers"
-        ],
-        "superclassUsr": "c:objc(cs)NSObject",
-        "inheritsConvenienceInitializers": true,
-        "superclassNames": [
-          "ObjectiveC.NSObject"
-        ],
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CVarArg",
-            "printedName": "CVarArg",
-            "usr": "s:s7CVarArgP",
-            "mangledName": "$ss7CVarArgP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObservingPublishing",
-            "printedName": "_KeyValueCodingAndObservingPublishing",
-            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
-            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "_KeyValueCodingAndObserving",
-            "printedName": "_KeyValueCodingAndObserving",
-            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
-            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          }
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "CoreBluetooth",
-        "printedName": "CoreBluetooth",
-        "declKind": "Import",
-        "moduleName": "StarIO10"
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "Import",
-        "name": "UIKit",
-        "printedName": "UIKit",
-        "declKind": "Import",
-        "moduleName": "StarIO10",
-        "declAttributes": [
-          "RawDocComment"
-        ]
-      },
-      {
-        "kind": "TypeDecl",
-        "name": "CBManagerState",
-        "printedName": "CBManagerState",
-        "children": [
-          {
-            "kind": "Var",
-            "name": "description",
-            "printedName": "description",
-            "children": [
-              {
-                "kind": "TypeNominal",
-                "name": "String",
-                "printedName": "Swift.String",
-                "usr": "s:SS"
-              }
-            ],
-            "declKind": "Var",
-            "usr": "s:So14CBManagerStateV8StarIO10E11descriptionSSvp",
-            "mangledName": "$sSo14CBManagerStateV8StarIO10E11descriptionSSvp",
-            "moduleName": "StarIO10",
-            "declAttributes": [
-              "AccessControl"
-            ],
-            "isFromExtension": true,
-            "accessors": [
-              {
-                "kind": "Accessor",
-                "name": "Get",
-                "printedName": "Get()",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "String",
-                    "printedName": "Swift.String",
-                    "usr": "s:SS"
-                  }
-                ],
-                "declKind": "Accessor",
-                "usr": "s:So14CBManagerStateV8StarIO10E11descriptionSSvg",
-                "mangledName": "$sSo14CBManagerStateV8StarIO10E11descriptionSSvg",
-                "moduleName": "StarIO10",
-                "isFromExtension": true,
-                "accessorKind": "get"
-              }
-            ]
-          }
-        ],
-        "declKind": "Enum",
-        "usr": "c:@E@CBManagerState",
-        "moduleName": "CoreBluetooth",
-        "intro_iOS": "10.0",
-        "objc_name": "CBManagerState",
-        "declAttributes": [
-          "Available",
-          "SynthesizedProtocol",
-          "ObjC",
-          "SynthesizedProtocol",
-          "Sendable",
-          "Dynamic"
-        ],
-        "enumRawTypeName": "Int",
-        "isExternal": true,
-        "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "RawRepresentable",
-            "printedName": "RawRepresentable",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "RawValue",
-                "printedName": "RawValue",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "Int",
-                    "printedName": "Swift.Int",
-                    "usr": "s:Si"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:SY",
-            "mangledName": "$sSY"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Sendable",
-            "printedName": "Sendable",
-            "usr": "s:s8SendableP",
-            "mangledName": "$ss8SendableP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Equatable",
-            "printedName": "Equatable",
-            "usr": "s:SQ",
-            "mangledName": "$sSQ"
-          },
-          {
-            "kind": "Conformance",
-            "name": "Hashable",
-            "printedName": "Hashable",
-            "usr": "s:SH",
-            "mangledName": "$sSH"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          }
-        ]
-      }
-    ],
-    "json_format_version": 8
-  },
-  "ConstValues": [
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "IntegerLiteral",
-      "offset": 345,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "IntegerLiteral",
-      "offset": 459,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "StringLiteral",
-      "offset": 596,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "StringLiteral",
-      "offset": 648,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "StringLiteral",
-      "offset": 697,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "StringLiteral",
-      "offset": 753,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 858,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "IntegerLiteral",
-      "offset": 874,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobStatus.swift",
-      "kind": "StringLiteral",
-      "offset": 883,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/NetworkInformation.swift",
-      "kind": "StringLiteral",
-      "offset": 127,
-      "length": 18,
-      "value": "\"StarIO10.NetworkInformation\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 241,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 259,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 276,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 297,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 315,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 331,
-      "length": 12,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 241,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 259,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 276,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 297,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 315,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterEmulation.swift",
-      "kind": "IntegerLiteral",
-      "offset": 331,
-      "length": 12,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/CursorState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 256,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/CursorState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 275,
-      "length": 3,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/CursorState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 256,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/CursorState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 275,
-      "length": 3,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DisplayBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 320,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DisplayBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 332,
-      "length": 9,
-      "value": "\"Display\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DisplayBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 355,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1099,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "Array",
-      "offset": 1490,
-      "length": 2,
-      "value": "[]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2157,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2212,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2259,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2302,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2628,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2673,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpec.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2719,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Log\/Log.swift",
-      "kind": "StringLiteral",
-      "offset": 139,
-      "length": 3,
-      "value": "\"StarIO10.Log\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MagnificationParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 229,
-      "length": 22,
-      "value": "\"StarIO10.MagnificationParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobSettings.swift",
-      "kind": "StringLiteral",
-      "offset": 547,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobSettings.swift",
-      "kind": "StringLiteral",
-      "offset": 178,
-      "length": 20,
-      "value": "\"StarIO10.StarSpoolJobSettings\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 209,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 228,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 209,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 228,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 263,
-      "length": 15,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 6,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 304,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 320,
-      "length": 9,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 339,
-      "length": 3,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 9,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 371,
-      "length": 7,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 388,
-      "length": 4,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 263,
-      "length": 15,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 6,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 304,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 320,
-      "length": 9,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 339,
-      "length": 3,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 9,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 371,
-      "length": 7,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobReceivedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 388,
-      "length": 4,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/DriveRegisteredSoundParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 430,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/DriveRegisteredSoundParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 270,
-      "length": 29,
-      "value": "\"StarIO10.DriveRegisteredSoundParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PreSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 329,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PreSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 341,
-      "length": 12,
-      "value": "\"PreSetting\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PreSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 367,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDAutomaticBlinkParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 422,
-      "length": 3,
-      "value": "100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDAutomaticBlinkParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 661,
-      "length": 3,
-      "value": "100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Bezel\/BezelLEDAutomaticBlinkParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 207,
-      "length": 26,
-      "value": "\"StarIO10.LEDAutomaticBlinkParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Monitor\/PrinterMonitor.swift",
-      "kind": "BooleanLiteral",
-      "offset": 235,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BlackMarkParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 303,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Parameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Parameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 571,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Parameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 803,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Parameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1047,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Parameter.swift",
-      "kind": "StringLiteral",
-      "offset": 230,
-      "length": 15,
-      "value": "\"StarIO10.PDF417Parameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 336,
-      "length": 8,
-      "value": "\"EscPos\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 389,
-      "length": 14,
-      "value": "\"EscPosMobile\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 443,
-      "length": 9,
-      "value": "\"StarDot\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 493,
-      "length": 10,
-      "value": "\"StarLine\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 547,
-      "length": 13,
-      "value": "\"StarGraphic\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 601,
-      "length": 10,
-      "value": "\"StarPRNT\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/StarXpandCommandParser.swift",
-      "kind": "StringLiteral",
-      "offset": 651,
-      "length": 9,
-      "value": "\"Unknown\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/EscPosMobilePrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 284,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/EscPosMobilePrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 321,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifier.swift",
-      "kind": "StringLiteral",
-      "offset": 310,
-      "length": 27,
-      "value": "\"Unavailable_DefinedByStar\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 250,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 269,
-      "length": 5,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 9,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 311,
-      "length": 6,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 331,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 351,
-      "length": 6,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 250,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 269,
-      "length": 5,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 9,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 311,
-      "length": 6,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 331,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/Contrast.swift",
-      "kind": "IntegerLiteral",
-      "offset": 351,
-      "length": 6,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Monitor\/InputDeviceMonitor.swift",
-      "kind": "BooleanLiteral",
-      "offset": 247,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Log\/StarIO10Logger.swift",
-      "kind": "BooleanLiteral",
-      "offset": 259,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Log\/StarIO10Logger.swift",
-      "kind": "StringLiteral",
-      "offset": 291,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 338,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 384,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 443,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 491,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinterStatus.swift",
-      "kind": "BooleanLiteral",
-      "offset": 543,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Drawer\/DrawerChannel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 243,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Drawer\/DrawerChannel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 243,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolJobStatusListParser.swift",
-      "kind": "BooleanLiteral",
-      "offset": 265,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolJobStatusListParser.swift",
-      "kind": "IntegerLiteral",
-      "offset": 320,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolJobStatusListParser.swift",
-      "kind": "Array",
-      "offset": 402,
-      "length": 2,
-      "value": "[]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/EscPosPrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 272,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/EscPosPrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 309,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 868,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 230,
-      "length": 15,
-      "value": "\"StarIO10.QRCodeParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SetStarConfigParser.swift",
-      "kind": "BooleanLiteral",
-      "offset": 251,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SetStarConfigParser.swift",
-      "kind": "IntegerLiteral",
-      "offset": 375,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/TCPPort.swift",
-      "kind": "IntegerLiteral",
-      "offset": 300,
-      "length": 4,
-      "value": "9100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/TCPPort.swift",
-      "kind": "StringLiteral",
-      "offset": 131,
-      "length": 7,
-      "value": "\"StarIO10.TCPPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/PrinterInformationParser.swift",
-      "kind": "StringLiteral",
-      "offset": 250,
-      "length": 8,
-      "value": "\"BtAdS=\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/PrinterInformationParser.swift",
-      "kind": "StringLiteral",
-      "offset": 287,
-      "length": 8,
-      "value": "\"LaNmA=\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/PrinterInformationParser.swift",
-      "kind": "StringLiteral",
-      "offset": 318,
-      "length": 8,
-      "value": "\"UsSrN=\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Buzzer\/BuzzerChannel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 243,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Buzzer\/BuzzerChannel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 243,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 298,
-      "length": 11,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 323,
-      "length": 11,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 348,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 298,
-      "length": 11,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 323,
-      "length": 11,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModePrintDirection.swift",
-      "kind": "IntegerLiteral",
-      "offset": 348,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/DrawerOpenedMethod.swift",
-      "kind": "IntegerLiteral",
-      "offset": 316,
-      "length": 9,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/DrawerOpenedMethod.swift",
-      "kind": "IntegerLiteral",
-      "offset": 316,
-      "length": 9,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeakerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 338,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeakerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 350,
-      "length": 15,
-      "value": "\"MelodySpeaker\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeakerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 379,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/StarPrinterControl.swift",
-      "kind": "IntegerLiteral",
-      "offset": 261,
-      "length": 2,
-      "value": "50"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/StarPrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 332,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterControl\/StarPrinterControl.swift",
-      "kind": "BooleanLiteral",
-      "offset": 369,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Monitor\/DrawerMonitor.swift",
-      "kind": "BooleanLiteral",
-      "offset": 232,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 362,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 382,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 362,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 382,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/PositionParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 234,
-      "length": 17,
-      "value": "\"StarIO10.PositionParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/ModelDetectionInformation.swift",
-      "kind": "BooleanLiteral",
-      "offset": 311,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/ModelDetectionInformation.swift",
-      "kind": "BooleanLiteral",
-      "offset": 356,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/ModelDetectionInformation.swift",
-      "kind": "BooleanLiteral",
-      "offset": 445,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/ModelDetectionInformation.swift",
-      "kind": "BooleanLiteral",
-      "offset": 488,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/ModelDetectionInformation.swift",
-      "kind": "StringLiteral",
-      "offset": 85,
-      "length": 25,
-      "value": "\"StarIO10.ModelDetectionInformation\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/NullableClass\/NullableDrawerOpenedMethod.swift",
-      "kind": "StringLiteral",
-      "offset": 197,
-      "length": 26,
-      "value": "\"StarIO10.NullableDrawerOpenedMethod\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 227,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 245,
-      "length": 34,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 289,
-      "length": 8,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 307,
-      "length": 17,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 334,
-      "length": 19,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 363,
-      "length": 14,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 25,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 422,
-      "length": 20,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 452,
-      "length": 21,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 227,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 245,
-      "length": 34,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 289,
-      "length": 8,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 307,
-      "length": 17,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 334,
-      "length": 19,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 363,
-      "length": 14,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 25,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 422,
-      "length": 20,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/SpoolJobState.swift",
-      "kind": "IntegerLiteral",
-      "offset": 452,
-      "length": 21,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 754,
-      "length": 13,
-      "value": "\"TSP100IV_SK\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 827,
-      "length": 23,
-      "value": "\"^TSP1[0-9]{2}IV.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 879,
-      "length": 21,
-      "value": "\"^TSP1[0-9]{2}.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 960,
-      "length": 33,
-      "value": "\"^TSP1[0-9]{2}IV.*\\(STR-001\\)$\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1022,
-      "length": 31,
-      "value": "\"^TSP1[0-9]{2}.*\\(STR-001\\)$\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1113,
-      "length": 23,
-      "value": "\"^TSP1[0-9]{2}IV.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1165,
-      "length": 21,
-      "value": "\"^TSP1[0-9]{2}.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1227,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1366,
-      "length": 23,
-      "value": "\"^TSP1[0-9]{2}IV.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1418,
-      "length": 21,
-      "value": "\"^TSP1[0-9]{2}.*SK.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1539,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1577,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1611,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1755,
-      "length": 10,
-      "value": "\"TSP100IV\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1825,
-      "length": 19,
-      "value": "\"^TSP1[0-9]{2}IV.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1873,
-      "length": 17,
-      "value": "\"^TSP1[0-9]{2}.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 1950,
-      "length": 33,
-      "value": "\"^TSP1[0-9]{2}IV.*\\(STR-001\\)$\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2012,
-      "length": 31,
-      "value": "\"^TSP1[0-9]{2}.*\\(STR-001\\)$\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2103,
-      "length": 19,
-      "value": "\"^TSP1[0-9]{2}IV.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2151,
-      "length": 17,
-      "value": "\"^TSP1[0-9]{2}.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2209,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2348,
-      "length": 19,
-      "value": "\"^TSP1[0-9]{2}IV.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2396,
-      "length": 17,
-      "value": "\"^TSP1[0-9]{2}.*\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2513,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2551,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2585,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 2729,
-      "length": 10,
-      "value": "\"TSP650II\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 3158,
-      "length": 10,
-      "value": "\"TSP700II\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 3591,
-      "length": 10,
-      "value": "\"TSP800II\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 4029,
-      "length": 12,
-      "value": "\"TSP100IIIW\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 4424,
-      "length": 14,
-      "value": "\"TSP100IIILAN\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 4824,
-      "length": 13,
-      "value": "\"TSP100IIIBI\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 5258,
-      "length": 12,
-      "value": "\"TSP100IIIU\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 5569,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 5709,
-      "length": 6,
-      "value": "\"mPOP\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 6088,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 6122,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 6267,
-      "length": 11,
-      "value": "\"mC_Print2\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 6719,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 6757,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 6791,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 6936,
-      "length": 11,
-      "value": "\"mC_Print3\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 7388,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 7426,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 7460,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 7605,
-      "length": 11,
-      "value": "\"mC_Label3\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8052,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8098,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8136,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8170,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8207,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "BooleanLiteral",
-      "offset": 8244,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 8387,
-      "length": 10,
-      "value": "\"SM_S210i\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 8814,
-      "length": 10,
-      "value": "\"SM_S230i\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 9241,
-      "length": 10,
-      "value": "\"SM_T300i\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 9668,
-      "length": 10,
-      "value": "\"SM_T400i\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 10095,
-      "length": 9,
-      "value": "\"SM_L200\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 10463,
-      "length": 9,
-      "value": "\"SM_L300\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "StringLiteral",
-      "offset": 10828,
-      "length": 7,
-      "value": "\"SP700\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterSpec\/PrinterSpecConstants.swift",
-      "kind": "Array",
-      "offset": 11773,
-      "length": 66,
-      "value": "[\"TSP143 (STR_T-001)\", \"TSP113 (STR_T-001)\"]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 189,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 197,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 203,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 209,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 257,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 265,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 273,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 281,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 402,
-      "length": 3,
-      "value": "255"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitmapPixel.swift",
-      "kind": "StringLiteral",
-      "offset": 120,
-      "length": 11,
-      "value": "\"StarIO10.BitmapPixel\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/FontType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 246,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/FontType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 246,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeAreaParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 374,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeAreaParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 584,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeAreaParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 238,
-      "length": 21,
-      "value": "\"StarIO10.PageModeAreaParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/LineStyle.swift",
-      "kind": "IntegerLiteral",
-      "offset": 250,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/LineStyle.swift",
-      "kind": "IntegerLiteral",
-      "offset": 250,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/ParseResult.swift",
-      "kind": "IntegerLiteral",
-      "offset": 260,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/ParseResult.swift",
-      "kind": "IntegerLiteral",
-      "offset": 267,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/EAAccessoryStarDeviceDiscoveryManager.swift",
-      "kind": "StringLiteral",
-      "offset": 451,
-      "length": 16,
-      "value": "\"Star Micronics\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/EAAccessoryStarDeviceDiscoveryManager.swift",
-      "kind": "StringLiteral",
-      "offset": 506,
-      "length": 19,
-      "value": "\"jp.star-m.starpro\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/EAAccessoryStarDeviceDiscoveryManager.swift",
-      "kind": "IntegerLiteral",
-      "offset": 585,
-      "length": 5,
-      "value": "10000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/EAAccessoryStarDeviceDiscoveryManager.swift",
-      "kind": "IntegerLiteral",
-      "offset": 911,
-      "length": 3,
-      "value": "100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GenericCache.swift",
-      "kind": "Array",
-      "offset": 297,
-      "length": 2,
-      "value": "[]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GenericCache.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GenericCache.swift",
-      "kind": "IntegerLiteral",
-      "offset": 356,
-      "length": 5,
-      "value": "65535"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GenericCache.swift",
-      "kind": "StringLiteral",
-      "offset": 121,
-      "length": 12,
-      "value": "\"StarIO10.GenericCache\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 155,
-      "length": 4,
-      "value": "0x00"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 4,
-      "value": "0x01"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 195,
-      "length": 4,
-      "value": "0x02"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 215,
-      "length": 4,
-      "value": "0x03"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 235,
-      "length": 4,
-      "value": "0x04"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 255,
-      "length": 4,
-      "value": "0x05"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 275,
-      "length": 4,
-      "value": "0x06"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 295,
-      "length": 4,
-      "value": "0x07"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 314,
-      "length": 4,
-      "value": "0x08"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 333,
-      "length": 4,
-      "value": "0x09"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 4,
-      "value": "0x0a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 371,
-      "length": 4,
-      "value": "0x0b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 390,
-      "length": 4,
-      "value": "0x0c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 409,
-      "length": 4,
-      "value": "0x0d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 428,
-      "length": 4,
-      "value": "0x0e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 447,
-      "length": 4,
-      "value": "0x0f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 467,
-      "length": 4,
-      "value": "0x10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 487,
-      "length": 4,
-      "value": "0x11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 507,
-      "length": 4,
-      "value": "0x12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 527,
-      "length": 4,
-      "value": "0x13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 547,
-      "length": 4,
-      "value": "0x14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 567,
-      "length": 4,
-      "value": "0x15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 587,
-      "length": 4,
-      "value": "0x16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 607,
-      "length": 4,
-      "value": "0x17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 627,
-      "length": 4,
-      "value": "0x18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 646,
-      "length": 4,
-      "value": "0x19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 666,
-      "length": 4,
-      "value": "0x1a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 686,
-      "length": 4,
-      "value": "0x1b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 705,
-      "length": 4,
-      "value": "0x1c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 724,
-      "length": 4,
-      "value": "0x1d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 743,
-      "length": 4,
-      "value": "0x1e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 762,
-      "length": 4,
-      "value": "0x1f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 155,
-      "length": 4,
-      "value": "0x00"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 4,
-      "value": "0x01"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 195,
-      "length": 4,
-      "value": "0x02"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 215,
-      "length": 4,
-      "value": "0x03"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 235,
-      "length": 4,
-      "value": "0x04"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 255,
-      "length": 4,
-      "value": "0x05"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 275,
-      "length": 4,
-      "value": "0x06"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 295,
-      "length": 4,
-      "value": "0x07"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 314,
-      "length": 4,
-      "value": "0x08"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 333,
-      "length": 4,
-      "value": "0x09"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 4,
-      "value": "0x0a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 371,
-      "length": 4,
-      "value": "0x0b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 390,
-      "length": 4,
-      "value": "0x0c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 409,
-      "length": 4,
-      "value": "0x0d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 428,
-      "length": 4,
-      "value": "0x0e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 447,
-      "length": 4,
-      "value": "0x0f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 467,
-      "length": 4,
-      "value": "0x10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 487,
-      "length": 4,
-      "value": "0x11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 507,
-      "length": 4,
-      "value": "0x12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 527,
-      "length": 4,
-      "value": "0x13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 547,
-      "length": 4,
-      "value": "0x14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 567,
-      "length": 4,
-      "value": "0x15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 587,
-      "length": 4,
-      "value": "0x16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 607,
-      "length": 4,
-      "value": "0x17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 627,
-      "length": 4,
-      "value": "0x18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 646,
-      "length": 4,
-      "value": "0x19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 666,
-      "length": 4,
-      "value": "0x1a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 686,
-      "length": 4,
-      "value": "0x1b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 705,
-      "length": 4,
-      "value": "0x1c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 724,
-      "length": 4,
-      "value": "0x1d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 743,
-      "length": 4,
-      "value": "0x1e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 762,
-      "length": 4,
-      "value": "0x1f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 155,
-      "length": 4,
-      "value": "0x00"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 4,
-      "value": "0x01"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 195,
-      "length": 4,
-      "value": "0x02"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 215,
-      "length": 4,
-      "value": "0x03"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 235,
-      "length": 4,
-      "value": "0x04"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 255,
-      "length": 4,
-      "value": "0x05"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 275,
-      "length": 4,
-      "value": "0x06"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 295,
-      "length": 4,
-      "value": "0x07"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 314,
-      "length": 4,
-      "value": "0x08"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 333,
-      "length": 4,
-      "value": "0x09"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 4,
-      "value": "0x0a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 371,
-      "length": 4,
-      "value": "0x0b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 390,
-      "length": 4,
-      "value": "0x0c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 409,
-      "length": 4,
-      "value": "0x0d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 428,
-      "length": 4,
-      "value": "0x0e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 447,
-      "length": 4,
-      "value": "0x0f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 467,
-      "length": 4,
-      "value": "0x10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 487,
-      "length": 4,
-      "value": "0x11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 507,
-      "length": 4,
-      "value": "0x12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 527,
-      "length": 4,
-      "value": "0x13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 547,
-      "length": 4,
-      "value": "0x14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 567,
-      "length": 4,
-      "value": "0x15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 587,
-      "length": 4,
-      "value": "0x16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 607,
-      "length": 4,
-      "value": "0x17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 627,
-      "length": 4,
-      "value": "0x18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 646,
-      "length": 4,
-      "value": "0x19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 666,
-      "length": 4,
-      "value": "0x1a"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 686,
-      "length": 4,
-      "value": "0x1b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 705,
-      "length": 4,
-      "value": "0x1c"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 724,
-      "length": 4,
-      "value": "0x1d"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 743,
-      "length": 4,
-      "value": "0x1e"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/ControlCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 762,
-      "length": 4,
-      "value": "0x1f"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/PresenterLEDAutomaticBlinkParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 430,
-      "length": 3,
-      "value": "100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/PresenterLEDAutomaticBlinkParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 669,
-      "length": 3,
-      "value": "100"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/PresenterLEDAutomaticBlinkParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 229,
-      "length": 26,
-      "value": "\"StarIO10.LEDAutomaticBlinkParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 4,
-      "value": "0x23"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 180,
-      "length": 4,
-      "value": "0x3b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 4,
-      "value": "0x23"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 180,
-      "length": 4,
-      "value": "0x3b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 4,
-      "value": "0x23"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/StarConfigCommand.swift",
-      "kind": "IntegerLiteral",
-      "offset": 180,
-      "length": 4,
-      "value": "0x3b"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 143,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 9,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 3,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 188,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 143,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 9,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 3,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 188,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 143,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 156,
-      "length": 9,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 175,
-      "length": 3,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/GeneralConnectedInterface.swift",
-      "kind": "IntegerLiteral",
-      "offset": 188,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/Alignment.swift",
-      "kind": "IntegerLiteral",
-      "offset": 252,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/Alignment.swift",
-      "kind": "IntegerLiteral",
-      "offset": 272,
-      "length": 5,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/Alignment.swift",
-      "kind": "IntegerLiteral",
-      "offset": 252,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/Alignment.swift",
-      "kind": "IntegerLiteral",
-      "offset": 272,
-      "length": 5,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Log\/LogMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 245,
-      "length": 15,
-      "value": "\"Write failed.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "StringLiteral",
-      "offset": 372,
-      "length": 22,
-      "value": "\"StarIO10.StarPrinter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1858,
-      "length": 5,
-      "value": "10000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1903,
-      "length": 4,
-      "value": "5000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1943,
-      "length": 5,
-      "value": "30000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1996,
-      "length": 5,
-      "value": "90000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 2104,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarPrinter.swift",
-      "kind": "StringLiteral",
-      "offset": 158,
-      "length": 11,
-      "value": "\"StarIO10.StarPrinter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/StarFirmwareInformationParser.swift",
-      "kind": "StringLiteral",
-      "offset": 240,
-      "length": 5,
-      "value": "\"Ver\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRectangleParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 481,
-      "length": 4,
-      "value": "0.25"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRectangleParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 766,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRectangleParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 1055,
-      "length": 3,
-      "value": "0.0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRectangleParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 240,
-      "length": 26,
-      "value": "\"StarIO10.PageModeRectangleParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolJobStatusParser.swift",
-      "kind": "BooleanLiteral",
-      "offset": 257,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolJobStatusParser.swift",
-      "kind": "BooleanLiteral",
-      "offset": 314,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterImageParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 381,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterImageParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 662,
-      "length": 3,
-      "value": "127"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterImageParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 235,
-      "length": 14,
-      "value": "\"StarIO10.ImageParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 270,
-      "length": 17,
-      "value": "\"Already Opened.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 317,
-      "length": 14,
-      "value": "\"Open failed.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 389,
-      "length": 42,
-      "value": "\"The device is in use by another process.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 471,
-      "length": 24,
-      "value": "\"Bluetooth unavailable.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 530,
-      "length": 19,
-      "value": "\"Device not found.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 587,
-      "length": 22,
-      "value": "\"Network unavailable.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 664,
-      "length": 39,
-      "value": "\"The device is in use by another host.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 746,
-      "length": 27,
-      "value": "\"Bad response from device.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 809,
-      "length": 20,
-      "value": "\"Request timed out.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 858,
-      "length": 13,
-      "value": "\"Not opened.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 906,
-      "length": 19,
-      "value": "\"Device has error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 968,
-      "length": 27,
-      "value": "\"Printer is holding paper.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1031,
-      "length": 20,
-      "value": "\"Initialize failed.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1085,
-      "length": 18,
-      "value": "\"Print timed out.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1141,
-      "length": 22,
-      "value": "\"Load library failed.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1194,
-      "length": 15,
-      "value": "\"Write failed.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1243,
-      "length": 18,
-      "value": "\"Already started.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1298,
-      "length": 21,
-      "value": "\"Invalid identifier.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1351,
-      "length": 16,
-      "value": "\"Unknown Error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1412,
-      "length": 29,
-      "value": "\"Interface is not specified.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1479,
-      "length": 22,
-      "value": "\"Not supported model.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1537,
-      "length": 35,
-      "value": "\"Not available on iOS 13 or later.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1608,
-      "length": 20,
-      "value": "\"JSON format error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1671,
-      "length": 34,
-      "value": "\"Star Configuration format error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1751,
-      "length": 37,
-      "value": "\"Star Configuration parameter error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1839,
-      "length": 42,
-      "value": "\"Star Configuration specified file error.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1919,
-      "length": 22,
-      "value": "\"Spooler is disabled.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 1988,
-      "length": 31,
-      "value": "\"Spooler buffer is not enough.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 2053,
-      "length": 33,
-      "value": "\"Specified JobID does not exist.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 2153,
-      "length": 51,
-      "value": "\"Specified argument value is out of specification.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 2239,
-      "length": 19,
-      "value": "\"Invalid password.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorMessage.swift",
-      "kind": "StringLiteral",
-      "offset": 2300,
-      "length": 26,
-      "value": "\"Need to change password.\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterPort\/StarLANPrinterPort.swift",
-      "kind": "StringLiteral",
-      "offset": 125,
-      "length": 18,
-      "value": "\"StarIO10.StarLANPrinterPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobSettingsAdditionalInfo.swift",
-      "kind": "StringLiteral",
-      "offset": 210,
-      "length": 36,
-      "value": "\"StarSpoolJobSettingsAdditionalInfo\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobSettingsAdditionalInfo.swift",
-      "kind": "StringLiteral",
-      "offset": 273,
-      "length": 7,
-      "value": "\"1.0.0\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Spooler\/StarSpoolJobSettingsAdditionalInfo.swift",
-      "kind": "StringLiteral",
-      "offset": 131,
-      "length": 34,
-      "value": "\"StarIO10.StarSpoolJobSettingsAdditionalInfo\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/CancellationToken.swift",
-      "kind": "BooleanLiteral",
-      "offset": 191,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarConfigurationSetResult.swift",
-      "kind": "IntegerLiteral",
-      "offset": 257,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarConfigurationSetResult.swift",
-      "kind": "IntegerLiteral",
-      "offset": 257,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/BezelSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 335,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/BezelSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 347,
-      "length": 7,
-      "value": "\"Bezel\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/BezelSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 368,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 255,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 270,
-      "length": 1,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 285,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 255,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 270,
-      "length": 1,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 285,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/LANStarDeviceDiscoveryManager.swift",
-      "kind": "IntegerLiteral",
-      "offset": 250,
-      "length": 5,
-      "value": "22222"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/LANStarDeviceDiscoveryManager.swift",
-      "kind": "IntegerLiteral",
-      "offset": 304,
-      "length": 3,
-      "value": "500"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/LEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 217,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/LEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 236,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/LEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 217,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/LEDType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 236,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/UDPPort.swift",
-      "kind": "IntegerLiteral",
-      "offset": 195,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/UDPPort.swift",
-      "kind": "IntegerLiteral",
-      "offset": 235,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/UDPPort.swift",
-      "kind": "StringLiteral",
-      "offset": 131,
-      "length": 7,
-      "value": "\"StarIO10.UDPPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/BaseRawPort.swift",
-      "kind": "StringLiteral",
-      "offset": 818,
-      "length": 11,
-      "value": "\"StarIO10.BaseRawPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/LabelParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 291,
-      "length": 4,
-      "value": "true"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayImageParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 350,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayImageParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 631,
-      "length": 3,
-      "value": "127"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayImageParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 235,
-      "length": 14,
-      "value": "\"StarIO10.ImageParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/LogoParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 226,
-      "length": 13,
-      "value": "\"StarIO10.LogoParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 362,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 382,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 362,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterCharacterEncodingType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 382,
-      "length": 8,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/DriveOneTimeSoundParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 379,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/DriveOneTimeSoundParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 264,
-      "length": 26,
-      "value": "\"StarIO10.DriveOneTimeSoundParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BlackMarkPosition.swift",
-      "kind": "IntegerLiteral",
-      "offset": 277,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BlackMarkPosition.swift",
-      "kind": "IntegerLiteral",
-      "offset": 277,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/PrinterSpec+SpecificModel.swift",
-      "kind": "StringLiteral",
-      "offset": 719,
-      "length": 7,
-      "value": "\"FVP10\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/PrinterSpec+SpecificModel.swift",
-      "kind": "BooleanLiteral",
-      "offset": 1028,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/PrinterSpec+SpecificModel.swift",
-      "kind": "StringLiteral",
-      "offset": 1168,
-      "length": 7,
-      "value": "\"BSC10\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/PrinterSpec+SpecificModel.swift",
-      "kind": "StringLiteral",
-      "offset": 1536,
-      "length": 8,
-      "value": "\"TSP043\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/PrinterSpec+SpecificModel.swift",
-      "kind": "StringLiteral",
-      "offset": 1906,
-      "length": 8,
-      "value": "\"TUP500\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 258,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 276,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 294,
-      "length": 4,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 312,
-      "length": 4,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 4,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 348,
-      "length": 4,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 4,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 384,
-      "length": 4,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 258,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 276,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 294,
-      "length": 4,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 312,
-      "length": 4,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 330,
-      "length": 4,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 348,
-      "length": 4,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 4,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PDF417Level.swift",
-      "kind": "IntegerLiteral",
-      "offset": 384,
-      "length": 4,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 350,
-      "length": 2,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 7,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 407,
-      "length": 5,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 426,
-      "length": 5,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 445,
-      "length": 5,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 464,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 484,
-      "length": 8,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 506,
-      "length": 6,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 526,
-      "length": 12,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 552,
-      "length": 5,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 350,
-      "length": 2,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 7,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 407,
-      "length": 5,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 426,
-      "length": 5,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 445,
-      "length": 5,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 464,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 484,
-      "length": 8,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 506,
-      "length": 6,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 526,
-      "length": 12,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Display\/DisplayInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 552,
-      "length": 5,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/PrinterPort\/EscPosLANPrinterPort.swift",
-      "kind": "StringLiteral",
-      "offset": 127,
-      "length": 20,
-      "value": "\"StarIO10.EscPosLANPrinterPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Drawer\/OpenParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 551,
-      "length": 3,
-      "value": "200"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/BluetoothLEPort.swift",
-      "kind": "StringLiteral",
-      "offset": 254,
-      "length": 38,
-      "value": "\"49535343-FE7D-4AE5-8FA9-9FAFD205E455\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/BluetoothLEPort.swift",
-      "kind": "StringLiteral",
-      "offset": 358,
-      "length": 38,
-      "value": "\"49535343-8841-43F4-A8D4-ECBE34729BB3\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/BluetoothLEPort.swift",
-      "kind": "StringLiteral",
-      "offset": 461,
-      "length": 38,
-      "value": "\"49535343-1E4D-4BD9-BA61-23C647249616\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 399,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 662,
-      "length": 1,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 1271,
-      "length": 4,
-      "value": "10.0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 232,
-      "length": 16,
-      "value": "\"StarIO10.BarcodeParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 260,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/QRCodeModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 260,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DrawerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 317,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DrawerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 329,
-      "length": 8,
-      "value": "\"Drawer\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DrawerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 351,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/JSONBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 251,
-      "length": 4,
-      "value": "\"\n\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/JSONBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 278,
-      "length": 4,
-      "value": "\"\t\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/JSONBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 120,
-      "length": 11,
-      "value": "\"StarIO10.JSONBuilder\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/EscPosPrinterStatusParser.swift",
-      "kind": "Array",
-      "offset": 226,
-      "length": 9,
-      "value": "[1, 2, 4]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 363,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 421,
-      "length": 8,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 479,
-      "length": 8,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 534,
-      "length": 5,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 590,
-      "length": 9,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 651,
-      "length": 10,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 715,
-      "length": 12,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 780,
-      "length": 11,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 843,
-      "length": 10,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 906,
-      "length": 11,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 967,
-      "length": 8,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1021,
-      "length": 4,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1076,
-      "length": 9,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1136,
-      "length": 9,
-      "value": "14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1196,
-      "length": 9,
-      "value": "15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1255,
-      "length": 8,
-      "value": "16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1313,
-      "length": 8,
-      "value": "17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1371,
-      "length": 8,
-      "value": "18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1429,
-      "length": 8,
-      "value": "19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1486,
-      "length": 7,
-      "value": "20"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1542,
-      "length": 7,
-      "value": "21"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1596,
-      "length": 5,
-      "value": "22"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1649,
-      "length": 6,
-      "value": "23"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1702,
-      "length": 5,
-      "value": "24"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1755,
-      "length": 6,
-      "value": "25"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 363,
-      "length": 8,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 421,
-      "length": 8,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 479,
-      "length": 8,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 534,
-      "length": 5,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 590,
-      "length": 9,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 651,
-      "length": 10,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 715,
-      "length": 12,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 780,
-      "length": 11,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 843,
-      "length": 10,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 906,
-      "length": 11,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 967,
-      "length": 8,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1021,
-      "length": 4,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1076,
-      "length": 9,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1136,
-      "length": 9,
-      "value": "14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1196,
-      "length": 9,
-      "value": "15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1255,
-      "length": 8,
-      "value": "16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1313,
-      "length": 8,
-      "value": "17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1371,
-      "length": 8,
-      "value": "18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1429,
-      "length": 8,
-      "value": "19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1486,
-      "length": 7,
-      "value": "20"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1542,
-      "length": 7,
-      "value": "21"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1596,
-      "length": 5,
-      "value": "22"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1649,
-      "length": 6,
-      "value": "23"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1702,
-      "length": 5,
-      "value": "24"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/StarPrinterModel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1755,
-      "length": 6,
-      "value": "25"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/DiscoveryCommand.swift",
-      "kind": "StringLiteral",
-      "offset": 202,
-      "length": 11,
-      "value": "\"STR_BCAST\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/DiscoveryCommand.swift",
-      "kind": "StringLiteral",
-      "offset": 262,
-      "length": 4,
-      "value": "\"RQ\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Command\/DiscoveryCommand.swift",
-      "kind": "StringLiteral",
-      "offset": 317,
-      "length": 4,
-      "value": "\"RS\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterPageModeImageParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 424,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterPageModeImageParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 705,
-      "length": 3,
-      "value": "127"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterPageModeImageParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 202,
-      "length": 22,
-      "value": "\"StarIO10.PageModeImageParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PageModeBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 323,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PageModeBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 335,
-      "length": 10,
-      "value": "\"PageMode\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PageModeBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 359,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/ModeParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 290,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/ModeParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 527,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/ModeParameter.swift",
-      "kind": "BooleanLiteral",
-      "offset": 766,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/Presenter\/ModeParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1024,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/FormatChecker.swift",
-      "kind": "StringLiteral",
-      "offset": 192,
-      "length": 40,
-      "value": "\"([0-9A-Fa-f]{2}[:-]?){5}[0-9A-Fa-f]{2}\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/FormatChecker.swift",
-      "kind": "StringLiteral",
-      "offset": 276,
-      "length": 96,
-      "value": "\"(([1-9]?[0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])[.]){3}([1-9]?[0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/FormatChecker.swift",
-      "kind": "StringLiteral",
-      "offset": 413,
-      "length": 20,
-      "value": "\"[0-9]+(\\.[0-9]+)+\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 205,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 210,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 254,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 259,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 303,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 308,
-      "length": 1,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 352,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 357,
-      "length": 1,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 401,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 406,
-      "length": 1,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 450,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 455,
-      "length": 1,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 499,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 504,
-      "length": 1,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 548,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/BitFlags.swift",
-      "kind": "IntegerLiteral",
-      "offset": 553,
-      "length": 1,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/UDPBroadcastPort.swift",
-      "kind": "IntegerLiteral",
-      "offset": 186,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/RawPort\/UDPBroadcastPort.swift",
-      "kind": "StringLiteral",
-      "offset": 125,
-      "length": 16,
-      "value": "\"StarIO10.UDPBroadcastPort\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PrinterBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 320,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PrinterBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 332,
-      "length": 9,
-      "value": "\"Printer\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/PrinterBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 355,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/Cancelable.swift",
-      "kind": "IntegerLiteral",
-      "offset": 337,
-      "length": 2,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/Cancelable.swift",
-      "kind": "BooleanLiteral",
-      "offset": 362,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Buzzer\/DriveParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 554,
-      "length": 1,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Buzzer\/DriveParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 802,
-      "length": 3,
-      "value": "200"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Buzzer\/DriveParameter.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1049,
-      "length": 3,
-      "value": "200"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 350,
-      "length": 2,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 7,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 407,
-      "length": 5,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 426,
-      "length": 5,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 445,
-      "length": 5,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 464,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 484,
-      "length": 8,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 506,
-      "length": 6,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 526,
-      "length": 12,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 552,
-      "length": 5,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 571,
-      "length": 7,
-      "value": "14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 592,
-      "length": 8,
-      "value": "15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 614,
-      "length": 7,
-      "value": "16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 635,
-      "length": 5,
-      "value": "17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 654,
-      "length": 7,
-      "value": "18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 675,
-      "length": 6,
-      "value": "19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 695,
-      "length": 5,
-      "value": "20"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 329,
-      "length": 7,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 350,
-      "length": 2,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 366,
-      "length": 7,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 387,
-      "length": 6,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 407,
-      "length": 5,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 426,
-      "length": 5,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 445,
-      "length": 5,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 464,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 484,
-      "length": 8,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 506,
-      "length": 6,
-      "value": "11"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 526,
-      "length": 12,
-      "value": "12"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 552,
-      "length": 5,
-      "value": "13"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 571,
-      "length": 7,
-      "value": "14"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 592,
-      "length": 8,
-      "value": "15"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 614,
-      "length": 7,
-      "value": "16"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 635,
-      "length": 5,
-      "value": "17"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 654,
-      "length": 7,
-      "value": "18"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 675,
-      "length": 6,
-      "value": "19"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PrinterInternationalCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 695,
-      "length": 5,
-      "value": "20"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Monitor\/MasterMonitor.swift",
-      "kind": "StringLiteral",
-      "offset": 122,
-      "length": 13,
-      "value": "\"StarIO10.MasterMonitor\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 273,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 4,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 327,
-      "length": 5,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 346,
-      "length": 5,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 365,
-      "length": 6,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 385,
-      "length": 3,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 402,
-      "length": 7,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 423,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 443,
-      "length": 3,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 273,
-      "length": 4,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 4,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 309,
-      "length": 4,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 327,
-      "length": 5,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 346,
-      "length": 5,
-      "value": "5"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 365,
-      "length": 6,
-      "value": "6"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 385,
-      "length": 3,
-      "value": "7"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 402,
-      "length": 7,
-      "value": "8"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 423,
-      "length": 6,
-      "value": "9"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeSymbology.swift",
-      "kind": "IntegerLiteral",
-      "offset": 443,
-      "length": 3,
-      "value": "10"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 232,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 4,
-      "value": "1000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 379,
-      "length": 4,
-      "value": "1001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 451,
-      "length": 4,
-      "value": "1002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 533,
-      "length": 4,
-      "value": "2000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 611,
-      "length": 4,
-      "value": "2001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 687,
-      "length": 4,
-      "value": "3000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 777,
-      "length": 4,
-      "value": "3001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 861,
-      "length": 4,
-      "value": "3002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 933,
-      "length": 4,
-      "value": "4000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1015,
-      "length": 4,
-      "value": "4001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1087,
-      "length": 4,
-      "value": "5000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1185,
-      "length": 4,
-      "value": "6000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1289,
-      "length": 4,
-      "value": "6001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1401,
-      "length": 4,
-      "value": "6002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 232,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 299,
-      "length": 4,
-      "value": "1000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 379,
-      "length": 4,
-      "value": "1001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 451,
-      "length": 4,
-      "value": "1002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 533,
-      "length": 4,
-      "value": "2000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 611,
-      "length": 4,
-      "value": "2001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 687,
-      "length": 4,
-      "value": "3000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 777,
-      "length": 4,
-      "value": "3001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 861,
-      "length": 4,
-      "value": "3002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 933,
-      "length": 4,
-      "value": "4000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1015,
-      "length": 4,
-      "value": "4001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1087,
-      "length": 4,
-      "value": "5000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1185,
-      "length": 4,
-      "value": "6000"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1289,
-      "length": 4,
-      "value": "6001"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Error\/StarIO10ErrorCode.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1401,
-      "length": 4,
-      "value": "6002"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/RuledLineParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 338,
-      "length": 3,
-      "value": "0.0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/RuledLineParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 566,
-      "length": 4,
-      "value": "0.25"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/RuledLineParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 232,
-      "length": 18,
-      "value": "\"StarIO10.RuledLineParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarConnectionSettings.swift",
-      "kind": "BooleanLiteral",
-      "offset": 689,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarConnectionSettings.swift",
-      "kind": "StringLiteral",
-      "offset": 180,
-      "length": 22,
-      "value": "\"StarIO10.StarConnectionSettings\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/SoundStorageArea.swift",
-      "kind": "IntegerLiteral",
-      "offset": 286,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/MelodySpeaker\/SoundStorageArea.swift",
-      "kind": "IntegerLiteral",
-      "offset": 286,
-      "length": 5,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/OrderedDictionary.swift",
-      "kind": "IntegerLiteral",
-      "offset": 2879,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/NullableClass\/NullableInt.swift",
-      "kind": "StringLiteral",
-      "offset": 170,
-      "length": 11,
-      "value": "\"StarIO10.NullableInt\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeBarRatioLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeBarRatioLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 311,
-      "length": 11,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeBarRatioLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 6,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/BarcodeBarRatioLevel.swift",
-      "kind": "IntegerLiteral",
-      "offset": 311,
-      "length": 11,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Monitor\/DisplayMonitor.swift",
-      "kind": "BooleanLiteral",
-      "offset": 235,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRuledLineParameter.swift",
-      "kind": "FloatLiteral",
-      "offset": 488,
-      "length": 4,
-      "value": "0.25"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/PageModeRuledLineParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 240,
-      "length": 26,
-      "value": "\"StarIO10.PageModeRuledLineParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DocumentBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 323,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DocumentBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 335,
-      "length": 10,
-      "value": "\"Document\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DocumentBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 359,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/DocumentBuilder.swift",
-      "kind": "IntegerLiteral",
-      "offset": 464,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/MultipleStarDeviceDiscoveryManager.swift",
-      "kind": "Array",
-      "offset": 330,
-      "length": 2,
-      "value": "[]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceDiscoveryManager\/MultipleStarDeviceDiscoveryManager.swift",
-      "kind": "StringLiteral",
-      "offset": 143,
-      "length": 34,
-      "value": "\"StarIO10.MultipleStarDeviceDiscoveryManager\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/HoldPrintParameter.swift",
-      "kind": "StringLiteral",
-      "offset": 236,
-      "length": 18,
-      "value": "\"StarIO10.HoldPrintParameter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 339,
-      "length": 9,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 398,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 451,
-      "length": 3,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 288,
-      "length": 3,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 339,
-      "length": 9,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 398,
-      "length": 11,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/InterfaceType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 451,
-      "length": 3,
-      "value": "4"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10ForReactNative\/NullableClass\/NullableBool.swift",
-      "kind": "StringLiteral",
-      "offset": 172,
-      "length": 12,
-      "value": "\"StarIO10.NullableBool\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifierManager.swift",
-      "kind": "StringLiteral",
-      "offset": 224,
-      "length": 28,
-      "value": "\"connection_identifier.json\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifierManager.swift",
-      "kind": "StringLiteral",
-      "offset": 377,
-      "length": 22,
-      "value": "\"specified_identifier\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifierManager.swift",
-      "kind": "StringLiteral",
-      "offset": 449,
-      "length": 13,
-      "value": "\"mac_address\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifierManager.swift",
-      "kind": "StringLiteral",
-      "offset": 518,
-      "length": 19,
-      "value": "\"bluetooth_address\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/AutoSwitchInterface\/StarConnectionIdentifierManager.swift",
-      "kind": "StringLiteral",
-      "offset": 592,
-      "length": 19,
-      "value": "\"usb_serial_number\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/GetStarConfigParser.swift",
-      "kind": "StringLiteral",
-      "offset": 254,
-      "length": 2,
-      "value": "\"\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/BuzzerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 317,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/BuzzerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 329,
-      "length": 8,
-      "value": "\"Buzzer\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/BuzzerBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 351,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarDeviceManager.swift",
-      "kind": "Array",
-      "offset": 206,
-      "length": 2,
-      "value": "[]"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/CommandParser\/SpoolPrintParser.swift",
-      "kind": "BooleanLiteral",
-      "offset": 290,
-      "length": 5,
-      "value": "false"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 246,
-      "length": 7,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 267,
-      "length": 10,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 13,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 246,
-      "length": 7,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 267,
-      "length": 10,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CutType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 291,
-      "length": 13,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/StarXpandCommandBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 304,
-      "length": 7,
-      "value": "\"1.0.0\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/StarXpandCommandBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 466,
-      "length": 7,
-      "value": "\"title\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/StarXpandCommandBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 475,
-      "length": 18,
-      "value": "\"StarXpandCommand\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/StarXpandCommandBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 507,
-      "length": 9,
-      "value": "\"version\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/StarXpandCommandBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 563,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 277,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 308,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 340,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 277,
-      "length": 17,
-      "value": "1"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 308,
-      "length": 18,
-      "value": "2"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommand\/Printer\/CJKCharacterType.swift",
-      "kind": "IntegerLiteral",
-      "offset": 340,
-      "length": 6,
-      "value": "3"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/PeripheralControl.swift",
-      "kind": "IntegerLiteral",
-      "offset": 818,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/PeripheralControl.swift",
-      "kind": "IntegerLiteral",
-      "offset": 897,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/PeripheralControl.swift",
-      "kind": "IntegerLiteral",
-      "offset": 967,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/PeripheralControl.swift",
-      "kind": "IntegerLiteral",
-      "offset": 1033,
-      "length": 1,
-      "value": "0"
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/PeripheralControl.swift",
-      "kind": "StringLiteral",
-      "offset": 147,
-      "length": 17,
-      "value": "\"StarIO10.PeripheralControl\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PresenterSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 347,
-      "length": 10,
-      "value": "\"category\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PresenterSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 359,
-      "length": 11,
-      "value": "\"Presenter\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/StarXpandCommandForReactNative\/PresenterSettingBuilder.swift",
-      "kind": "StringLiteral",
-      "offset": 384,
-      "length": 10,
-      "value": "\"contents\""
-    },
-    {
-      "filePath": "\/Users\/smjbuildpc\/builds\/hkeWdnaZ\/0\/Software\/Library\/stario10\/stario10_ios\/StarIO10\/Util\/Stopwatch.swift",
-      "kind": "BooleanLiteral",
-      "offset": 243,
-      "length": 5,
-      "value": "false"
-    }
-  ]
-}
\ No newline at end of file
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
deleted file mode 100644
index b3f7c1cfe5457eff0c2b606b7a17f43b3cad5cee..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+++ /dev/null
@@ -1,1460 +0,0 @@
-// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name StarIO10
-// swift-module-flags-ignorable: -enable-bare-slash-regex
-import CoreBluetooth
-import ExternalAccessory
-import Foundation
-import Network
-@_exported import StarIO10
-import StarIO10.StarLogger
-import StarIO10.StarXpandCommandParserWrapper
-import Swift
-import UIKit
-import _Concurrency
-import _StringProcessing
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarSpoolJobStatus) public class StarSpoolJobStatus : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var jobId: Swift.Int {
-    get
-  }
-  @objc public var jobState: StarIO10.SpoolJobState {
-    get
-  }
-  @objc public var elapsedTime: Swift.Int {
-    get
-  }
-  @objc public var jobReceivedInterface: StarIO10.SpoolJobReceivedInterface {
-    get
-  }
-  @objc public var appInfo: Swift.String {
-    get
-  }
-  @objc public var hostModel: Swift.String {
-    get
-  }
-  @objc public var hostOS: Swift.String {
-    get
-  }
-  @objc public var hostIpAddress: Swift.String {
-    get
-  }
-  @objc public var jobSettings: StarIO10.StarSpoolJobSettings {
-    get
-  }
-  @objc deinit
-}
-extension StarIO10.StarPrinter {
-  @objc dynamic public func open(completion: @escaping (Swift.Error?) -> Swift.Void)
-  @objc dynamic public func close(completion: @escaping () -> Swift.Void)
-  @objc dynamic public func print(raw: Foundation.Data, completion: @escaping (Swift.Error?) -> Swift.Void)
-  @objc dynamic public func print(command: Swift.String, completion: @escaping (Swift.Error?) -> Swift.Void)
-  public func print(command: Swift.String, starSpoolJobSettings: StarIO10.StarSpoolJobSettings, completion: @escaping (Swift.Int?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getStatus(completion: @escaping (StarIO10.StarPrinterStatus?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getSpoolJobStatus(jobId: Swift.Int, completion: @escaping (StarIO10.StarSpoolJobStatus?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getSpoolJobStatusList(size: Swift.Int, completion: @escaping ([StarIO10.StarSpoolJobStatus]?, Swift.Error?) -> Swift.Void)
-  public func setStarConfiguration(starConfiguration: Swift.String, completion: @escaping (StarIO10.StarConfigurationSetResult?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getStarConfiguration(password: Swift.String? = nil, completion: @escaping (Swift.String?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getDefaultStarConfiguration(completion: @escaping (Swift.String?, Swift.Error?) -> Swift.Void)
-}
-@objc(STARIO10StarPrinterEmulation) public enum StarPrinterEmulation : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case starLine
-  case starDot
-  case starGraphic
-  case starPRNT
-  case escPos
-  case escPosMobile
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayCursorState) public enum CursorState : Swift.Int {
-    case on
-    case blink
-    case off
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDisplayBuilder) public class DisplayBuilder : ObjectiveC.NSObject {
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Display.InternationalCharacterType) -> Self
-    @objc public func styleCharacterEncoding(_ type: StarIO10.StarXpandCommand.Display.CharacterEncodingType) -> Self
-    @objc public func styleCursorPositionTo(_ parameter: StarIO10.StarXpandCommand.Display.PositionParameter) -> Self
-    @objc public func actionClearLine() -> Self
-    @objc public func actionClearAll() -> Self
-    @objc public func actionSetBackLightState(_ on: Swift.Bool) -> Self
-    @objc public func actionSetCursorState(_ state: StarIO10.StarXpandCommand.Display.CursorState) -> Self
-    @objc public func actionSetContrast(_ value: StarIO10.StarXpandCommand.Display.Contrast) -> Self
-    @objc public func actionShowText(_ content: Swift.String) -> Self
-    @objc public func actionShowImage(_ parameter: StarIO10.StarXpandCommand.Display.ImageParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @objcMembers @objc(STARIO10StarXpandCommandMagnificationParameter) public class MagnificationParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Int
-    @objc final public let height: Swift.Int
-    @objc public init(width: Swift.Int, height: Swift.Int)
-    @objc deinit
-  }
-}
-@objc(STARIO10StarPrinterStatusDetail) public protocol StarPrinterStatusDetail {
-  @objc var nullableCutterError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperSeparatorError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperJamError: StarIO10.NullableBool? { get }
-  @objc var nullableRollPositionError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperPresent: StarIO10.NullableBool? { get }
-  @objc var nullableDrawerOpenError: StarIO10.NullableBool? { get }
-  @objc var nullablePrintUnitOpen: StarIO10.NullableBool? { get }
-  @objc var nullableDrawer1OpenedMethod: StarIO10.NullableDrawerOpenedMethod? { get }
-  @objc var nullableDrawer1OpenCloseSignal: StarIO10.NullableBool? { get }
-  @objc var nullableDrawer2OpenedMethod: StarIO10.NullableDrawerOpenedMethod? { get }
-  @objc var nullableDrawer2OpenCloseSignal: StarIO10.NullableBool? { get }
-  @objc var nullableExternalDevice1Connected: StarIO10.NullableBool? { get }
-  @objc var nullableExternalDevice2Connected: StarIO10.NullableBool? { get }
-  @objc var nullablePartsReplacementNotification: StarIO10.NullableBool? { get }
-  @objc var nullableCleaningNotification: StarIO10.NullableBool? { get }
-  @objc var nullableDetectedPaperWidth: StarIO10.NullableInt? { get }
-}
-@objcMembers @objc(STARIO10StarSpoolJobSettings) public class StarSpoolJobSettings : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var isRetryEnabled: Swift.Bool {
-    get
-  }
-  @objc public var timeout: Swift.Int {
-    get
-  }
-  @objc public var note: Swift.String {
-    get
-  }
-  @objc public init(isRetryEnabled: Swift.Bool, timeout: Swift.Int, note: Swift.String = "")
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Bezel {
-  @objc(STARIO10StarXpandCommandBezelLEDType) public enum LEDType : Swift.Int {
-    case holding
-    case error
-    case idle
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_inheritsConvenienceInitializers @objc public class Internal : ObjectiveC.NSObject {
-  @_inheritsConvenienceInitializers @objc(STARIO10InternalInterface) @objcMembers public class InternalInterface : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc public static func appendLogHeader(_ header: Swift.String)
-    @objc deinit
-  }
-  @objc override dynamic public init()
-  @objc deinit
-}
-@objc(STARIO10SpoolJobReceivedInterface) public enum SpoolJobReceivedInterface : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case usbPrinterClass
-  case usbAOA
-  case usbiAP
-  case bluetooth
-  case lan
-  case cloudPRNT
-  case webPRNT
-  case smcs
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-@objc(STARIO10DisplayDelegate) public protocol DisplayDelegate {
-  @objc func display(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func displayDidConnect(printer: StarIO10.StarPrinter)
-  @objc func displayDidDisconnect(printer: StarIO10.StarPrinter)
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerDriveRegisteredSoundParameter) public class DriveRegisteredSoundParameter : ObjectiveC.NSObject {
-    @objc final public let area: StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea
-    @objc final public let number: Swift.Int
-    @objc public var volume: Swift.Int {
-      @objc get
-    }
-    @objc public func setVolume(_ volume: Swift.Int) -> Self
-    @objc public init(area: StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea, number: Swift.Int)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPreSettingBuilder) public class PreSettingBuilder : ObjectiveC.NSObject {
-    @objc public func addPresenterSetting(_ builder: StarIO10.StarXpandCommand.PresenterSettingBuilder) -> Self
-    @objc public func addBezelSetting(_ builder: StarIO10.StarXpandCommand.BezelSettingBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Bezel {
-  @objcMembers @objc(STARIO10StarXpandCommandBezelLEDAutomaticBlinkParameter) public class LEDAutomaticBlinkParameter : ObjectiveC.NSObject {
-    @objc public init(type: StarIO10.StarXpandCommand.Bezel.LEDType)
-    @objc public var type: StarIO10.StarXpandCommand.Bezel.LEDType {
-      get
-    }
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc deinit
-  }
-}
-@objc(STARIO10PrinterDelegate) public protocol PrinterDelegate {
-  @objc func printer(_ printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func printerIsReady(_ printer: StarIO10.StarPrinter)
-  @objc func printerDidHaveError(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperReady(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperNearEmpty(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperEmpty(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsCoverOpen(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsCoverClose(_ printer: StarIO10.StarPrinter)
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterBlackMarkParameter) public class BlackMarkParameter : ObjectiveC.NSObject {
-    @objc public var enable: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEnable(_ enable: Swift.Bool) -> Self
-    @objc public var position: StarIO10.StarXpandCommand.Printer.BlackMarkPosition {
-      @objc get
-    }
-    @objc public func setPosition(_ position: StarIO10.StarXpandCommand.Printer.BlackMarkPosition) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPDF417Parameter) public class PDF417Parameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc public var column: Swift.Int {
-      @objc get
-    }
-    @objc public func setColumn(_ column: Swift.Int) -> Self
-    @objc public var line: Swift.Int {
-      @objc get
-    }
-    @objc public func setLine(_ line: Swift.Int) -> Self
-    @objc public var module: Swift.Int {
-      @objc get
-    }
-    @objc public func setModule(_ module: Swift.Int) -> Self
-    @objc public var aspect: Swift.Int {
-      @objc get
-    }
-    @objc public func setAspect(_ aspect: Swift.Int) -> Self
-    @objc public var level: StarIO10.StarXpandCommand.Printer.PDF417Level {
-      @objc get
-    }
-    @objc public func setLevel(_ level: StarIO10.StarXpandCommand.Printer.PDF417Level) -> Self
-    @objc public init(content: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayContrast) public enum Contrast : Swift.Int {
-    case plus3
-    case plus2
-    case plus1
-    case `default`
-    case minus1
-    case minus2
-    case minus3
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension CoreBluetooth.CBManagerState : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(STARIO10Logger) @objcMembers final public class StarIO10Logger : ObjectiveC.NSObject {
-  @objc(sharedObject) public static let shared: StarIO10.StarIO10Logger
-  @objc final public func start()
-  @objc final public func stop()
-  @objc deinit
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinterStatus) public class StarPrinterStatus : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var hasError: Swift.Bool {
-    get
-  }
-  @objc public var coverOpen: Swift.Bool {
-    get
-  }
-  @objc public var drawerOpenCloseSignal: Swift.Bool {
-    get
-  }
-  @objc public var paperEmpty: Swift.Bool {
-    get
-  }
-  @objc public var paperNearEmpty: Swift.Bool {
-    get
-  }
-  @objc public var reserved: Swift.Dictionary<Swift.String, Any> {
-    @objc get
-  }
-  @objc public var detail: StarIO10.StarPrinterStatusDetail {
-    @objc get
-  }
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Drawer {
-  @objc(STARIO10StarXpandCommandDrawerChannel) public enum Channel : Swift.Int {
-    case no1
-    case no2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10StarDeviceDiscoveryManager) public protocol StarDeviceDiscoveryManager {
-  @objc weak var delegate: StarIO10.StarDeviceDiscoveryManagerDelegate? { get set }
-  @objc var discoveryTime: Swift.Int { get set }
-  @objc(startDiscoveryWithError:) func startDiscovery() throws
-  @objc func stopDiscovery()
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterQRCodeParameter) public class QRCodeParameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc public var model: StarIO10.StarXpandCommand.Printer.QRCodeModel {
-      @objc get
-    }
-    @objc public func setModel(_ model: StarIO10.StarXpandCommand.Printer.QRCodeModel) -> Self
-    @objc public var level: StarIO10.StarXpandCommand.Printer.QRCodeLevel {
-      @objc get
-    }
-    @objc public func setLevel(_ level: StarIO10.StarXpandCommand.Printer.QRCodeLevel) -> Self
-    @objc public var cellSize: Swift.Int {
-      @objc get
-    }
-    @objc public func setCellSize(_ cellSize: Swift.Int) -> Self
-    @objc public init(content: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Buzzer {
-  @objc(STARIO10StarXpandCommandBuzzerChannel) public enum Channel : Swift.Int {
-    case no1
-    case no2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterPageModePrintDirection) public enum PageModePrintDirection : Swift.Int {
-    case bottomToTop
-    case leftToRight
-    case rightToLeft
-    case topToBottom
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10DrawerOpenedMethod) public enum DrawerOpenedMethod : Swift.Int, Swift.CustomStringConvertible {
-  @objc(STARIO10DrawerOpenedMethodByHand) case byHand
-  @objc(STARIO10DrawerOpenedMethodByCommand) case byCommand
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerBuilder) public class MelodySpeakerBuilder : ObjectiveC.NSObject {
-    @objc public func actionDriveRegisteredSound(_ parameter: StarIO10.StarXpandCommand.MelodySpeaker.DriveRegisteredSoundParameter) -> Self
-    @objc public func actionDriveOneTimeSound(_ parameter: StarIO10.StarXpandCommand.MelodySpeaker.DriveOneTimeSoundParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@objc(STARIO10InputDeviceDelegate) public protocol InputDeviceDelegate {
-  @objc func inputDevice(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func inputDeviceDidConnect(printer: StarIO10.StarPrinter)
-  @objc func inputDeviceDidDisconnect(printer: StarIO10.StarPrinter)
-  @objc func inputDevice(printer: StarIO10.StarPrinter, didReceive data: Foundation.Data)
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayCharacterEncodingType) public enum CharacterEncodingType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    case codePage
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objcMembers @objc(STARIO10StarXpandCommandDisplayPositionParameter) public class PositionParameter : ObjectiveC.NSObject {
-    @objc final public let x: Swift.Int
-    @objc final public let y: Swift.Int
-    @objc public init(x: Swift.Int, y: Swift.Int)
-    @objc deinit
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableDrawerOpenedMethod) public class NullableDrawerOpenedMethod : ObjectiveC.NSObject {
-  @objc public var value: StarIO10.DrawerOpenedMethod
-  @objc deinit
-}
-@objc(STARIO10SpoolJobState) public enum SpoolJobState : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case accepted
-  case printFailedByTimeoutBeforePrinting
-  case printing
-  case waitingPaperTaken
-  case waitingPrinterReady
-  case printSucceeded
-  case printFailedByPrinterError
-  case printFailedByTimeout
-  case printFailedByPowerOff
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterFontType) public enum FontType : Swift.Int {
-    case a
-    case b
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeAreaParameter) public class PageModeAreaParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Double
-    @objc final public let height: Swift.Double
-    @objc public var x: Swift.Double {
-      @objc get
-    }
-    @objc public func setX(_ x: Swift.Double) -> Self
-    @objc public var y: Swift.Double {
-      @objc get
-    }
-    @objc public func setY(_ y: Swift.Double) -> Self
-    @objc public init(width: Swift.Double, height: Swift.Double)
-    @objc deinit
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinterInformation) public class StarPrinterInformation : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var model: StarIO10.StarPrinterModel {
-    get
-  }
-  @objc public var emulation: StarIO10.StarPrinterEmulation {
-    get
-  }
-  @objc public var reserved: Swift.Dictionary<Swift.String, Any> {
-    @objc get
-  }
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterLineStyle) public enum LineStyle : Swift.Int {
-    case single
-    case double
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(STARIO10StarDeviceDiscoveryManagerFactory) public class StarDeviceDiscoveryManagerFactory : ObjectiveC.NSObject {
-  public static func create(interfaceTypes: [StarIO10.InterfaceType]) throws -> StarIO10.StarDeviceDiscoveryManager
-  @available(swift, obsoleted: 0.1)
-  @objc(createWithInterfaceTypes:error:) public static func create(interfaceTypes: [Swift.Int]) throws -> StarIO10.StarDeviceDiscoveryManager
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @objcMembers @objc(STARIO10StarXpandCommandPresenterLEDAutomaticBlinkParameter) public class LEDAutomaticBlinkParameter : ObjectiveC.NSObject {
-    @objc public init(type: StarIO10.StarXpandCommand.Presenter.LEDType)
-    @objc final public let type: StarIO10.StarXpandCommand.Presenter.LEDType
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterAlignment) public enum Alignment : Swift.Int {
-    case left
-    case center
-    case right
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinter) public class StarPrinter : ObjectiveC.NSObject {
-  @objc public var information: StarIO10.StarPrinterInformation? {
-    get
-  }
-  @objc public var connectionSettings: StarIO10.StarConnectionSettings {
-    get
-  }
-  @objc public var printerDelegate: StarIO10.PrinterDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var drawerDelegate: StarIO10.DrawerDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var inputDeviceDelegate: StarIO10.InputDeviceDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var displayDelegate: StarIO10.DisplayDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var openTimeout: Swift.Int
-  @objc public var getStatusTimeout: Swift.Int
-  @objc public var printTimeout: Swift.Int
-  @objc public var starConfigurationTimeout: Swift.Int
-  @objc(initWithConnectionSettings:) convenience public init(_ connectionSettings: StarIO10.StarConnectionSettings)
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeRectangleParameter) public class PageModeRectangleParameter : ObjectiveC.NSObject {
-    @objc final public let x: Swift.Double
-    @objc final public let y: Swift.Double
-    @objc final public let width: Swift.Double
-    @objc final public let height: Swift.Double
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var roundCorner: Swift.Bool {
-      @objc get
-    }
-    @objc public func setRoundCorner(_ roundCorner: Swift.Bool) -> Self
-    @objc public var cornerRadius: Swift.Double {
-      @objc get
-    }
-    @objc public func setCornerRadius(_ cornerRadius: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(x: Swift.Double, y: Swift.Double, width: Swift.Double, height: Swift.Double)
-    @objc deinit
-  }
-}
-public enum StarIO10Error : Swift.Error {
-  case unknown(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case argument(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case badResponse(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case communication(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case illegalDeviceState(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case inUse(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case invalidOperation(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case notFound(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unprintable(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none, status: StarIO10.StarPrinterStatus? = nil)
-  case authentication(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unsupportedModel(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unsupportedOSVersion(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-}
-extension StarIO10.StarIO10Error : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-extension StarIO10.StarIO10Error : Foundation.LocalizedError {
-  public var errorDescription: Swift.String? {
-    get
-  }
-  public var failureReason: Swift.String? {
-    get
-  }
-  public var recoverySuggestion: Swift.String? {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterImageParameter) public class ImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc final public let width: Swift.Int
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage, width: Swift.Int)
-    @objc deinit
-  }
-}
-@objc(STARIO10DrawerDelegate) public protocol DrawerDelegate {
-  @objc func drawer(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func drawer(printer: StarIO10.StarPrinter, didSwitch openCloseSignal: Swift.Bool)
-}
-@objc(STARIO10StarConfigurationSetResult) public enum StarConfigurationSetResult : Swift.Int, Swift.CustomStringConvertible {
-  case applied
-  case accepted
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBezelSettingBuilder) public class BezelSettingBuilder : ObjectiveC.NSObject {
-    @objc public func settingAutomaticPageLength(_ enable: Swift.Bool) -> Self
-    @objc public func settingLEDAutomaticBlink(_ parameter: StarIO10.StarXpandCommand.Bezel.LEDAutomaticBlinkParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterQRCodeLevel) public enum QRCodeLevel : Swift.Int {
-    case l
-    case m
-    case q
-    case h
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @objc(STARIO10StarXpandCommandPresenterLEDType) public enum LEDType : Swift.Int {
-    case holding
-    case error
-    case idle
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterLabelParameter) public class LabelParameter : ObjectiveC.NSObject {
-    @objc public func enable() -> Swift.Bool
-    @objc public func setEnable(_ enable: Swift.Bool) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objcMembers @objc(STARIO10StarXpandCommandDisplayImageParameter) public class ImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterLogoParameter) public class LogoParameter : ObjectiveC.NSObject {
-    @objc final public let keyCode: Swift.String
-    @objc public init(keyCode: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCharacterEncodingType) public enum CharacterEncodingType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    case codePage
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerDriveOneTimeSoundParameter) public class DriveOneTimeSoundParameter : ObjectiveC.NSObject {
-    @objc final public let source: Foundation.Data
-    @objc public var volume: Swift.Int {
-      @objc get
-    }
-    @objc public func setVolume(_ volume: Swift.Int) -> Self
-    @objc public init(source: Foundation.Data)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBlackMarkPosition) public enum BlackMarkPosition : Swift.Int {
-    case front
-    case back
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterPDF417Level) public enum PDF417Level : Swift.Int {
-    case ecc0
-    case ecc1
-    case ecc2
-    case ecc3
-    case ecc4
-    case ecc5
-    case ecc6
-    case ecc7
-    case ecc8
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@available(iOS 13.0, *)
-extension StarIO10.StarPrinter {
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func open() async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func close() async
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(raw: Foundation.Data) async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(command: Swift.String) async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(command: Swift.String, starSpoolJobSettings: StarIO10.StarSpoolJobSettings) async throws -> Swift.Int
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getStatus() async throws -> StarIO10.StarPrinterStatus
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getSpoolJobStatus(jobId: Swift.Int) async throws -> StarIO10.StarSpoolJobStatus
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getSpoolJobStatusList(size: Swift.Int) async throws -> [StarIO10.StarSpoolJobStatus]
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func setStarConfiguration(starConfiguration: Swift.String) async throws -> StarIO10.StarConfigurationSetResult
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getStarConfiguration(password: Swift.String? = nil) async throws -> Swift.String
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getDefaultStarConfiguration() async throws -> Swift.String
-  #endif
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayInternationalCharacterType) public enum InternationalCharacterType : Swift.Int {
-    case usa
-    case france
-    case germany
-    case uk
-    case denmark
-    case sweden
-    case italy
-    case spain
-    case japan
-    case norway
-    case denmark2
-    case spain2
-    case latinAmerica
-    case korea
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Drawer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDrawerOpenParameter) public class OpenParameter : ObjectiveC.NSObject {
-    @objc public var channel: StarIO10.StarXpandCommand.Drawer.Channel {
-      @objc get
-    }
-    @objc public func setChannel(_ channel: StarIO10.StarXpandCommand.Drawer.Channel) -> Self
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterBarcodeParameter) public class BarcodeParameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc final public let symbology: StarIO10.StarXpandCommand.Printer.BarcodeSymbology
-    @objc public var printHRI: Swift.Bool {
-      @objc get
-    }
-    @objc public func setPrintHRI(_ printHRI: Swift.Bool) -> Self
-    @objc public var barDots: Swift.Int {
-      @objc get
-    }
-    @objc public func setBarDots(_ barDots: Swift.Int) -> Self
-    @objc public var barRatioLevel: StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel {
-      @objc get
-    }
-    @objc public func setBarRatioLevel(_ barRatioLevel: StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel) -> Self
-    @objc public var height: Swift.Double {
-      @objc get
-    }
-    @objc public func setHeight(_ height: Swift.Double) -> Self
-    @objc public init(content: Swift.String, symbology: StarIO10.StarXpandCommand.Printer.BarcodeSymbology)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterQRCodeModel) public enum QRCodeModel : Swift.Int {
-    case model1
-    case model2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDrawerBuilder) public class DrawerBuilder : ObjectiveC.NSObject {
-    @objc public func actionOpen(_ parameter: StarIO10.StarXpandCommand.Drawer.OpenParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@objc(STARIO10StarPrinterModel) public enum StarPrinterModel : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  @objc(STARIO10StarPrinterModelTSP650II) case tsp650II
-  @objc(STARIO10StarPrinterModelTSP700II) case tsp700II
-  @objc(STARIO10StarPrinterModelTSP800II) case tsp800II
-  @objc(STARIO10StarPrinterModelFVP10) case fvp10
-  @objc(STARIO10StarPrinterModelTSP100LAN) case tsp100LAN
-  @objc(STARIO10StarPrinterModelTSP100IIIW) case tsp100IIIW
-  @objc(STARIO10StarPrinterModelTSP100IIILAN) case tsp100IIILAN
-  @objc(STARIO10StarPrinterModelTSP100IIIBI) case tsp100IIIBI
-  @objc(STARIO10StarPrinterModelTSP100IIIU) case tsp100IIIU
-  @objc(STARIO10StarPrinterModelTSP100IV_SK) case tsp100IV_SK
-  @objc(STARIO10StarPrinterModelTSP100IV) case tsp100IV
-  @objc(STARIO10StarPrinterModelmPOP) case mPOP
-  @objc(STARIO10StarPrinterModelmC_Print2) case mC_Print2
-  @objc(STARIO10StarPrinterModelmC_Print3) case mC_Print3
-  @objc(STARIO10StarPrinterModelmC_Label3) case mC_Label3
-  @objc(STARIO10StarPrinterModelSM_S210i) case sm_S210i
-  @objc(STARIO10StarPrinterModelSM_S230i) case sm_S230i
-  @objc(STARIO10StarPrinterModelSM_T300i) case sm_T300i
-  @objc(STARIO10StarPrinterModelSM_T400i) case sm_T400i
-  @objc(STARIO10StarPrinterModelSM_L200) case sm_L200
-  @objc(STARIO10StarPrinterModelSM_L300) case sm_L300
-  @objc(STARIO10StarPrinterModelBSC10) case bsc10
-  @objc(STARIO10StarPrinterModelTSP043) case tsp043
-  @objc(STARIO10StarPrinterModelSP700) case sp700
-  @objc(STARIO10StarPrinterModelTUP500) case tup500
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeImageParameter) public class PageModeImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc final public let x: Swift.Double
-    @objc final public let y: Swift.Double
-    @objc final public let width: Swift.Int
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage, x: Swift.Double, y: Swift.Double, width: Swift.Int)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPageModeBuilder) public class PageModeBuilder : ObjectiveC.NSObject {
-    @objc public func stylePrintDirection(_ direction: StarIO10.StarXpandCommand.Printer.PageModePrintDirection) -> Self
-    @objc public func styleFont(_ type: StarIO10.StarXpandCommand.Printer.FontType) -> Self
-    @objc public func styleBold(_ enable: Swift.Bool) -> Self
-    @objc public func styleInvert(_ enable: Swift.Bool) -> Self
-    @objc public func styleUnderLine(_ enable: Swift.Bool) -> Self
-    @objc public func styleMagnification(_ parameter: StarIO10.StarXpandCommand.MagnificationParameter) -> Self
-    @objc public func styleCharacterSpace(_ width: Swift.Double) -> Self
-    @objc public func styleLineSpace(_ height: Swift.Double) -> Self
-    @objc public func styleVerticalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleVerticalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalTabPositions(_ positions: [Swift.Int]) -> Self
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Printer.InternationalCharacterType) -> Self
-    @objc public func styleSecondPriorityCharacterEncoding(_ type: StarIO10.StarXpandCommand.Printer.CharacterEncodingType) -> Self
-    public func styleCJKCharacterPriority(_ types: [StarIO10.StarXpandCommand.Printer.CJKCharacterType]) -> Self
-    @available(swift, obsoleted: 0.1)
-    @objc(styleCJKCharacterPriority:) public func styleCJKCharacterPriority(_ types: [Swift.Int]) -> Self
-    @objc public func actionPrintText(_ content: Swift.String) -> Self
-    @objc public func actionPrintBarcode(_ parameter: StarIO10.StarXpandCommand.Printer.BarcodeParameter) -> Self
-    @objc public func actionPrintPDF417(_ parameter: StarIO10.StarXpandCommand.Printer.PDF417Parameter) -> Self
-    @objc public func actionPrintQRCode(_ parameter: StarIO10.StarXpandCommand.Printer.QRCodeParameter) -> Self
-    @objc public func actionPrintImage(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeImageParameter) -> Self
-    @objc public func actionPrintRuledLine(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeRuledLineParameter) -> Self
-    @objc public func actionPrintRectangle(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeRectangleParameter) -> Self
-    @objc public func add(_ builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc public func addPageMode(parameter: StarIO10.StarXpandCommand.Printer.PageModeAreaParameter, builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarIO10Error : Foundation.CustomNSError {
-  public static var errorDomain: Swift.String {
-    get
-  }
-  public var errorCode: Swift.Int {
-    get
-  }
-  public var errorUserInfo: [Swift.String : Any] {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPresenterModeParameter) public class ModeParameter : ObjectiveC.NSObject {
-    @objc public var loop: Swift.Bool {
-      @objc get
-    }
-    @objc public func setLoop(_ loop: Swift.Bool) -> Self
-    @objc public var hold: Swift.Bool {
-      @objc get
-    }
-    @objc public func setHold(_ hold: Swift.Bool) -> Self
-    @objc public var retract: Swift.Bool {
-      @objc get
-    }
-    @objc public func setRetract(_ retract: Swift.Bool) -> Self
-    @objc public var holdTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setHoldTime(_ holdTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterBuilder) public class PrinterBuilder : ObjectiveC.NSObject {
-    @objc public func styleAlignment(_ position: StarIO10.StarXpandCommand.Printer.Alignment) -> Self
-    @objc public func styleFont(_ type: StarIO10.StarXpandCommand.Printer.FontType) -> Self
-    @objc public func styleBold(_ enable: Swift.Bool) -> Self
-    @objc public func styleInvert(_ enable: Swift.Bool) -> Self
-    @objc public func styleUnderLine(_ enable: Swift.Bool) -> Self
-    @objc public func styleMagnification(_ parameter: StarIO10.StarXpandCommand.MagnificationParameter) -> Self
-    @objc public func styleCharacterSpace(_ width: Swift.Double) -> Self
-    @objc public func styleLineSpace(_ height: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalTabPositions(_ position: [Swift.Int]) -> Self
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Printer.InternationalCharacterType) -> Self
-    @objc public func styleSecondPriorityCharacterEncoding(_ type: StarIO10.StarXpandCommand.Printer.CharacterEncodingType) -> Self
-    public func styleCJKCharacterPriority(_ types: [StarIO10.StarXpandCommand.Printer.CJKCharacterType]) -> Self
-    @available(swift, obsoleted: 0.1)
-    @objc(styleCJKCharacterPriority:) public func styleCJKCharacterPriority(_ types: [Swift.Int]) -> Self
-    @objc public func actionCut(_ type: StarIO10.StarXpandCommand.Printer.CutType) -> Self
-    @objc public func actionFeed(_ height: Swift.Double) -> Self
-    @objc public func actionFeedLine(_ lines: Swift.Int) -> Self
-    @objc public func actionPrintText(_ content: Swift.String) -> Self
-    @objc public func actionPrintLogo(_ parameter: StarIO10.StarXpandCommand.Printer.LogoParameter) -> Self
-    @objc public func actionPrintBarcode(_ parameter: StarIO10.StarXpandCommand.Printer.BarcodeParameter) -> Self
-    @objc public func actionPrintPDF417(_ parameter: StarIO10.StarXpandCommand.Printer.PDF417Parameter) -> Self
-    @objc public func actionPrintQRCode(_ parameter: StarIO10.StarXpandCommand.Printer.QRCodeParameter) -> Self
-    @objc public func actionPrintImage(_ parameter: StarIO10.StarXpandCommand.Printer.ImageParameter) -> Self
-    @objc public func actionPrintRuledLine(_ parameter: StarIO10.StarXpandCommand.Printer.RuledLineParameter) -> Self
-    @objc public func add(_ builder: StarIO10.StarXpandCommand.PrinterBuilder) -> Self
-    @objc public func addPageMode(parameter: StarIO10.StarXpandCommand.Printer.PageModeAreaParameter, builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Buzzer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuzzerDriveParameter) public class DriveParameter : ObjectiveC.NSObject {
-    @objc public var channel: StarIO10.StarXpandCommand.Buzzer.Channel {
-      @objc get
-    }
-    @objc public func setChannel(_ channel: StarIO10.StarXpandCommand.Buzzer.Channel) -> Self
-    @objc public var `repeat`: Swift.Int {
-      @objc get
-    }
-    @objc public func setRepeat(_ repeat: Swift.Int) -> Self
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterInternationalCharacterType) public enum InternationalCharacterType : Swift.Int {
-    case usa
-    case france
-    case germany
-    case uk
-    case denmark
-    case sweden
-    case italy
-    case spain
-    case japan
-    case norway
-    case denmark2
-    case spain2
-    case latinAmerica
-    case korea
-    case ireland
-    case slovenia
-    case croatia
-    case china
-    case vietnam
-    case arabic
-    case legal
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10StarDeviceDiscoveryManagerDelegate) public protocol StarDeviceDiscoveryManagerDelegate {
-  @objc(manager:didFindPrinter:) func manager(_ manager: StarIO10.StarDeviceDiscoveryManager, didFind printer: StarIO10.StarPrinter)
-  @objc func managerDidFinishDiscovery(_ manager: StarIO10.StarDeviceDiscoveryManager)
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBarcodeSymbology) public enum BarcodeSymbology : Swift.Int {
-    case upcE
-    case upcA
-    case jan8
-    case ean8
-    case jan13
-    case ean13
-    case code39
-    case itf
-    case code128
-    case code93
-    case nw7
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10ErrorCode) public enum StarIO10ErrorCode : Swift.Int, Swift.CaseIterable {
-  @objc(STARIO10ErrorCodeNone) case none = 0
-  @objc(STARIO10ErrorCodeDeviceHasError) case deviceHasError = 1000
-  @objc(STARIO10ErrorCodePrinterHoldingPaper) case printerHoldingPaper = 1001
-  @objc(STARIO10ErrorCodePrintingTimeout) case printingTimeout = 1002
-  @objc(STARIO10ErrorCodeBluetoothUnavailable) case bluetoothUnavailable = 2000
-  @objc(STARIO10ErrorCodeNetworkUnavailable) case networkUnavailable = 2001
-  @objc(STARIO10ErrorCodeSpoolerIsDisabled) case spoolerIsDisabled = 3000
-  @objc(STARIO10ErrorCodeSpoolerBufferIsNotEnough) case spoolerBufferIsNotEnough = 3001
-  @objc(STARIO10ErrorCodeSpoolerJobIdNotExists) case spoolerJobIdNotExists = 3002
-  @objc(STARIO10ErrorCodeInvalidPassword) case invalidPassword = 4000
-  @objc(STARIO10ErrorCodeNeedToChangePassword) case needToChangePassword = 4001
-  @objc(STARIO10ErrorCodeJsonFormatError) case jsonFormatError = 5000
-  @objc(STARIO10ErrorCodeStarConfigurationFormatError) case starConfigurationFormatError = 6000
-  @objc(STARIO10ErrorCodeStarConfigurationParameterError) case starConfigurationParameterError = 6001
-  @objc(STARIO10ErrorCodeStarConfigurationSpecifiedFileError) case starConfigurationSpecifiedFileError = 6002
-  public init?(rawValue: Swift.Int)
-  public typealias AllCases = [StarIO10.StarIO10ErrorCode]
-  public typealias RawValue = Swift.Int
-  public static var allCases: [StarIO10.StarIO10ErrorCode] {
-    get
-  }
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarIO10ErrorCode : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterRuledLineParameter) public class RuledLineParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Double
-    @objc public var x: Swift.Double {
-      @objc get
-    }
-    @objc public func setX(_ x: Swift.Double) -> Self
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(width: Swift.Double)
-    @objc deinit
-  }
-}
-@objcMembers @objc(STARIO10StarConnectionSettings) public class StarConnectionSettings : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public static let FIRST_FOUND_DEVICE: Swift.String
-  @objc public var interfaceType: StarIO10.InterfaceType
-  @objc public var identifier: Swift.String
-  @objc public var autoSwitchInterface: Swift.Bool
-  @objc public init(interfaceType: StarIO10.InterfaceType, identifier: Swift.String = FIRST_FOUND_DEVICE, autoSwitchInterface: Swift.Bool = false)
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objc(STARIO10StarXpandCommandMelodySpeakerSoundStorageArea) public enum SoundStorageArea : Swift.Int {
-    case area1
-    case area2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableInt) public class NullableInt : ObjectiveC.NSObject {
-  @objc public var value: Swift.Int
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel) public enum BarcodeBarRatioLevel : Swift.Int {
-    case levelPlus1
-    case level0
-    case levelMinus1
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeRuledLineParameter) public class PageModeRuledLineParameter : ObjectiveC.NSObject {
-    @objc final public let xStart: Swift.Double
-    @objc final public let yStart: Swift.Double
-    @objc final public let xEnd: Swift.Double
-    @objc final public let yEnd: Swift.Double
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(xStart: Swift.Double, yStart: Swift.Double, xEnd: Swift.Double, yEnd: Swift.Double)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDocumentBuilder) public class DocumentBuilder : ObjectiveC.NSObject {
-    @objc public func settingTopMargin(_ height: Swift.Double) -> Self
-    @objc public func settingBlackMark(_ parameter: StarIO10.StarXpandCommand.Printer.BlackMarkParameter) -> Self
-    @objc public func settingLabel(_ parameter: StarIO10.StarXpandCommand.Printer.LabelParameter) -> Self
-    @objc public func settingHoldPrint(_ parameter: StarIO10.StarXpandCommand.Printer.HoldPrintParameter) -> Self
-    @objc public func settingPrintableArea(_ width: Swift.Double) -> Self
-    @objc public func addPrinter(_ builder: StarIO10.StarXpandCommand.PrinterBuilder) -> Self
-    @objc public func addDrawer(_ builder: StarIO10.StarXpandCommand.DrawerBuilder) -> Self
-    @objc public func addBuzzer(_ builder: StarIO10.StarXpandCommand.BuzzerBuilder) -> Self
-    @objc public func addMelodySpeaker(_ builder: StarIO10.StarXpandCommand.MelodySpeakerBuilder) -> Self
-    @objc public func addDisplay(_ builder: StarIO10.StarXpandCommand.DisplayBuilder) -> Self
-    @objc public func addRaw(_ content: Foundation.Data) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterHoldPrintParameter) public class HoldPrintParameter : ObjectiveC.NSObject {
-    @objc final public let enable: Swift.Bool
-    @objc public init(enable: Swift.Bool)
-    @objc deinit
-  }
-}
-@objc(STARIO10InterfaceType) public enum InterfaceType : Swift.Int, Swift.CustomStringConvertible {
-  @objc(STARIO10InterfaceTypeUnknown) case unknown
-  @objc(STARIO10InterfaceTypeUSB) case usb
-  @objc(STARIO10InterfaceTypeBluetooth) case bluetooth
-  @objc(STARIO10InterfaceTypeBluetoothLE) case bluetoothLE
-  @objc(STARIO10InterfaceTypeLAN) case lan
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableBool) public class NullableBool : ObjectiveC.NSObject {
-  @objc public var value: Swift.Bool
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuzzerBuilder) public class BuzzerBuilder : ObjectiveC.NSObject {
-    @objc public func actionDrive(_ parameter: StarIO10.StarXpandCommand.Buzzer.DriveParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommand) public class StarXpandCommand : ObjectiveC.NSObject {
-  @objc @_inheritsConvenienceInitializers public class Printer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Buzzer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Drawer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class MelodySpeaker : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Presenter : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Display : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Bezel : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc override dynamic public init()
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCutType) public enum CutType : Swift.Int {
-    case full
-    case partial
-    case fullDirect
-    case partialDirect
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuilder) public class StarXpandCommandBuilder : ObjectiveC.NSObject {
-    @objc public var preSetting: StarIO10.StarXpandCommand.PreSettingBuilder?
-    @objc public func addDocument(_ builder: StarIO10.StarXpandCommand.DocumentBuilder) -> Self
-    @objc public func getCommands() -> Swift.String
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCJKCharacterType) public enum CJKCharacterType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPresenterSettingBuilder) public class PresenterSettingBuilder : ObjectiveC.NSObject {
-    @objc public func settingMode(_ parameter: StarIO10.StarXpandCommand.Presenter.ModeParameter) -> Self
-    @objc public func settingLEDAutomaticBlink(parameter: StarIO10.StarXpandCommand.Presenter.LEDAutomaticBlinkParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarPrinterEmulation : Swift.Equatable {}
-extension StarIO10.StarPrinterEmulation : Swift.Hashable {}
-extension StarIO10.StarPrinterEmulation : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.RawRepresentable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.Equatable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.Hashable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.RawRepresentable {}
-extension StarIO10.DrawerOpenedMethod : Swift.Equatable {}
-extension StarIO10.DrawerOpenedMethod : Swift.Hashable {}
-extension StarIO10.DrawerOpenedMethod : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.RawRepresentable {}
-extension StarIO10.SpoolJobState : Swift.Equatable {}
-extension StarIO10.SpoolJobState : Swift.Hashable {}
-extension StarIO10.SpoolJobState : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.RawRepresentable {}
-extension StarIO10.StarConfigurationSetResult : Swift.Equatable {}
-extension StarIO10.StarConfigurationSetResult : Swift.Hashable {}
-extension StarIO10.StarConfigurationSetResult : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.RawRepresentable {}
-extension StarIO10.StarPrinterModel : Swift.Equatable {}
-extension StarIO10.StarPrinterModel : Swift.Hashable {}
-extension StarIO10.StarPrinterModel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.RawRepresentable {}
-extension StarIO10.StarIO10ErrorCode : Swift.Equatable {}
-extension StarIO10.StarIO10ErrorCode : Swift.Hashable {}
-extension StarIO10.StarIO10ErrorCode : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.RawRepresentable {}
-extension StarIO10.InterfaceType : Swift.Equatable {}
-extension StarIO10.InterfaceType : Swift.Hashable {}
-extension StarIO10.InterfaceType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.RawRepresentable {}
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
deleted file mode 100644
index 66fb816bb2c7f55b995b28dad00b6b818cdfb2e2..0000000000000000000000000000000000000000
Binary files a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and /dev/null differ
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
deleted file mode 100644
index b3f7c1cfe5457eff0c2b606b7a17f43b3cad5cee..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ /dev/null
@@ -1,1460 +0,0 @@
-// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name StarIO10
-// swift-module-flags-ignorable: -enable-bare-slash-regex
-import CoreBluetooth
-import ExternalAccessory
-import Foundation
-import Network
-@_exported import StarIO10
-import StarIO10.StarLogger
-import StarIO10.StarXpandCommandParserWrapper
-import Swift
-import UIKit
-import _Concurrency
-import _StringProcessing
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarSpoolJobStatus) public class StarSpoolJobStatus : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var jobId: Swift.Int {
-    get
-  }
-  @objc public var jobState: StarIO10.SpoolJobState {
-    get
-  }
-  @objc public var elapsedTime: Swift.Int {
-    get
-  }
-  @objc public var jobReceivedInterface: StarIO10.SpoolJobReceivedInterface {
-    get
-  }
-  @objc public var appInfo: Swift.String {
-    get
-  }
-  @objc public var hostModel: Swift.String {
-    get
-  }
-  @objc public var hostOS: Swift.String {
-    get
-  }
-  @objc public var hostIpAddress: Swift.String {
-    get
-  }
-  @objc public var jobSettings: StarIO10.StarSpoolJobSettings {
-    get
-  }
-  @objc deinit
-}
-extension StarIO10.StarPrinter {
-  @objc dynamic public func open(completion: @escaping (Swift.Error?) -> Swift.Void)
-  @objc dynamic public func close(completion: @escaping () -> Swift.Void)
-  @objc dynamic public func print(raw: Foundation.Data, completion: @escaping (Swift.Error?) -> Swift.Void)
-  @objc dynamic public func print(command: Swift.String, completion: @escaping (Swift.Error?) -> Swift.Void)
-  public func print(command: Swift.String, starSpoolJobSettings: StarIO10.StarSpoolJobSettings, completion: @escaping (Swift.Int?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getStatus(completion: @escaping (StarIO10.StarPrinterStatus?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getSpoolJobStatus(jobId: Swift.Int, completion: @escaping (StarIO10.StarSpoolJobStatus?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getSpoolJobStatusList(size: Swift.Int, completion: @escaping ([StarIO10.StarSpoolJobStatus]?, Swift.Error?) -> Swift.Void)
-  public func setStarConfiguration(starConfiguration: Swift.String, completion: @escaping (StarIO10.StarConfigurationSetResult?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getStarConfiguration(password: Swift.String? = nil, completion: @escaping (Swift.String?, Swift.Error?) -> Swift.Void)
-  @objc dynamic public func getDefaultStarConfiguration(completion: @escaping (Swift.String?, Swift.Error?) -> Swift.Void)
-}
-@objc(STARIO10StarPrinterEmulation) public enum StarPrinterEmulation : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case starLine
-  case starDot
-  case starGraphic
-  case starPRNT
-  case escPos
-  case escPosMobile
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayCursorState) public enum CursorState : Swift.Int {
-    case on
-    case blink
-    case off
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDisplayBuilder) public class DisplayBuilder : ObjectiveC.NSObject {
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Display.InternationalCharacterType) -> Self
-    @objc public func styleCharacterEncoding(_ type: StarIO10.StarXpandCommand.Display.CharacterEncodingType) -> Self
-    @objc public func styleCursorPositionTo(_ parameter: StarIO10.StarXpandCommand.Display.PositionParameter) -> Self
-    @objc public func actionClearLine() -> Self
-    @objc public func actionClearAll() -> Self
-    @objc public func actionSetBackLightState(_ on: Swift.Bool) -> Self
-    @objc public func actionSetCursorState(_ state: StarIO10.StarXpandCommand.Display.CursorState) -> Self
-    @objc public func actionSetContrast(_ value: StarIO10.StarXpandCommand.Display.Contrast) -> Self
-    @objc public func actionShowText(_ content: Swift.String) -> Self
-    @objc public func actionShowImage(_ parameter: StarIO10.StarXpandCommand.Display.ImageParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @objcMembers @objc(STARIO10StarXpandCommandMagnificationParameter) public class MagnificationParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Int
-    @objc final public let height: Swift.Int
-    @objc public init(width: Swift.Int, height: Swift.Int)
-    @objc deinit
-  }
-}
-@objc(STARIO10StarPrinterStatusDetail) public protocol StarPrinterStatusDetail {
-  @objc var nullableCutterError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperSeparatorError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperJamError: StarIO10.NullableBool? { get }
-  @objc var nullableRollPositionError: StarIO10.NullableBool? { get }
-  @objc var nullablePaperPresent: StarIO10.NullableBool? { get }
-  @objc var nullableDrawerOpenError: StarIO10.NullableBool? { get }
-  @objc var nullablePrintUnitOpen: StarIO10.NullableBool? { get }
-  @objc var nullableDrawer1OpenedMethod: StarIO10.NullableDrawerOpenedMethod? { get }
-  @objc var nullableDrawer1OpenCloseSignal: StarIO10.NullableBool? { get }
-  @objc var nullableDrawer2OpenedMethod: StarIO10.NullableDrawerOpenedMethod? { get }
-  @objc var nullableDrawer2OpenCloseSignal: StarIO10.NullableBool? { get }
-  @objc var nullableExternalDevice1Connected: StarIO10.NullableBool? { get }
-  @objc var nullableExternalDevice2Connected: StarIO10.NullableBool? { get }
-  @objc var nullablePartsReplacementNotification: StarIO10.NullableBool? { get }
-  @objc var nullableCleaningNotification: StarIO10.NullableBool? { get }
-  @objc var nullableDetectedPaperWidth: StarIO10.NullableInt? { get }
-}
-@objcMembers @objc(STARIO10StarSpoolJobSettings) public class StarSpoolJobSettings : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var isRetryEnabled: Swift.Bool {
-    get
-  }
-  @objc public var timeout: Swift.Int {
-    get
-  }
-  @objc public var note: Swift.String {
-    get
-  }
-  @objc public init(isRetryEnabled: Swift.Bool, timeout: Swift.Int, note: Swift.String = "")
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Bezel {
-  @objc(STARIO10StarXpandCommandBezelLEDType) public enum LEDType : Swift.Int {
-    case holding
-    case error
-    case idle
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_inheritsConvenienceInitializers @objc public class Internal : ObjectiveC.NSObject {
-  @_inheritsConvenienceInitializers @objc(STARIO10InternalInterface) @objcMembers public class InternalInterface : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc public static func appendLogHeader(_ header: Swift.String)
-    @objc deinit
-  }
-  @objc override dynamic public init()
-  @objc deinit
-}
-@objc(STARIO10SpoolJobReceivedInterface) public enum SpoolJobReceivedInterface : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case usbPrinterClass
-  case usbAOA
-  case usbiAP
-  case bluetooth
-  case lan
-  case cloudPRNT
-  case webPRNT
-  case smcs
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-@objc(STARIO10DisplayDelegate) public protocol DisplayDelegate {
-  @objc func display(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func displayDidConnect(printer: StarIO10.StarPrinter)
-  @objc func displayDidDisconnect(printer: StarIO10.StarPrinter)
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerDriveRegisteredSoundParameter) public class DriveRegisteredSoundParameter : ObjectiveC.NSObject {
-    @objc final public let area: StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea
-    @objc final public let number: Swift.Int
-    @objc public var volume: Swift.Int {
-      @objc get
-    }
-    @objc public func setVolume(_ volume: Swift.Int) -> Self
-    @objc public init(area: StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea, number: Swift.Int)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPreSettingBuilder) public class PreSettingBuilder : ObjectiveC.NSObject {
-    @objc public func addPresenterSetting(_ builder: StarIO10.StarXpandCommand.PresenterSettingBuilder) -> Self
-    @objc public func addBezelSetting(_ builder: StarIO10.StarXpandCommand.BezelSettingBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Bezel {
-  @objcMembers @objc(STARIO10StarXpandCommandBezelLEDAutomaticBlinkParameter) public class LEDAutomaticBlinkParameter : ObjectiveC.NSObject {
-    @objc public init(type: StarIO10.StarXpandCommand.Bezel.LEDType)
-    @objc public var type: StarIO10.StarXpandCommand.Bezel.LEDType {
-      get
-    }
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc deinit
-  }
-}
-@objc(STARIO10PrinterDelegate) public protocol PrinterDelegate {
-  @objc func printer(_ printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func printerIsReady(_ printer: StarIO10.StarPrinter)
-  @objc func printerDidHaveError(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperReady(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperNearEmpty(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsPaperEmpty(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsCoverOpen(_ printer: StarIO10.StarPrinter)
-  @objc func printerIsCoverClose(_ printer: StarIO10.StarPrinter)
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterBlackMarkParameter) public class BlackMarkParameter : ObjectiveC.NSObject {
-    @objc public var enable: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEnable(_ enable: Swift.Bool) -> Self
-    @objc public var position: StarIO10.StarXpandCommand.Printer.BlackMarkPosition {
-      @objc get
-    }
-    @objc public func setPosition(_ position: StarIO10.StarXpandCommand.Printer.BlackMarkPosition) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPDF417Parameter) public class PDF417Parameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc public var column: Swift.Int {
-      @objc get
-    }
-    @objc public func setColumn(_ column: Swift.Int) -> Self
-    @objc public var line: Swift.Int {
-      @objc get
-    }
-    @objc public func setLine(_ line: Swift.Int) -> Self
-    @objc public var module: Swift.Int {
-      @objc get
-    }
-    @objc public func setModule(_ module: Swift.Int) -> Self
-    @objc public var aspect: Swift.Int {
-      @objc get
-    }
-    @objc public func setAspect(_ aspect: Swift.Int) -> Self
-    @objc public var level: StarIO10.StarXpandCommand.Printer.PDF417Level {
-      @objc get
-    }
-    @objc public func setLevel(_ level: StarIO10.StarXpandCommand.Printer.PDF417Level) -> Self
-    @objc public init(content: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayContrast) public enum Contrast : Swift.Int {
-    case plus3
-    case plus2
-    case plus1
-    case `default`
-    case minus1
-    case minus2
-    case minus3
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension CoreBluetooth.CBManagerState : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(STARIO10Logger) @objcMembers final public class StarIO10Logger : ObjectiveC.NSObject {
-  @objc(sharedObject) public static let shared: StarIO10.StarIO10Logger
-  @objc final public func start()
-  @objc final public func stop()
-  @objc deinit
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinterStatus) public class StarPrinterStatus : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var hasError: Swift.Bool {
-    get
-  }
-  @objc public var coverOpen: Swift.Bool {
-    get
-  }
-  @objc public var drawerOpenCloseSignal: Swift.Bool {
-    get
-  }
-  @objc public var paperEmpty: Swift.Bool {
-    get
-  }
-  @objc public var paperNearEmpty: Swift.Bool {
-    get
-  }
-  @objc public var reserved: Swift.Dictionary<Swift.String, Any> {
-    @objc get
-  }
-  @objc public var detail: StarIO10.StarPrinterStatusDetail {
-    @objc get
-  }
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Drawer {
-  @objc(STARIO10StarXpandCommandDrawerChannel) public enum Channel : Swift.Int {
-    case no1
-    case no2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10StarDeviceDiscoveryManager) public protocol StarDeviceDiscoveryManager {
-  @objc weak var delegate: StarIO10.StarDeviceDiscoveryManagerDelegate? { get set }
-  @objc var discoveryTime: Swift.Int { get set }
-  @objc(startDiscoveryWithError:) func startDiscovery() throws
-  @objc func stopDiscovery()
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterQRCodeParameter) public class QRCodeParameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc public var model: StarIO10.StarXpandCommand.Printer.QRCodeModel {
-      @objc get
-    }
-    @objc public func setModel(_ model: StarIO10.StarXpandCommand.Printer.QRCodeModel) -> Self
-    @objc public var level: StarIO10.StarXpandCommand.Printer.QRCodeLevel {
-      @objc get
-    }
-    @objc public func setLevel(_ level: StarIO10.StarXpandCommand.Printer.QRCodeLevel) -> Self
-    @objc public var cellSize: Swift.Int {
-      @objc get
-    }
-    @objc public func setCellSize(_ cellSize: Swift.Int) -> Self
-    @objc public init(content: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Buzzer {
-  @objc(STARIO10StarXpandCommandBuzzerChannel) public enum Channel : Swift.Int {
-    case no1
-    case no2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterPageModePrintDirection) public enum PageModePrintDirection : Swift.Int {
-    case bottomToTop
-    case leftToRight
-    case rightToLeft
-    case topToBottom
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10DrawerOpenedMethod) public enum DrawerOpenedMethod : Swift.Int, Swift.CustomStringConvertible {
-  @objc(STARIO10DrawerOpenedMethodByHand) case byHand
-  @objc(STARIO10DrawerOpenedMethodByCommand) case byCommand
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerBuilder) public class MelodySpeakerBuilder : ObjectiveC.NSObject {
-    @objc public func actionDriveRegisteredSound(_ parameter: StarIO10.StarXpandCommand.MelodySpeaker.DriveRegisteredSoundParameter) -> Self
-    @objc public func actionDriveOneTimeSound(_ parameter: StarIO10.StarXpandCommand.MelodySpeaker.DriveOneTimeSoundParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@objc(STARIO10InputDeviceDelegate) public protocol InputDeviceDelegate {
-  @objc func inputDevice(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func inputDeviceDidConnect(printer: StarIO10.StarPrinter)
-  @objc func inputDeviceDidDisconnect(printer: StarIO10.StarPrinter)
-  @objc func inputDevice(printer: StarIO10.StarPrinter, didReceive data: Foundation.Data)
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayCharacterEncodingType) public enum CharacterEncodingType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    case codePage
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objcMembers @objc(STARIO10StarXpandCommandDisplayPositionParameter) public class PositionParameter : ObjectiveC.NSObject {
-    @objc final public let x: Swift.Int
-    @objc final public let y: Swift.Int
-    @objc public init(x: Swift.Int, y: Swift.Int)
-    @objc deinit
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableDrawerOpenedMethod) public class NullableDrawerOpenedMethod : ObjectiveC.NSObject {
-  @objc public var value: StarIO10.DrawerOpenedMethod
-  @objc deinit
-}
-@objc(STARIO10SpoolJobState) public enum SpoolJobState : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  case accepted
-  case printFailedByTimeoutBeforePrinting
-  case printing
-  case waitingPaperTaken
-  case waitingPrinterReady
-  case printSucceeded
-  case printFailedByPrinterError
-  case printFailedByTimeout
-  case printFailedByPowerOff
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterFontType) public enum FontType : Swift.Int {
-    case a
-    case b
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeAreaParameter) public class PageModeAreaParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Double
-    @objc final public let height: Swift.Double
-    @objc public var x: Swift.Double {
-      @objc get
-    }
-    @objc public func setX(_ x: Swift.Double) -> Self
-    @objc public var y: Swift.Double {
-      @objc get
-    }
-    @objc public func setY(_ y: Swift.Double) -> Self
-    @objc public init(width: Swift.Double, height: Swift.Double)
-    @objc deinit
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinterInformation) public class StarPrinterInformation : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var model: StarIO10.StarPrinterModel {
-    get
-  }
-  @objc public var emulation: StarIO10.StarPrinterEmulation {
-    get
-  }
-  @objc public var reserved: Swift.Dictionary<Swift.String, Any> {
-    @objc get
-  }
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterLineStyle) public enum LineStyle : Swift.Int {
-    case single
-    case double
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(STARIO10StarDeviceDiscoveryManagerFactory) public class StarDeviceDiscoveryManagerFactory : ObjectiveC.NSObject {
-  public static func create(interfaceTypes: [StarIO10.InterfaceType]) throws -> StarIO10.StarDeviceDiscoveryManager
-  @available(swift, obsoleted: 0.1)
-  @objc(createWithInterfaceTypes:error:) public static func create(interfaceTypes: [Swift.Int]) throws -> StarIO10.StarDeviceDiscoveryManager
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @objcMembers @objc(STARIO10StarXpandCommandPresenterLEDAutomaticBlinkParameter) public class LEDAutomaticBlinkParameter : ObjectiveC.NSObject {
-    @objc public init(type: StarIO10.StarXpandCommand.Presenter.LEDType)
-    @objc final public let type: StarIO10.StarXpandCommand.Presenter.LEDType
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterAlignment) public enum Alignment : Swift.Int {
-    case left
-    case center
-    case right
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10StarPrinter) public class StarPrinter : ObjectiveC.NSObject {
-  @objc public var information: StarIO10.StarPrinterInformation? {
-    get
-  }
-  @objc public var connectionSettings: StarIO10.StarConnectionSettings {
-    get
-  }
-  @objc public var printerDelegate: StarIO10.PrinterDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var drawerDelegate: StarIO10.DrawerDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var inputDeviceDelegate: StarIO10.InputDeviceDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc public var displayDelegate: StarIO10.DisplayDelegate? {
-    @objc get
-    @objc set(value)
-  }
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public var openTimeout: Swift.Int
-  @objc public var getStatusTimeout: Swift.Int
-  @objc public var printTimeout: Swift.Int
-  @objc public var starConfigurationTimeout: Swift.Int
-  @objc(initWithConnectionSettings:) convenience public init(_ connectionSettings: StarIO10.StarConnectionSettings)
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeRectangleParameter) public class PageModeRectangleParameter : ObjectiveC.NSObject {
-    @objc final public let x: Swift.Double
-    @objc final public let y: Swift.Double
-    @objc final public let width: Swift.Double
-    @objc final public let height: Swift.Double
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var roundCorner: Swift.Bool {
-      @objc get
-    }
-    @objc public func setRoundCorner(_ roundCorner: Swift.Bool) -> Self
-    @objc public var cornerRadius: Swift.Double {
-      @objc get
-    }
-    @objc public func setCornerRadius(_ cornerRadius: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(x: Swift.Double, y: Swift.Double, width: Swift.Double, height: Swift.Double)
-    @objc deinit
-  }
-}
-public enum StarIO10Error : Swift.Error {
-  case unknown(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case argument(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case badResponse(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case communication(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case illegalDeviceState(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case inUse(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case invalidOperation(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case notFound(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unprintable(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none, status: StarIO10.StarPrinterStatus? = nil)
-  case authentication(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unsupportedModel(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-  case unsupportedOSVersion(message: Swift.String, errorCode: StarIO10.StarIO10ErrorCode = StarIO10ErrorCode.none)
-}
-extension StarIO10.StarIO10Error : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-extension StarIO10.StarIO10Error : Foundation.LocalizedError {
-  public var errorDescription: Swift.String? {
-    get
-  }
-  public var failureReason: Swift.String? {
-    get
-  }
-  public var recoverySuggestion: Swift.String? {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterImageParameter) public class ImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc final public let width: Swift.Int
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage, width: Swift.Int)
-    @objc deinit
-  }
-}
-@objc(STARIO10DrawerDelegate) public protocol DrawerDelegate {
-  @objc func drawer(printer: StarIO10.StarPrinter, communicationErrorDidOccur error: Swift.Error)
-  @objc func drawer(printer: StarIO10.StarPrinter, didSwitch openCloseSignal: Swift.Bool)
-}
-@objc(STARIO10StarConfigurationSetResult) public enum StarConfigurationSetResult : Swift.Int, Swift.CustomStringConvertible {
-  case applied
-  case accepted
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBezelSettingBuilder) public class BezelSettingBuilder : ObjectiveC.NSObject {
-    @objc public func settingAutomaticPageLength(_ enable: Swift.Bool) -> Self
-    @objc public func settingLEDAutomaticBlink(_ parameter: StarIO10.StarXpandCommand.Bezel.LEDAutomaticBlinkParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterQRCodeLevel) public enum QRCodeLevel : Swift.Int {
-    case l
-    case m
-    case q
-    case h
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @objc(STARIO10StarXpandCommandPresenterLEDType) public enum LEDType : Swift.Int {
-    case holding
-    case error
-    case idle
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterLabelParameter) public class LabelParameter : ObjectiveC.NSObject {
-    @objc public func enable() -> Swift.Bool
-    @objc public func setEnable(_ enable: Swift.Bool) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objcMembers @objc(STARIO10StarXpandCommandDisplayImageParameter) public class ImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterLogoParameter) public class LogoParameter : ObjectiveC.NSObject {
-    @objc final public let keyCode: Swift.String
-    @objc public init(keyCode: Swift.String)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCharacterEncodingType) public enum CharacterEncodingType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    case codePage
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objcMembers @objc(STARIO10StarXpandCommandMelodySpeakerDriveOneTimeSoundParameter) public class DriveOneTimeSoundParameter : ObjectiveC.NSObject {
-    @objc final public let source: Foundation.Data
-    @objc public var volume: Swift.Int {
-      @objc get
-    }
-    @objc public func setVolume(_ volume: Swift.Int) -> Self
-    @objc public init(source: Foundation.Data)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBlackMarkPosition) public enum BlackMarkPosition : Swift.Int {
-    case front
-    case back
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterPDF417Level) public enum PDF417Level : Swift.Int {
-    case ecc0
-    case ecc1
-    case ecc2
-    case ecc3
-    case ecc4
-    case ecc5
-    case ecc6
-    case ecc7
-    case ecc8
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@available(iOS 13.0, *)
-extension StarIO10.StarPrinter {
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func open() async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func close() async
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(raw: Foundation.Data) async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(command: Swift.String) async throws
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func print(command: Swift.String, starSpoolJobSettings: StarIO10.StarSpoolJobSettings) async throws -> Swift.Int
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getStatus() async throws -> StarIO10.StarPrinterStatus
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getSpoolJobStatus(jobId: Swift.Int) async throws -> StarIO10.StarSpoolJobStatus
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getSpoolJobStatusList(size: Swift.Int) async throws -> [StarIO10.StarSpoolJobStatus]
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func setStarConfiguration(starConfiguration: Swift.String) async throws -> StarIO10.StarConfigurationSetResult
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getStarConfiguration(password: Swift.String? = nil) async throws -> Swift.String
-  #endif
-  #if compiler(>=5.3) && $AsyncAwait
-  @objc dynamic public func getDefaultStarConfiguration() async throws -> Swift.String
-  #endif
-}
-extension StarIO10.StarXpandCommand.Display {
-  @objc(STARIO10StarXpandCommandDisplayInternationalCharacterType) public enum InternationalCharacterType : Swift.Int {
-    case usa
-    case france
-    case germany
-    case uk
-    case denmark
-    case sweden
-    case italy
-    case spain
-    case japan
-    case norway
-    case denmark2
-    case spain2
-    case latinAmerica
-    case korea
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Drawer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDrawerOpenParameter) public class OpenParameter : ObjectiveC.NSObject {
-    @objc public var channel: StarIO10.StarXpandCommand.Drawer.Channel {
-      @objc get
-    }
-    @objc public func setChannel(_ channel: StarIO10.StarXpandCommand.Drawer.Channel) -> Self
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterBarcodeParameter) public class BarcodeParameter : ObjectiveC.NSObject {
-    @objc final public let content: Swift.String
-    @objc final public let symbology: StarIO10.StarXpandCommand.Printer.BarcodeSymbology
-    @objc public var printHRI: Swift.Bool {
-      @objc get
-    }
-    @objc public func setPrintHRI(_ printHRI: Swift.Bool) -> Self
-    @objc public var barDots: Swift.Int {
-      @objc get
-    }
-    @objc public func setBarDots(_ barDots: Swift.Int) -> Self
-    @objc public var barRatioLevel: StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel {
-      @objc get
-    }
-    @objc public func setBarRatioLevel(_ barRatioLevel: StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel) -> Self
-    @objc public var height: Swift.Double {
-      @objc get
-    }
-    @objc public func setHeight(_ height: Swift.Double) -> Self
-    @objc public init(content: Swift.String, symbology: StarIO10.StarXpandCommand.Printer.BarcodeSymbology)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterQRCodeModel) public enum QRCodeModel : Swift.Int {
-    case model1
-    case model2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDrawerBuilder) public class DrawerBuilder : ObjectiveC.NSObject {
-    @objc public func actionOpen(_ parameter: StarIO10.StarXpandCommand.Drawer.OpenParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@objc(STARIO10StarPrinterModel) public enum StarPrinterModel : Swift.Int, Swift.CustomStringConvertible {
-  case unknown
-  @objc(STARIO10StarPrinterModelTSP650II) case tsp650II
-  @objc(STARIO10StarPrinterModelTSP700II) case tsp700II
-  @objc(STARIO10StarPrinterModelTSP800II) case tsp800II
-  @objc(STARIO10StarPrinterModelFVP10) case fvp10
-  @objc(STARIO10StarPrinterModelTSP100LAN) case tsp100LAN
-  @objc(STARIO10StarPrinterModelTSP100IIIW) case tsp100IIIW
-  @objc(STARIO10StarPrinterModelTSP100IIILAN) case tsp100IIILAN
-  @objc(STARIO10StarPrinterModelTSP100IIIBI) case tsp100IIIBI
-  @objc(STARIO10StarPrinterModelTSP100IIIU) case tsp100IIIU
-  @objc(STARIO10StarPrinterModelTSP100IV_SK) case tsp100IV_SK
-  @objc(STARIO10StarPrinterModelTSP100IV) case tsp100IV
-  @objc(STARIO10StarPrinterModelmPOP) case mPOP
-  @objc(STARIO10StarPrinterModelmC_Print2) case mC_Print2
-  @objc(STARIO10StarPrinterModelmC_Print3) case mC_Print3
-  @objc(STARIO10StarPrinterModelmC_Label3) case mC_Label3
-  @objc(STARIO10StarPrinterModelSM_S210i) case sm_S210i
-  @objc(STARIO10StarPrinterModelSM_S230i) case sm_S230i
-  @objc(STARIO10StarPrinterModelSM_T300i) case sm_T300i
-  @objc(STARIO10StarPrinterModelSM_T400i) case sm_T400i
-  @objc(STARIO10StarPrinterModelSM_L200) case sm_L200
-  @objc(STARIO10StarPrinterModelSM_L300) case sm_L300
-  @objc(STARIO10StarPrinterModelBSC10) case bsc10
-  @objc(STARIO10StarPrinterModelTSP043) case tsp043
-  @objc(STARIO10StarPrinterModelSP700) case sp700
-  @objc(STARIO10StarPrinterModelTUP500) case tup500
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeImageParameter) public class PageModeImageParameter : ObjectiveC.NSObject {
-    @objc final public let image: UIKit.UIImage
-    @objc final public let x: Swift.Double
-    @objc final public let y: Swift.Double
-    @objc final public let width: Swift.Int
-    @objc public var effectDiffusion: Swift.Bool {
-      @objc get
-    }
-    @objc public func setEffectDiffusion(_ enable: Swift.Bool) -> Self
-    @objc public var threshold: Swift.Int {
-      @objc get
-    }
-    @objc public func setThreshold(_ threshold: Swift.Int) -> Self
-    @objc public init(image: UIKit.UIImage, x: Swift.Double, y: Swift.Double, width: Swift.Int)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPageModeBuilder) public class PageModeBuilder : ObjectiveC.NSObject {
-    @objc public func stylePrintDirection(_ direction: StarIO10.StarXpandCommand.Printer.PageModePrintDirection) -> Self
-    @objc public func styleFont(_ type: StarIO10.StarXpandCommand.Printer.FontType) -> Self
-    @objc public func styleBold(_ enable: Swift.Bool) -> Self
-    @objc public func styleInvert(_ enable: Swift.Bool) -> Self
-    @objc public func styleUnderLine(_ enable: Swift.Bool) -> Self
-    @objc public func styleMagnification(_ parameter: StarIO10.StarXpandCommand.MagnificationParameter) -> Self
-    @objc public func styleCharacterSpace(_ width: Swift.Double) -> Self
-    @objc public func styleLineSpace(_ height: Swift.Double) -> Self
-    @objc public func styleVerticalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleVerticalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalTabPositions(_ positions: [Swift.Int]) -> Self
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Printer.InternationalCharacterType) -> Self
-    @objc public func styleSecondPriorityCharacterEncoding(_ type: StarIO10.StarXpandCommand.Printer.CharacterEncodingType) -> Self
-    public func styleCJKCharacterPriority(_ types: [StarIO10.StarXpandCommand.Printer.CJKCharacterType]) -> Self
-    @available(swift, obsoleted: 0.1)
-    @objc(styleCJKCharacterPriority:) public func styleCJKCharacterPriority(_ types: [Swift.Int]) -> Self
-    @objc public func actionPrintText(_ content: Swift.String) -> Self
-    @objc public func actionPrintBarcode(_ parameter: StarIO10.StarXpandCommand.Printer.BarcodeParameter) -> Self
-    @objc public func actionPrintPDF417(_ parameter: StarIO10.StarXpandCommand.Printer.PDF417Parameter) -> Self
-    @objc public func actionPrintQRCode(_ parameter: StarIO10.StarXpandCommand.Printer.QRCodeParameter) -> Self
-    @objc public func actionPrintImage(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeImageParameter) -> Self
-    @objc public func actionPrintRuledLine(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeRuledLineParameter) -> Self
-    @objc public func actionPrintRectangle(_ parameter: StarIO10.StarXpandCommand.Printer.PageModeRectangleParameter) -> Self
-    @objc public func add(_ builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc public func addPageMode(parameter: StarIO10.StarXpandCommand.Printer.PageModeAreaParameter, builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarIO10Error : Foundation.CustomNSError {
-  public static var errorDomain: Swift.String {
-    get
-  }
-  public var errorCode: Swift.Int {
-    get
-  }
-  public var errorUserInfo: [Swift.String : Any] {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Presenter {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPresenterModeParameter) public class ModeParameter : ObjectiveC.NSObject {
-    @objc public var loop: Swift.Bool {
-      @objc get
-    }
-    @objc public func setLoop(_ loop: Swift.Bool) -> Self
-    @objc public var hold: Swift.Bool {
-      @objc get
-    }
-    @objc public func setHold(_ hold: Swift.Bool) -> Self
-    @objc public var retract: Swift.Bool {
-      @objc get
-    }
-    @objc public func setRetract(_ retract: Swift.Bool) -> Self
-    @objc public var holdTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setHoldTime(_ holdTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPrinterBuilder) public class PrinterBuilder : ObjectiveC.NSObject {
-    @objc public func styleAlignment(_ position: StarIO10.StarXpandCommand.Printer.Alignment) -> Self
-    @objc public func styleFont(_ type: StarIO10.StarXpandCommand.Printer.FontType) -> Self
-    @objc public func styleBold(_ enable: Swift.Bool) -> Self
-    @objc public func styleInvert(_ enable: Swift.Bool) -> Self
-    @objc public func styleUnderLine(_ enable: Swift.Bool) -> Self
-    @objc public func styleMagnification(_ parameter: StarIO10.StarXpandCommand.MagnificationParameter) -> Self
-    @objc public func styleCharacterSpace(_ width: Swift.Double) -> Self
-    @objc public func styleLineSpace(_ height: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionTo(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalPositionBy(_ position: Swift.Double) -> Self
-    @objc public func styleHorizontalTabPositions(_ position: [Swift.Int]) -> Self
-    @objc public func styleInternationalCharacter(_ type: StarIO10.StarXpandCommand.Printer.InternationalCharacterType) -> Self
-    @objc public func styleSecondPriorityCharacterEncoding(_ type: StarIO10.StarXpandCommand.Printer.CharacterEncodingType) -> Self
-    public func styleCJKCharacterPriority(_ types: [StarIO10.StarXpandCommand.Printer.CJKCharacterType]) -> Self
-    @available(swift, obsoleted: 0.1)
-    @objc(styleCJKCharacterPriority:) public func styleCJKCharacterPriority(_ types: [Swift.Int]) -> Self
-    @objc public func actionCut(_ type: StarIO10.StarXpandCommand.Printer.CutType) -> Self
-    @objc public func actionFeed(_ height: Swift.Double) -> Self
-    @objc public func actionFeedLine(_ lines: Swift.Int) -> Self
-    @objc public func actionPrintText(_ content: Swift.String) -> Self
-    @objc public func actionPrintLogo(_ parameter: StarIO10.StarXpandCommand.Printer.LogoParameter) -> Self
-    @objc public func actionPrintBarcode(_ parameter: StarIO10.StarXpandCommand.Printer.BarcodeParameter) -> Self
-    @objc public func actionPrintPDF417(_ parameter: StarIO10.StarXpandCommand.Printer.PDF417Parameter) -> Self
-    @objc public func actionPrintQRCode(_ parameter: StarIO10.StarXpandCommand.Printer.QRCodeParameter) -> Self
-    @objc public func actionPrintImage(_ parameter: StarIO10.StarXpandCommand.Printer.ImageParameter) -> Self
-    @objc public func actionPrintRuledLine(_ parameter: StarIO10.StarXpandCommand.Printer.RuledLineParameter) -> Self
-    @objc public func add(_ builder: StarIO10.StarXpandCommand.PrinterBuilder) -> Self
-    @objc public func addPageMode(parameter: StarIO10.StarXpandCommand.Printer.PageModeAreaParameter, builder: StarIO10.StarXpandCommand.PageModeBuilder) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Buzzer {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuzzerDriveParameter) public class DriveParameter : ObjectiveC.NSObject {
-    @objc public var channel: StarIO10.StarXpandCommand.Buzzer.Channel {
-      @objc get
-    }
-    @objc public func setChannel(_ channel: StarIO10.StarXpandCommand.Buzzer.Channel) -> Self
-    @objc public var `repeat`: Swift.Int {
-      @objc get
-    }
-    @objc public func setRepeat(_ repeat: Swift.Int) -> Self
-    @objc public var onTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOnTime(_ onTime: Swift.Int) -> Self
-    @objc public var offTime: Swift.Int {
-      @objc get
-    }
-    @objc public func setOffTime(_ offTime: Swift.Int) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterInternationalCharacterType) public enum InternationalCharacterType : Swift.Int {
-    case usa
-    case france
-    case germany
-    case uk
-    case denmark
-    case sweden
-    case italy
-    case spain
-    case japan
-    case norway
-    case denmark2
-    case spain2
-    case latinAmerica
-    case korea
-    case ireland
-    case slovenia
-    case croatia
-    case china
-    case vietnam
-    case arabic
-    case legal
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10StarDeviceDiscoveryManagerDelegate) public protocol StarDeviceDiscoveryManagerDelegate {
-  @objc(manager:didFindPrinter:) func manager(_ manager: StarIO10.StarDeviceDiscoveryManager, didFind printer: StarIO10.StarPrinter)
-  @objc func managerDidFinishDiscovery(_ manager: StarIO10.StarDeviceDiscoveryManager)
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBarcodeSymbology) public enum BarcodeSymbology : Swift.Int {
-    case upcE
-    case upcA
-    case jan8
-    case ean8
-    case jan13
-    case ean13
-    case code39
-    case itf
-    case code128
-    case code93
-    case nw7
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@objc(STARIO10ErrorCode) public enum StarIO10ErrorCode : Swift.Int, Swift.CaseIterable {
-  @objc(STARIO10ErrorCodeNone) case none = 0
-  @objc(STARIO10ErrorCodeDeviceHasError) case deviceHasError = 1000
-  @objc(STARIO10ErrorCodePrinterHoldingPaper) case printerHoldingPaper = 1001
-  @objc(STARIO10ErrorCodePrintingTimeout) case printingTimeout = 1002
-  @objc(STARIO10ErrorCodeBluetoothUnavailable) case bluetoothUnavailable = 2000
-  @objc(STARIO10ErrorCodeNetworkUnavailable) case networkUnavailable = 2001
-  @objc(STARIO10ErrorCodeSpoolerIsDisabled) case spoolerIsDisabled = 3000
-  @objc(STARIO10ErrorCodeSpoolerBufferIsNotEnough) case spoolerBufferIsNotEnough = 3001
-  @objc(STARIO10ErrorCodeSpoolerJobIdNotExists) case spoolerJobIdNotExists = 3002
-  @objc(STARIO10ErrorCodeInvalidPassword) case invalidPassword = 4000
-  @objc(STARIO10ErrorCodeNeedToChangePassword) case needToChangePassword = 4001
-  @objc(STARIO10ErrorCodeJsonFormatError) case jsonFormatError = 5000
-  @objc(STARIO10ErrorCodeStarConfigurationFormatError) case starConfigurationFormatError = 6000
-  @objc(STARIO10ErrorCodeStarConfigurationParameterError) case starConfigurationParameterError = 6001
-  @objc(STARIO10ErrorCodeStarConfigurationSpecifiedFileError) case starConfigurationSpecifiedFileError = 6002
-  public init?(rawValue: Swift.Int)
-  public typealias AllCases = [StarIO10.StarIO10ErrorCode]
-  public typealias RawValue = Swift.Int
-  public static var allCases: [StarIO10.StarIO10ErrorCode] {
-    get
-  }
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-extension StarIO10.StarIO10ErrorCode : Swift.CustomStringConvertible {
-  public var description: Swift.String {
-    get
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterRuledLineParameter) public class RuledLineParameter : ObjectiveC.NSObject {
-    @objc final public let width: Swift.Double
-    @objc public var x: Swift.Double {
-      @objc get
-    }
-    @objc public func setX(_ x: Swift.Double) -> Self
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(width: Swift.Double)
-    @objc deinit
-  }
-}
-@objcMembers @objc(STARIO10StarConnectionSettings) public class StarConnectionSettings : ObjectiveC.NSObject {
-  @objc override dynamic public var description: Swift.String {
-    @objc get
-  }
-  @objc public static let FIRST_FOUND_DEVICE: Swift.String
-  @objc public var interfaceType: StarIO10.InterfaceType
-  @objc public var identifier: Swift.String
-  @objc public var autoSwitchInterface: Swift.Bool
-  @objc public init(interfaceType: StarIO10.InterfaceType, identifier: Swift.String = FIRST_FOUND_DEVICE, autoSwitchInterface: Swift.Bool = false)
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.MelodySpeaker {
-  @objc(STARIO10StarXpandCommandMelodySpeakerSoundStorageArea) public enum SoundStorageArea : Swift.Int {
-    case area1
-    case area2
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableInt) public class NullableInt : ObjectiveC.NSObject {
-  @objc public var value: Swift.Int
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterBarcodeBarRatioLevel) public enum BarcodeBarRatioLevel : Swift.Int {
-    case levelPlus1
-    case level0
-    case levelMinus1
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterPageModeRuledLineParameter) public class PageModeRuledLineParameter : ObjectiveC.NSObject {
-    @objc final public let xStart: Swift.Double
-    @objc final public let yStart: Swift.Double
-    @objc final public let xEnd: Swift.Double
-    @objc final public let yEnd: Swift.Double
-    @objc public var thickness: Swift.Double {
-      @objc get
-    }
-    @objc public func setThickness(_ thickness: Swift.Double) -> Self
-    @objc public var lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle {
-      @objc get
-    }
-    @objc public func setLineStyle(_ lineStyle: StarIO10.StarXpandCommand.Printer.LineStyle) -> Self
-    @objc public init(xStart: Swift.Double, yStart: Swift.Double, xEnd: Swift.Double, yEnd: Swift.Double)
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandDocumentBuilder) public class DocumentBuilder : ObjectiveC.NSObject {
-    @objc public func settingTopMargin(_ height: Swift.Double) -> Self
-    @objc public func settingBlackMark(_ parameter: StarIO10.StarXpandCommand.Printer.BlackMarkParameter) -> Self
-    @objc public func settingLabel(_ parameter: StarIO10.StarXpandCommand.Printer.LabelParameter) -> Self
-    @objc public func settingHoldPrint(_ parameter: StarIO10.StarXpandCommand.Printer.HoldPrintParameter) -> Self
-    @objc public func settingPrintableArea(_ width: Swift.Double) -> Self
-    @objc public func addPrinter(_ builder: StarIO10.StarXpandCommand.PrinterBuilder) -> Self
-    @objc public func addDrawer(_ builder: StarIO10.StarXpandCommand.DrawerBuilder) -> Self
-    @objc public func addBuzzer(_ builder: StarIO10.StarXpandCommand.BuzzerBuilder) -> Self
-    @objc public func addMelodySpeaker(_ builder: StarIO10.StarXpandCommand.MelodySpeakerBuilder) -> Self
-    @objc public func addDisplay(_ builder: StarIO10.StarXpandCommand.DisplayBuilder) -> Self
-    @objc public func addRaw(_ content: Foundation.Data) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objcMembers @objc(STARIO10StarXpandCommandPrinterHoldPrintParameter) public class HoldPrintParameter : ObjectiveC.NSObject {
-    @objc final public let enable: Swift.Bool
-    @objc public init(enable: Swift.Bool)
-    @objc deinit
-  }
-}
-@objc(STARIO10InterfaceType) public enum InterfaceType : Swift.Int, Swift.CustomStringConvertible {
-  @objc(STARIO10InterfaceTypeUnknown) case unknown
-  @objc(STARIO10InterfaceTypeUSB) case usb
-  @objc(STARIO10InterfaceTypeBluetooth) case bluetooth
-  @objc(STARIO10InterfaceTypeBluetoothLE) case bluetoothLE
-  @objc(STARIO10InterfaceTypeLAN) case lan
-  public var description: Swift.String {
-    get
-  }
-  public init?(rawValue: Swift.Int)
-  public typealias RawValue = Swift.Int
-  public var rawValue: Swift.Int {
-    get
-  }
-}
-@_hasMissingDesignatedInitializers @objcMembers @objc(STARIO10NullableBool) public class NullableBool : ObjectiveC.NSObject {
-  @objc public var value: Swift.Bool
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuzzerBuilder) public class BuzzerBuilder : ObjectiveC.NSObject {
-    @objc public func actionDrive(_ parameter: StarIO10.StarXpandCommand.Buzzer.DriveParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-@_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommand) public class StarXpandCommand : ObjectiveC.NSObject {
-  @objc @_inheritsConvenienceInitializers public class Printer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Buzzer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Drawer : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class MelodySpeaker : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Presenter : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Display : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc @_inheritsConvenienceInitializers public class Bezel : ObjectiveC.NSObject {
-    @objc override dynamic public init()
-    @objc deinit
-  }
-  @objc override dynamic public init()
-  @objc deinit
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCutType) public enum CutType : Swift.Int {
-    case full
-    case partial
-    case fullDirect
-    case partialDirect
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandBuilder) public class StarXpandCommandBuilder : ObjectiveC.NSObject {
-    @objc public var preSetting: StarIO10.StarXpandCommand.PreSettingBuilder?
-    @objc public func addDocument(_ builder: StarIO10.StarXpandCommand.DocumentBuilder) -> Self
-    @objc public func getCommands() -> Swift.String
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarXpandCommand.Printer {
-  @objc(STARIO10StarXpandCommandPrinterCJKCharacterType) public enum CJKCharacterType : Swift.Int {
-    case japanese
-    case simplifiedChinese
-    case traditionalChinese
-    case korean
-    public init?(rawValue: Swift.Int)
-    public typealias RawValue = Swift.Int
-    public var rawValue: Swift.Int {
-      get
-    }
-  }
-}
-extension StarIO10.StarXpandCommand {
-  @_inheritsConvenienceInitializers @objcMembers @objc(STARIO10StarXpandCommandPresenterSettingBuilder) public class PresenterSettingBuilder : ObjectiveC.NSObject {
-    @objc public func settingMode(_ parameter: StarIO10.StarXpandCommand.Presenter.ModeParameter) -> Self
-    @objc public func settingLEDAutomaticBlink(parameter: StarIO10.StarXpandCommand.Presenter.LEDAutomaticBlinkParameter) -> Self
-    @objc override dynamic public init()
-    @objc deinit
-  }
-}
-extension StarIO10.StarPrinterEmulation : Swift.Equatable {}
-extension StarIO10.StarPrinterEmulation : Swift.Hashable {}
-extension StarIO10.StarPrinterEmulation : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.CursorState : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Bezel.LEDType : Swift.RawRepresentable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.Equatable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.Hashable {}
-extension StarIO10.SpoolJobReceivedInterface : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.Contrast : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Drawer.Channel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Buzzer.Channel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.PageModePrintDirection : Swift.RawRepresentable {}
-extension StarIO10.DrawerOpenedMethod : Swift.Equatable {}
-extension StarIO10.DrawerOpenedMethod : Swift.Hashable {}
-extension StarIO10.DrawerOpenedMethod : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.CharacterEncodingType : Swift.RawRepresentable {}
-extension StarIO10.SpoolJobState : Swift.Equatable {}
-extension StarIO10.SpoolJobState : Swift.Hashable {}
-extension StarIO10.SpoolJobState : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.FontType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.LineStyle : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.Alignment : Swift.RawRepresentable {}
-extension StarIO10.StarConfigurationSetResult : Swift.Equatable {}
-extension StarIO10.StarConfigurationSetResult : Swift.Hashable {}
-extension StarIO10.StarConfigurationSetResult : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeLevel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Presenter.LEDType : Swift.RawRepresentable {}
-extension StarIO10.StarPrinterModel : Swift.Equatable {}
-extension StarIO10.StarPrinterModel : Swift.Hashable {}
-extension StarIO10.StarPrinterModel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CharacterEncodingType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BlackMarkPosition : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.PDF417Level : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Display.InternationalCharacterType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.QRCodeModel : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.InternationalCharacterType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeSymbology : Swift.RawRepresentable {}
-extension StarIO10.StarIO10ErrorCode : Swift.Equatable {}
-extension StarIO10.StarIO10ErrorCode : Swift.Hashable {}
-extension StarIO10.StarIO10ErrorCode : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.MelodySpeaker.SoundStorageArea : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.BarcodeBarRatioLevel : Swift.RawRepresentable {}
-extension StarIO10.InterfaceType : Swift.Equatable {}
-extension StarIO10.InterfaceType : Swift.Hashable {}
-extension StarIO10.InterfaceType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CutType : Swift.RawRepresentable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.Equatable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.Hashable {}
-extension StarIO10.StarXpandCommand.Printer.CJKCharacterType : Swift.RawRepresentable {}
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/module.modulemap b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/module.modulemap
deleted file mode 100644
index d8d5865b6054a72d6cb288ecc120974cc64502c9..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/Modules/module.modulemap
+++ /dev/null
@@ -1,28 +0,0 @@
-framework module StarIO10 {
-    umbrella header "StarIO10.h"
-    
-    export *
-    
-    module * { export * }
-
-    explicit module StarLogger {
-        header "StarLoggerWrapper.h"
-        
-        link "StarLogger"
-        
-        export *
-    }
-    
-    explicit module StarXpandCommandParserWrapper {
-        header "StarXpandCommandParserWrapper.h"
-        
-        link "StarXpandCommandParser"
-        
-        export *
-    }
-}
-
-module StarIO10.Swift {
-  header "StarIO10-Swift.h"
-  requires objc
-}
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/PrivateHeaders/StarLoggerWrapper.h b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/PrivateHeaders/StarLoggerWrapper.h
deleted file mode 100644
index a2000411f917a38a70abeb0666dae1d2e7c65eba..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/PrivateHeaders/StarLoggerWrapper.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-//  StarLoggerWrapper.h
-//  StarIO10
-//
-//  Copyright 2021 Star Micronics Co., Ltd. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface StarLoggerWrapper : NSObject
-
-+ (void)initialize:(nonnull NSString *)directoryPath;
-
-+ (void)setHeader:(nonnull NSString *)header;
-
-+ (void)logWithMessage:(nonnull NSString *)message;
-
-@end
-
-NS_ASSUME_NONNULL_END
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/PrivateHeaders/StarXpandCommandParserWrapper.h b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/PrivateHeaders/StarXpandCommandParserWrapper.h
deleted file mode 100644
index 830ca7ffca3194286b188a71a101e4e2c43f930c..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/PrivateHeaders/StarXpandCommandParserWrapper.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-//  StarXpandCommandParserWrapper.h
-//  StarIO10
-//
-//  Copyright 2021 Star Micronics Co., Ltd. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface StarXpandCommandParserWrapper : NSObject
-
-+ (nullable NSData *)parseWithCommand:(NSString *)command
-                            emulation:(NSString *)emulation
-                                model:(NSString *)model;
-@end
-
-NS_ASSUME_NONNULL_END
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/StarIO10 b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/StarIO10
deleted file mode 100755
index 04d434408a0f52eb9e44cd5f76edbf7b0d55feda..0000000000000000000000000000000000000000
Binary files a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/StarIO10 and /dev/null differ
diff --git a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/_CodeSignature/CodeResources b/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/_CodeSignature/CodeResources
deleted file mode 100644
index 8accd196cd6f0dcf758656f7db030af3987dc05b..0000000000000000000000000000000000000000
--- a/ios/libs/StarIO10.xcframework/ios-arm64_x86_64-simulator/StarIO10.framework/_CodeSignature/CodeResources
+++ /dev/null
@@ -1,289 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>files</key>
-	<dict>
-		<key>Headers/StarConnectionSettings.h</key>
-		<data>
-		bSrs0hlMREl5cyhWygjh5egwcGY=
-		</data>
-		<key>Headers/StarIO10-Swift.h</key>
-		<data>
-		AEMhVToyXSKzff1d0HDi3GlbxWU=
-		</data>
-		<key>Headers/StarIO10.h</key>
-		<data>
-		dybr/zMhhbk0+ZAGNdkAkMm76WM=
-		</data>
-		<key>Headers/StarIO10Error.h</key>
-		<data>
-		OHasbZmzNSZYgnU5k+680H34V4c=
-		</data>
-		<key>Info.plist</key>
-		<data>
-		74QudXDiExJqujGna4RLNa6OLko=
-		</data>
-		<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
-		<data>
-		CG9m3yRUABgZBfnX7CIHZik4o1Q=
-		</data>
-		<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
-		<data>
-		e9KQYULSEN+64tMRhI5mz2mqHB4=
-		</data>
-		<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
-		<data>
-		LtWrRK9Zz6+wpYrJdoLkUAVbidU=
-		</data>
-		<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
-		<data>
-		e9KQYULSEN+64tMRhI5mz2mqHB4=
-		</data>
-		<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
-		<data>
-		ZSu+aC7SBKIBL816qnhpqUSHrp8=
-		</data>
-		<key>Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
-		<data>
-		CG9m3yRUABgZBfnX7CIHZik4o1Q=
-		</data>
-		<key>Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
-		<data>
-		jCVkchJ8f+F/uhY2hTQKNpN8wz0=
-		</data>
-		<key>Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
-		<data>
-		tjHauEv5PxVirV1sRbSUPrtvZGE=
-		</data>
-		<key>Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
-		<data>
-		jCVkchJ8f+F/uhY2hTQKNpN8wz0=
-		</data>
-		<key>Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
-		<data>
-		v5bLHZUV2cBPqaVvgsaLS6nJ3n4=
-		</data>
-		<key>Modules/module.modulemap</key>
-		<data>
-		ayIam194lqeYlMS/rUt9inus96c=
-		</data>
-		<key>PrivateHeaders/StarLoggerWrapper.h</key>
-		<data>
-		uIojYLC3zcgsF3hLQnmv9ZnTlmQ=
-		</data>
-		<key>PrivateHeaders/StarXpandCommandParserWrapper.h</key>
-		<data>
-		K924VshbsHx88mgCmCqfwCYokJE=
-		</data>
-	</dict>
-	<key>files2</key>
-	<dict>
-		<key>Headers/StarConnectionSettings.h</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			OmEix5pAKnDuoGZVnudZCuA9ymGZt7k+1HvvgRI4PDA=
-			</data>
-		</dict>
-		<key>Headers/StarIO10-Swift.h</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			HQ/4qu2piZalzgfuCNixoG+sNUnQlQ1ljU7DhDwHxWc=
-			</data>
-		</dict>
-		<key>Headers/StarIO10.h</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			5gOdiA6NWG0c5KfeCKvJvblhyXPltMMbhZvIW27U5mQ=
-			</data>
-		</dict>
-		<key>Headers/StarIO10Error.h</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			yVWgK2ZK952O5qz0X0cR2HQsD2dAvQe/UZuGN1/3QQM=
-			</data>
-		</dict>
-		<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			NyLdz0w+lDXKDn79M500E8ZuZYOT6gtbkNJWKtc8iE0=
-			</data>
-		</dict>
-		<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			A4eB4i6BcDXdehG9xXR82iS0LLBjJ7Q/zaxt+RshO9I=
-			</data>
-		</dict>
-		<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			jG+xG9HvtusaMKfm4/l1hx9Cvn3Dlm/l5PjnPyvNb38=
-			</data>
-		</dict>
-		<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			A4eB4i6BcDXdehG9xXR82iS0LLBjJ7Q/zaxt+RshO9I=
-			</data>
-		</dict>
-		<key>Modules/StarIO10.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			oZ9rWXSOXDTEZeeq+XqlxfBRpS8w0x8Fd9CdcKxmuLk=
-			</data>
-		</dict>
-		<key>Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			NyLdz0w+lDXKDn79M500E8ZuZYOT6gtbkNJWKtc8iE0=
-			</data>
-		</dict>
-		<key>Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			V8Dv3gKIQcT6dcgp46TAT/JwvrKbnbcVMxnt3GOEEik=
-			</data>
-		</dict>
-		<key>Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			BIAu0E/MYmcQqCbcSaO6KRx62AkA9o4Ik6WD95mjUNs=
-			</data>
-		</dict>
-		<key>Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			V8Dv3gKIQcT6dcgp46TAT/JwvrKbnbcVMxnt3GOEEik=
-			</data>
-		</dict>
-		<key>Modules/StarIO10.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			ed+3qcMgJRnwmRHUuwensXSXTxp0HFHeFw8P7BtiqNk=
-			</data>
-		</dict>
-		<key>Modules/module.modulemap</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			37UN0wat+rLTp1tws0ln+IRLnt2WhbRg5QhbXy+LmD8=
-			</data>
-		</dict>
-		<key>PrivateHeaders/StarLoggerWrapper.h</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			YKdNta6lWLIcuaK0U588M9Op30N6zfyK8/o2EA01IHk=
-			</data>
-		</dict>
-		<key>PrivateHeaders/StarXpandCommandParserWrapper.h</key>
-		<dict>
-			<key>hash2</key>
-			<data>
-			69y4GHNw36Us2IdImwgf0bPsd9pzPDh9MZ0HebQ0hzQ=
-			</data>
-		</dict>
-	</dict>
-	<key>rules</key>
-	<dict>
-		<key>^.*</key>
-		<true/>
-		<key>^.*\.lproj/</key>
-		<dict>
-			<key>optional</key>
-			<true/>
-			<key>weight</key>
-			<real>1000</real>
-		</dict>
-		<key>^.*\.lproj/locversion.plist$</key>
-		<dict>
-			<key>omit</key>
-			<true/>
-			<key>weight</key>
-			<real>1100</real>
-		</dict>
-		<key>^Base\.lproj/</key>
-		<dict>
-			<key>weight</key>
-			<real>1010</real>
-		</dict>
-		<key>^version.plist$</key>
-		<true/>
-	</dict>
-	<key>rules2</key>
-	<dict>
-		<key>.*\.dSYM($|/)</key>
-		<dict>
-			<key>weight</key>
-			<real>11</real>
-		</dict>
-		<key>^(.*/)?\.DS_Store$</key>
-		<dict>
-			<key>omit</key>
-			<true/>
-			<key>weight</key>
-			<real>2000</real>
-		</dict>
-		<key>^.*</key>
-		<true/>
-		<key>^.*\.lproj/</key>
-		<dict>
-			<key>optional</key>
-			<true/>
-			<key>weight</key>
-			<real>1000</real>
-		</dict>
-		<key>^.*\.lproj/locversion.plist$</key>
-		<dict>
-			<key>omit</key>
-			<true/>
-			<key>weight</key>
-			<real>1100</real>
-		</dict>
-		<key>^Base\.lproj/</key>
-		<dict>
-			<key>weight</key>
-			<real>1010</real>
-		</dict>
-		<key>^Info\.plist$</key>
-		<dict>
-			<key>omit</key>
-			<true/>
-			<key>weight</key>
-			<real>20</real>
-		</dict>
-		<key>^PkgInfo$</key>
-		<dict>
-			<key>omit</key>
-			<true/>
-			<key>weight</key>
-			<real>20</real>
-		</dict>
-		<key>^embedded\.provisionprofile$</key>
-		<dict>
-			<key>weight</key>
-			<real>20</real>
-		</dict>
-		<key>^version\.plist$</key>
-		<dict>
-			<key>weight</key>
-			<real>20</real>
-		</dict>
-	</dict>
-</dict>
-</plist>
diff --git a/windows/StarIO10.sln b/windows/StarIO10.sln
deleted file mode 100644
index 0579b81af7b3116a26684194074c01e6379bac8f..0000000000000000000000000000000000000000
--- a/windows/StarIO10.sln
+++ /dev/null
@@ -1,241 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30804.86
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StarIO10", "StarIO10\StarIO10.csproj", "{7FB29169-C0D3-427E-A025-ACA364164F6D}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReactNative", "ReactNative", "{1996EEA9-2F2B-448F-85FF-FFC974E06332}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "..\node_modules\react-native-windows\Common\Common.vcxproj", "{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folly", "..\node_modules\react-native-windows\Folly\Folly.vcxproj", "{A990658C-CE31-4BCC-976F-0FC6B1AF693D}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSI.Universal", "..\node_modules\react-native-windows\JSI\Universal\JSI.Universal.vcxproj", "{A62D504A-16B8-41D2-9F19-E2E86019E5E4}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.ReactNative", "..\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj", "{F7D32BD0-2749-483E-9A0D-1635EF7E3136}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactCommon", "..\node_modules\react-native-windows\ReactCommon\ReactCommon.vcxproj", "{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chakra", "..\node_modules\react-native-windows\Chakra\Chakra.vcxitems", "{C38970C0-5FBF-4D69-90D8-CBAC225AE895}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Include", "..\node_modules\react-native-windows\include\Include.vcxitems", "{EF074BA1-2D54-4D49-A28E-5E040B47CD2E}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSI.Shared", "..\node_modules\react-native-windows\JSI\Shared\JSI.Shared.vcxitems", "{0CC28589-39E4-4288-B162-97B959F8B843}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.ReactNative.Cxx", "..\node_modules\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems", "{DA8B35B3-DA00-4B02-BDE6-6A397B3FD46B}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.ReactNative.Shared", "..\node_modules\react-native-windows\Shared\Shared.vcxitems", "{2049DBE9-8D13-42C9-AE4B-413AE38FFFD0}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mso", "..\node_modules\react-native-windows\Mso\Mso.vcxitems", "{84E05BFA-CBAF-4F0D-BFB6-4CE85742A57E}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.ReactNative.Managed", "..\node_modules\react-native-windows\Microsoft.ReactNative.Managed\Microsoft.ReactNative.Managed.csproj", "{F2824844-CE15-4242-9420-308923CD76C3}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ReactNative.Managed.CodeGen", "..\node_modules\react-native-windows\Microsoft.ReactNative.Managed.CodeGen\Microsoft.ReactNative.Managed.CodeGen.csproj", "{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}"
-EndProject
-Global
-	GlobalSection(SharedMSBuildProjectFiles) = preSolution
-		..\node_modules\react-native-windows\JSI\Shared\JSI.Shared.vcxitems*{0cc28589-39e4-4288-b162-97b959f8b843}*SharedItemsImports = 9
-		..\node_modules\react-native-windows\Shared\Shared.vcxitems*{2049dbe9-8d13-42c9-ae4b-413ae38fffd0}*SharedItemsImports = 9
-		..\node_modules\react-native-windows\Mso\Mso.vcxitems*{84e05bfa-cbaf-4f0d-bfb6-4ce85742a57e}*SharedItemsImports = 9
-		..\node_modules\react-native-windows\JSI\Shared\JSI.Shared.vcxitems*{a62d504a-16b8-41d2-9f19-e2e86019e5e4}*SharedItemsImports = 4
-		..\node_modules\react-native-windows\Chakra\Chakra.vcxitems*{c38970c0-5fbf-4d69-90d8-cbac225ae895}*SharedItemsImports = 9
-		..\node_modules\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems*{da8b35b3-da00-4b02-bde6-6a397b3fd46b}*SharedItemsImports = 9
-		..\node_modules\react-native-windows\include\Include.vcxitems*{ef074ba1-2d54-4d49-a28e-5e040b47cd2e}*SharedItemsImports = 9
-		..\node_modules\react-native-windows\Chakra\Chakra.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
-		..\node_modules\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
-		..\node_modules\react-native-windows\Mso\Mso.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
-		..\node_modules\react-native-windows\Shared\Shared.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
-	EndGlobalSection
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Debug|ARM = Debug|ARM
-		Debug|ARM64 = Debug|ARM64
-		Debug|x64 = Debug|x64
-		Debug|x86 = Debug|x86
-		Release|Any CPU = Release|Any CPU
-		Release|ARM = Release|ARM
-		Release|ARM64 = Release|ARM64
-		Release|x64 = Release|x64
-		Release|x86 = Release|x86
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Debug|ARM.ActiveCfg = Debug|ARM
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Debug|ARM.Build.0 = Debug|ARM
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Debug|ARM64.ActiveCfg = Debug|ARM64
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Debug|ARM64.Build.0 = Debug|ARM64
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Debug|x64.ActiveCfg = Debug|x64
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Debug|x64.Build.0 = Debug|x64
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Debug|x86.ActiveCfg = Debug|x86
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Debug|x86.Build.0 = Debug|x86
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Release|Any CPU.Build.0 = Release|Any CPU
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Release|ARM.ActiveCfg = Release|ARM
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Release|ARM.Build.0 = Release|ARM
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Release|ARM64.ActiveCfg = Release|ARM64
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Release|ARM64.Build.0 = Release|ARM64
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Release|x64.ActiveCfg = Release|x64
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Release|x64.Build.0 = Release|x64
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Release|x86.ActiveCfg = Release|x86
-		{7FB29169-C0D3-427E-A025-ACA364164F6D}.Release|x86.Build.0 = Release|x86
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Debug|Any CPU.ActiveCfg = Debug|Win32
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Debug|ARM.ActiveCfg = Debug|ARM
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Debug|ARM.Build.0 = Debug|ARM
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Debug|ARM64.ActiveCfg = Debug|ARM64
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Debug|ARM64.Build.0 = Debug|ARM64
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Debug|x64.ActiveCfg = Debug|x64
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Debug|x64.Build.0 = Debug|x64
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Debug|x86.ActiveCfg = Debug|Win32
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Debug|x86.Build.0 = Debug|Win32
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Debug|x86.Deploy.0 = Debug|Win32
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Release|Any CPU.ActiveCfg = Release|Win32
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Release|ARM.ActiveCfg = Release|ARM
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Release|ARM.Build.0 = Release|ARM
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Release|ARM64.ActiveCfg = Release|ARM64
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Release|ARM64.Build.0 = Release|ARM64
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Release|x64.ActiveCfg = Release|x64
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Release|x64.Build.0 = Release|x64
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Release|x86.ActiveCfg = Release|Win32
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Release|x86.Build.0 = Release|Win32
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D}.Release|x86.Deploy.0 = Release|Win32
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|Any CPU.ActiveCfg = Debug|Win32
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|ARM.ActiveCfg = Debug|ARM
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|ARM.Build.0 = Debug|ARM
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|ARM64.ActiveCfg = Debug|ARM64
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|ARM64.Build.0 = Debug|ARM64
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|x64.ActiveCfg = Debug|x64
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|x64.Build.0 = Debug|x64
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|x86.ActiveCfg = Debug|Win32
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|x86.Build.0 = Debug|Win32
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Debug|x86.Deploy.0 = Debug|Win32
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Release|Any CPU.ActiveCfg = Release|Win32
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Release|ARM.ActiveCfg = Release|ARM
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Release|ARM.Build.0 = Release|ARM
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Release|ARM64.ActiveCfg = Release|ARM64
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Release|ARM64.Build.0 = Release|ARM64
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Release|x64.ActiveCfg = Release|x64
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Release|x64.Build.0 = Release|x64
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Release|x86.ActiveCfg = Release|Win32
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Release|x86.Build.0 = Release|Win32
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D}.Release|x86.Deploy.0 = Release|Win32
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Debug|Any CPU.ActiveCfg = Debug|Win32
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Debug|ARM.ActiveCfg = Debug|ARM
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Debug|ARM.Build.0 = Debug|ARM
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Debug|ARM64.ActiveCfg = Debug|ARM64
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Debug|ARM64.Build.0 = Debug|ARM64
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Debug|x64.ActiveCfg = Debug|x64
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Debug|x64.Build.0 = Debug|x64
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Debug|x86.ActiveCfg = Debug|Win32
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Debug|x86.Build.0 = Debug|Win32
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Debug|x86.Deploy.0 = Debug|Win32
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Release|Any CPU.ActiveCfg = Release|Win32
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Release|ARM.ActiveCfg = Release|ARM
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Release|ARM.Build.0 = Release|ARM
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Release|ARM64.ActiveCfg = Release|ARM64
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Release|ARM64.Build.0 = Release|ARM64
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Release|x64.ActiveCfg = Release|x64
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Release|x64.Build.0 = Release|x64
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Release|x86.ActiveCfg = Release|Win32
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Release|x86.Build.0 = Release|Win32
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4}.Release|x86.Deploy.0 = Release|Win32
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|Any CPU.ActiveCfg = Debug|Win32
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM.ActiveCfg = Debug|ARM
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM.Build.0 = Debug|ARM
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM64.ActiveCfg = Debug|ARM64
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM64.Build.0 = Debug|ARM64
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|x64.ActiveCfg = Debug|x64
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|x64.Build.0 = Debug|x64
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|x86.ActiveCfg = Debug|Win32
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|x86.Build.0 = Debug|Win32
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|x86.Deploy.0 = Debug|Win32
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Release|Any CPU.ActiveCfg = Release|Win32
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Release|ARM.ActiveCfg = Release|ARM
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Release|ARM.Build.0 = Release|ARM
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Release|ARM64.ActiveCfg = Release|ARM64
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Release|ARM64.Build.0 = Release|ARM64
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Release|x64.ActiveCfg = Release|x64
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Release|x64.Build.0 = Release|x64
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Release|x86.ActiveCfg = Release|Win32
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Release|x86.Build.0 = Release|Win32
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Release|x86.Deploy.0 = Release|Win32
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Debug|Any CPU.ActiveCfg = Debug|Win32
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Debug|ARM.ActiveCfg = Debug|ARM
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Debug|ARM.Build.0 = Debug|ARM
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Debug|ARM64.ActiveCfg = Debug|ARM64
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Debug|ARM64.Build.0 = Debug|ARM64
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Debug|x64.ActiveCfg = Debug|x64
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Debug|x64.Build.0 = Debug|x64
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Debug|x86.ActiveCfg = Debug|Win32
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Debug|x86.Build.0 = Debug|Win32
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Debug|x86.Deploy.0 = Debug|Win32
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|Any CPU.ActiveCfg = Release|Win32
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|ARM.ActiveCfg = Release|ARM
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|ARM.Build.0 = Release|ARM
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|ARM64.ActiveCfg = Release|ARM64
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|ARM64.Build.0 = Release|ARM64
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x64.ActiveCfg = Release|x64
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x64.Build.0 = Release|x64
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.ActiveCfg = Release|Win32
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.Build.0 = Release|Win32
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.Deploy.0 = Release|Win32
-		{F2824844-CE15-4242-9420-308923CD76C3}.Debug|Any CPU.ActiveCfg = Debug|x86
-		{F2824844-CE15-4242-9420-308923CD76C3}.Debug|ARM.ActiveCfg = Debug|ARM
-		{F2824844-CE15-4242-9420-308923CD76C3}.Debug|ARM.Build.0 = Debug|ARM
-		{F2824844-CE15-4242-9420-308923CD76C3}.Debug|ARM64.ActiveCfg = Debug|ARM64
-		{F2824844-CE15-4242-9420-308923CD76C3}.Debug|ARM64.Build.0 = Debug|ARM64
-		{F2824844-CE15-4242-9420-308923CD76C3}.Debug|x64.ActiveCfg = Debug|x64
-		{F2824844-CE15-4242-9420-308923CD76C3}.Debug|x64.Build.0 = Debug|x64
-		{F2824844-CE15-4242-9420-308923CD76C3}.Debug|x86.ActiveCfg = Debug|x86
-		{F2824844-CE15-4242-9420-308923CD76C3}.Debug|x86.Build.0 = Debug|x86
-		{F2824844-CE15-4242-9420-308923CD76C3}.Release|Any CPU.ActiveCfg = Release|x86
-		{F2824844-CE15-4242-9420-308923CD76C3}.Release|ARM.ActiveCfg = Release|ARM
-		{F2824844-CE15-4242-9420-308923CD76C3}.Release|ARM.Build.0 = Release|ARM
-		{F2824844-CE15-4242-9420-308923CD76C3}.Release|ARM64.ActiveCfg = Release|ARM64
-		{F2824844-CE15-4242-9420-308923CD76C3}.Release|ARM64.Build.0 = Release|ARM64
-		{F2824844-CE15-4242-9420-308923CD76C3}.Release|x64.ActiveCfg = Release|x64
-		{F2824844-CE15-4242-9420-308923CD76C3}.Release|x64.Build.0 = Release|x64
-		{F2824844-CE15-4242-9420-308923CD76C3}.Release|x86.ActiveCfg = Release|x86
-		{F2824844-CE15-4242-9420-308923CD76C3}.Release|x86.Build.0 = Release|x86
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Debug|Any CPU.ActiveCfg = Debug|x86
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Debug|ARM.ActiveCfg = Debug|ARM
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Debug|ARM.Build.0 = Debug|ARM
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Debug|ARM64.ActiveCfg = Debug|ARM64
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Debug|ARM64.Build.0 = Debug|ARM64
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Debug|x64.ActiveCfg = Debug|x64
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Debug|x64.Build.0 = Debug|x64
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Debug|x86.ActiveCfg = Debug|x86
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Debug|x86.Build.0 = Debug|x86
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Release|Any CPU.ActiveCfg = Release|x86
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Release|ARM.ActiveCfg = Release|ARM
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Release|ARM.Build.0 = Release|ARM
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Release|ARM64.ActiveCfg = Release|ARM64
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Release|ARM64.Build.0 = Release|ARM64
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Release|x64.ActiveCfg = Release|x64
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Release|x64.Build.0 = Release|x64
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Release|x86.ActiveCfg = Release|x86
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A}.Release|x86.Build.0 = Release|x86
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-	GlobalSection(NestedProjects) = preSolution
-		{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{A62D504A-16B8-41D2-9F19-E2E86019E5E4} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{F7D32BD0-2749-483E-9A0D-1635EF7E3136} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{C38970C0-5FBF-4D69-90D8-CBAC225AE895} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{EF074BA1-2D54-4D49-A28E-5E040B47CD2E} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{0CC28589-39E4-4288-B162-97B959F8B843} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{DA8B35B3-DA00-4B02-BDE6-6A397B3FD46B} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{2049DBE9-8D13-42C9-AE4B-413AE38FFFD0} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{84E05BFA-CBAF-4F0D-BFB6-4CE85742A57E} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{F2824844-CE15-4242-9420-308923CD76C3} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-		{28E45BEC-21C9-4EDE-99D4-3688C9F63B0A} = {1996EEA9-2F2B-448F-85FF-FFC974E06332}
-	EndGlobalSection
-	GlobalSection(ExtensibilityGlobals) = postSolution
-		SolutionGuid = {B0A84A8D-6872-4540-A6C9-0FF5BCB51417}
-	EndGlobalSection
-EndGlobal
diff --git a/windows/StarIO10/DisplayBuilderWrapper.cs b/windows/StarIO10/DisplayBuilderWrapper.cs
deleted file mode 100644
index 6e9689d50bf7b5d86931106c35780ccefa0568a0..0000000000000000000000000000000000000000
--- a/windows/StarIO10/DisplayBuilderWrapper.cs
+++ /dev/null
@@ -1,50 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using StarMicronics.StarIO10.StarXpandCommand;
-using StarMicronics.StarIO10.StarXpandCommand.Display;
-using System;
-using System.Text.Json;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class DisplayBuilderWrapper : StarIO10ObjectWrapper<DisplayBuilder>
-    {
- 
-        [ReactMethod("actionShowImage")]
-        public async void ActionShowImage(string source, bool effectDiffusion, int threshold, IReactPromise<string> promise)
-        {
-            try
-            {
-
-                ImageParameter parameter = await StarIO10ValueConverter.ToDisplayImageParameterAsync(source,effectDiffusion, threshold);
-
-                DisplayBuilder displayBuilder = new DisplayBuilder();
-                displayBuilder.ActionShowImage(parameter);
-
-                DocumentBuilder documentBuilder = new DocumentBuilder();
-                documentBuilder.AddDisplay(displayBuilder);
-
-                StarXpandCommandBuilder builder = new StarXpandCommandBuilder();
-                builder.AddDocument(documentBuilder);
-
-                string jsonObject = builder.GetCommand();
-
-                JsonDocument jsonDoc = JsonDocument.Parse(jsonObject);
-                string contents = jsonDoc.RootElement
-                                    .GetProperty("contents")[0]
-                                    .GetProperty("contents")[0]
-                                    .GetProperty("contents")[0]
-                                    .ToString();
-
-                promise.Resolve(contents);
-            }
-            catch (Exception)
-            {
-                StarIO10Exception exception = new StarIO10ArgumentException("Invalid source.");
-                StarIO10ErrorWrapper.SetObject(exception, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = exception });
-            }
-        }
-    }
-}
diff --git a/windows/StarIO10/EventParameter.cs b/windows/StarIO10/EventParameter.cs
deleted file mode 100644
index 6ab9e79a643dca92af05e26fb73b84a951f98126..0000000000000000000000000000000000000000
--- a/windows/StarIO10/EventParameter.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-namespace StarMicronics.ReactNative.StarIO10
-{
-    class EventParameter
-    {
-        public static readonly string KeyIdentifier = "identifier";
-        public static readonly string KeyErrorIdentifier = "errorIdentifier";
-        public static readonly string KeyDrawerOpenCloseSignalState = "openCloseSignal";
-        public static readonly string KeyInputDeviceData = "data";
-        public static readonly string KeyInterfaceType = "interfaceType";
-        public static readonly string KeyModel = "model";
-        public static readonly string KeyEmulation = "emulation";
-        public static readonly string KeyReserved = "reserved";
-        public static readonly string KeyConnectionIdentifier = "connectionIdentifier";
-    }
-}
diff --git a/windows/StarIO10/Extensions/DictionaryExtensions.cs b/windows/StarIO10/Extensions/DictionaryExtensions.cs
deleted file mode 100644
index afd6dd59a240bdbb18f49901f4ff387f76cf4276..0000000000000000000000000000000000000000
--- a/windows/StarIO10/Extensions/DictionaryExtensions.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    internal static class DictionaryExtensions
-    {
-        public static bool TryGetKey<TKey, TValue>(this IEnumerable<KeyValuePair<TKey, TValue>> dictionary, TValue value, out TKey output)
-        {
-            bool result = false;
-            output = default;
-
-            try
-            {
-                output = dictionary.First(x => x.Value.Equals(value)).Key;
-                result = true;
-            }
-            catch (Exception) { }
-
-            return result;
-        }
-    }
-}
diff --git a/windows/StarIO10/Extensions/TaskExtensions.cs b/windows/StarIO10/Extensions/TaskExtensions.cs
deleted file mode 100644
index c5dd98c5ca393b9f2fb1f0c978f0d7c1c567d286..0000000000000000000000000000000000000000
--- a/windows/StarIO10/Extensions/TaskExtensions.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System.Threading.Tasks;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    internal static class TaskExtensions
-    {
-        public static T Sync<T>(this Task<T> task)
-        {
-            Task<T> wrapTask = Task.Run(async () =>
-            {
-                return await task.ConfigureAwait(false);
-            });
-
-            return wrapTask.Result;
-        }
-
-        public static void Sync(this Task task)
-        {
-            Task wrapTask = Task.Run(async () =>
-            {
-                await task.ConfigureAwait(false);
-            });
-
-            wrapTask.Wait();
-        }
-    }
-}
diff --git a/windows/StarIO10/MelodySpeakerBuilderWrapper.cs b/windows/StarIO10/MelodySpeakerBuilderWrapper.cs
deleted file mode 100644
index 69b8b6914fe96e484b1d23cac12d6593cb7f8f77..0000000000000000000000000000000000000000
--- a/windows/StarIO10/MelodySpeakerBuilderWrapper.cs
+++ /dev/null
@@ -1,50 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using StarMicronics.StarIO10.StarXpandCommand;
-using StarMicronics.StarIO10.StarXpandCommand.MelodySpeaker;
-using System;
-using System.Text.Json;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class MelodySpeakerBuilderWrapper : StarIO10ObjectWrapper<MelodySpeakerBuilder>
-    {
-
-        [ReactMethod("actionDriveOneTimeSound")]
-        public async void ActionDriveOneTimeSound(string source, int volume, IReactPromise<string> promise)
-        {
-            try
-            {
-
-                DriveOneTimeSoundParameter parameter = await StarIO10ValueConverter.ToMelodySpeakerDriveOneTimeSoundParameterAsync(source, volume);
-
-                MelodySpeakerBuilder melodySpeakerBuilder = new MelodySpeakerBuilder();
-                melodySpeakerBuilder.ActionDriveOneTimeSound(parameter);
-
-                DocumentBuilder documentBuilder = new DocumentBuilder();
-                documentBuilder.AddMelodySpeaker(melodySpeakerBuilder);
-
-                StarXpandCommandBuilder builder = new StarXpandCommandBuilder();
-                builder.AddDocument(documentBuilder);
-
-                string jsonObject = builder.GetCommand();
-
-                JsonDocument jsonDoc = JsonDocument.Parse(jsonObject);
-                string contents = jsonDoc.RootElement
-                                    .GetProperty("contents")[0]
-                                    .GetProperty("contents")[0]
-                                    .GetProperty("contents")[0]
-                                    .ToString();
-
-                promise.Resolve(contents);
-            }
-            catch (Exception)
-            {
-                StarIO10Exception exception = new StarIO10ArgumentException("Invalid source.");
-                StarIO10ErrorWrapper.SetObject(exception, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = exception });
-            }
-        }
-    }
-}
diff --git a/windows/StarIO10/PageModeBuilderWrapper.cs b/windows/StarIO10/PageModeBuilderWrapper.cs
deleted file mode 100644
index 884741fdc529997a27957489818326c1dd4ecdf2..0000000000000000000000000000000000000000
--- a/windows/StarIO10/PageModeBuilderWrapper.cs
+++ /dev/null
@@ -1,59 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using StarMicronics.StarIO10.StarXpandCommand;
-using StarMicronics.StarIO10.StarXpandCommand.Printer;
-using System;
-using System.Collections.Generic;
-using System.Text.Json;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class PageModeBuilderWrapper : StarIO10ObjectWrapper<PageModeBuilder>
-    {
-
-        [ReactMethod("actionPrintImage")]
-        public async void ActionPrintImage(string source, double x, double y, int width, bool effectDiffusion, int threshold, IReactPromise<string> promise)
-        {
-            try
-            {
-                PageModeImageParameter parameter = await StarIO10ValueConverter.ToPrinterPageModeImageParameterAsync(source, x, y, width, effectDiffusion, threshold);
-
-                PageModeBuilder pageModeBuilder = new PageModeBuilder();
-                pageModeBuilder.ActionPrintImage(parameter);
-                PageModeAreaParameter pageModeAreaParameter = new PageModeAreaParameter(width, 300.0);
-                //PageModeAreaの必要な高さはこの時点で未定であるため、仮の値として最大値300を入れる。
-                //heightの値は生成されるactionPrintImageのコマンドに影響を与えない。
-
-                PrinterBuilder printerBuilder = new PrinterBuilder();
-                printerBuilder.AddPageMode(pageModeAreaParameter, pageModeBuilder);
-
-                DocumentBuilder documentBuilder = new DocumentBuilder();
-                documentBuilder.AddPrinter(printerBuilder);
-
-                StarXpandCommandBuilder builder = new StarXpandCommandBuilder();
-                builder.AddDocument(documentBuilder);
-
-                string jsonObject = builder.GetCommand();
-
-                JsonDocument jsonDoc = JsonDocument.Parse(jsonObject);
-                string contents = jsonDoc.RootElement
-                                    .GetProperty("contents")[0]
-                                    .GetProperty("contents")[0]
-                                    .GetProperty("contents")[0]
-                                    .GetProperty("contents")[1]
-                                    .ToString();
-
-
-                promise.Resolve(contents);
-            }
-            catch (Exception)
-            {
-                StarIO10Exception exception = new StarIO10ArgumentException("Invalid source.");
-                StarIO10ErrorWrapper.SetObject(exception, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = exception });
-            }
-        }
-
-    }
-}
diff --git a/windows/StarIO10/PrinterBuilderWrapper.cs b/windows/StarIO10/PrinterBuilderWrapper.cs
deleted file mode 100644
index aa7d30858f771288fd28970293284af0aba39046..0000000000000000000000000000000000000000
--- a/windows/StarIO10/PrinterBuilderWrapper.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using StarMicronics.StarIO10.StarXpandCommand;
-using StarMicronics.StarIO10.StarXpandCommand.Printer;
-using System;
-using System.Collections.Generic;
-using System.Text.Json;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class PrinterBuilderWrapper : StarIO10ObjectWrapper<PrinterBuilder>
-    {
-
-
-        [ReactMethod("actionPrintImage")]
-        public async void ActionPrintImage(string source, int width, bool effectDiffusion, int threshold, IReactPromise<string> promise)
-        {
-            try
-            {
-
-                ImageParameter parameter = await StarIO10ValueConverter.ToPrinterImageParameterAsync(source, width, effectDiffusion, threshold);
-
-                PrinterBuilder printerBuilder = new PrinterBuilder();
-                printerBuilder.ActionPrintImage(parameter);
-
-                DocumentBuilder documentBuilder = new DocumentBuilder();
-                documentBuilder.AddPrinter(printerBuilder);
-
-                StarXpandCommandBuilder builder = new StarXpandCommandBuilder();
-                builder.AddDocument(documentBuilder);
-
-                string jsonObject = builder.GetCommand();
-
-                JsonDocument jsonDoc = JsonDocument.Parse(jsonObject);
-                string contents = jsonDoc.RootElement
-                                    .GetProperty("contents")[0]
-                                    .GetProperty("contents")[0]
-                                    .GetProperty("contents")[0]
-                                    .ToString();
-
-                promise.Resolve(contents);
-            }
-            catch (Exception e)
-            {
-                StarIO10Exception exception = new StarIO10ArgumentException("Invalid source.");
-                StarIO10ErrorWrapper.SetObject(exception, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = exception });
-            }
-        }
-    }
-
-}
diff --git a/windows/StarIO10/Properties/AssemblyInfo.cs b/windows/StarIO10/Properties/AssemblyInfo.cs
deleted file mode 100644
index 6004c2dd39ca506e1ad8d25da6784dfcc7e1e66b..0000000000000000000000000000000000000000
--- a/windows/StarIO10/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
-// アセンブリに関連付けられている情報を変更するには、
-// これらの属性値を変更してください。
-[assembly: AssemblyTitle("StarIO10")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("StarIO10")]
-[assembly: AssemblyCopyright("Copyright ©  2021")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// アセンブリのバージョン情報は次の 4 つの値で構成されています:
-//
-//      メジャー バージョン
-//      マイナー バージョン
-//      ビルド番号
-//      リビジョン
-//
-// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
-// 既定値にすることができます:
-//[アセンブリ: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.5.0.0")]
-[assembly: AssemblyFileVersion("1.5.0.0")]
-[assembly: ComVisible(false)]
\ No newline at end of file
diff --git a/windows/StarIO10/ReactPackageProvider.cs b/windows/StarIO10/ReactPackageProvider.cs
deleted file mode 100644
index 428ee9f20424fee16f3d0e8cae3eda22c4f8c75c..0000000000000000000000000000000000000000
--- a/windows/StarIO10/ReactPackageProvider.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using Microsoft.ReactNative;
-using Microsoft.ReactNative.Managed;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    public partial class ReactPackageProvider : IReactPackageProvider
-    {
-        public void CreatePackage(IReactPackageBuilder packageBuilder)
-        {
-            CreatePackageImplementation(packageBuilder);
-        }
-
-        /// <summary>
-        /// This method is implemented by the C# code generator
-        /// </summary>
-        partial void CreatePackageImplementation(IReactPackageBuilder packageBuilder);
-    }
-}
diff --git a/windows/StarIO10/StarDeviceDiscoveryManagerWrapper.cs b/windows/StarIO10/StarDeviceDiscoveryManagerWrapper.cs
deleted file mode 100644
index 3c4cc428ac3f9c87841417db1bef834474a2c84b..0000000000000000000000000000000000000000
--- a/windows/StarIO10/StarDeviceDiscoveryManagerWrapper.cs
+++ /dev/null
@@ -1,139 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using System;
-using System.Collections.Generic;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class StarDeviceDiscoveryManagerWrapper : StarIO10ObjectWrapper<IStarDeviceDiscoveryManager>
-    {
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> PrinterFound { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> DiscoveryFinished { get; set; }
-
-        [ReactMethod("init")]
-        public void Init(string[] interfaceTypes, IReactPromise<string> promise)
-        {
-            List<InterfaceType> nativeInterfaceTypes = new List<InterfaceType>();
-
-            foreach(string interfaceType in interfaceTypes)
-            {
-                if (!StarIO10ValueConverter.ToInterfaceType(interfaceType, out InterfaceType nativeInterfaceType))
-                {
-                    promise.Reject(new ReactError());
-                    return;
-                }
-
-                nativeInterfaceTypes.Add(nativeInterfaceType);
-            }
-
-            try
-            {
-                IStarDeviceDiscoveryManager nativeObject = StarDeviceDiscoveryManagerFactory.Create(nativeInterfaceTypes);
-
-                SetObject(nativeObject, out string objectIdentifier);
-
-                nativeObject.PrinterFound += (sender, e) =>
-                {
-                    if(!StarIO10ValueConverter.ToString(e.Printer.ConnectionSettings.InterfaceType, out string interfaceTypeString) ||
-                       !StarIO10ValueConverter.ToString(e.Printer.Information.Model, out string modelString) ||
-                       !StarIO10ValueConverter.ToString(e.Printer.Information.Emulation, out string emulationString))
-                    {
-                        return;
-                    }
-
-                    var parameter = new Dictionary<string, JSValue>();
-                    parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-                    parameter.Add(EventParameter.KeyInterfaceType, interfaceTypeString);
-                    parameter.Add(EventParameter.KeyConnectionIdentifier, e.Printer.ConnectionSettings.Identifier);
-                    parameter.Add(EventParameter.KeyModel, modelString);
-                    parameter.Add(EventParameter.KeyEmulation, emulationString);
-                    parameter.Add(EventParameter.KeyReserved, StarIO10ValueConverter.ToJSValue(e.Printer.Information.Reserved));
-
-                    PrinterFound(parameter);
-                };
-                nativeObject.DiscoveryFinished += (sender, e) =>
-                {
-                    var parameter = new Dictionary<string, JSValue>();
-                    parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                    DiscoveryFinished(parameter);
-                };
-
-                promise.Resolve(objectIdentifier);
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("dispose")]
-        public void Dispose(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            DisposeObject(objectIdentifier);
-
-            promise.Resolve();
-        }
-
-        [ReactMethod("addListener")]
-        public void AddListener(string objectIdentifier, string eventName, IReactPromise<JSValue.Void> promise)
-        {
-            promise.Resolve();
-        }
-
-        [ReactMethod("removeListeners")]
-        public void RemoveListeners(string objectIdentifier, int count, IReactPromise<JSValue.Void> promise)
-        {
-            promise.Resolve();
-        }
-
-        [ReactMethod("startDiscovery")]
-        public void StartDiscovery(string objectIdentifier, int discoveryTime, IReactPromise<JSValue.Void> promise)
-        {
-            if (!GetObject(objectIdentifier, out IStarDeviceDiscoveryManager nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.DiscoveryTime = discoveryTime;
-
-            try
-            {
-                nativeObject.StartDiscovery();
-                promise.Resolve();
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("stopDiscovery")]
-        public void StopDiscovery(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            if (!GetObject(objectIdentifier, out IStarDeviceDiscoveryManager nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            try
-            {
-                nativeObject.StopDiscovery();
-                promise.Resolve();
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-    }
-}
diff --git a/windows/StarIO10/StarIO10.csproj b/windows/StarIO10/StarIO10.csproj
deleted file mode 100644
index fc03277078319a71950233ed68393c97eeec1a0b..0000000000000000000000000000000000000000
--- a/windows/StarIO10/StarIO10.csproj
+++ /dev/null
@@ -1,203 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup Label="ReactNativeWindowsProps">
-    <ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
-  </PropertyGroup>
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{7FB29169-C0D3-427E-A025-ACA364164F6D}</ProjectGuid>
-    <OutputType>winmdobj</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>StarMicronics.ReactNative.StarIO10</RootNamespace>
-    <AssemblyName>StarIO10</AssemblyName>
-    <DefaultLanguage>ja-JP</DefaultLanguage>
-    <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
-    <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
-    <TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
-    <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
-    <FileAlignment>512</FileAlignment>
-    <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <AllowCrossPlatformRetargeting>false</AllowCrossPlatformRetargeting>
-    <LangVersion>8.0</LangVersion>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
-    <PlatformTarget>x86</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\x86\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
-    <NoWarn>;2008</NoWarn>
-    <DebugType>full</DebugType>
-    <UseVSHostingProcess>false</UseVSHostingProcess>
-    <ErrorReport>prompt</ErrorReport>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
-    <PlatformTarget>x86</PlatformTarget>
-    <OutputPath>bin\x86\Release\</OutputPath>
-    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
-    <Optimize>true</Optimize>
-    <NoWarn>;2008</NoWarn>
-    <DebugType>pdbonly</DebugType>
-    <UseVSHostingProcess>false</UseVSHostingProcess>
-    <ErrorReport>prompt</ErrorReport>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
-    <PlatformTarget>ARM</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\ARM\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
-    <NoWarn>;2008</NoWarn>
-    <DebugType>full</DebugType>
-    <UseVSHostingProcess>false</UseVSHostingProcess>
-    <ErrorReport>prompt</ErrorReport>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
-    <PlatformTarget>ARM</PlatformTarget>
-    <OutputPath>bin\ARM\Release\</OutputPath>
-    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
-    <Optimize>true</Optimize>
-    <NoWarn>;2008</NoWarn>
-    <DebugType>pdbonly</DebugType>
-    <UseVSHostingProcess>false</UseVSHostingProcess>
-    <ErrorReport>prompt</ErrorReport>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
-    <PlatformTarget>ARM64</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\ARM64\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
-    <NoWarn>;2008</NoWarn>
-    <DebugType>full</DebugType>
-    <UseVSHostingProcess>false</UseVSHostingProcess>
-    <ErrorReport>prompt</ErrorReport>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
-    <PlatformTarget>ARM64</PlatformTarget>
-    <OutputPath>bin\ARM64\Release\</OutputPath>
-    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
-    <Optimize>true</Optimize>
-    <NoWarn>;2008</NoWarn>
-    <DebugType>pdbonly</DebugType>
-    <UseVSHostingProcess>false</UseVSHostingProcess>
-    <ErrorReport>prompt</ErrorReport>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
-    <PlatformTarget>x64</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\x64\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
-    <NoWarn>;2008</NoWarn>
-    <DebugType>full</DebugType>
-    <UseVSHostingProcess>false</UseVSHostingProcess>
-    <ErrorReport>prompt</ErrorReport>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
-    <PlatformTarget>x64</PlatformTarget>
-    <OutputPath>bin\x64\Release\</OutputPath>
-    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
-    <Optimize>true</Optimize>
-    <NoWarn>;2008</NoWarn>
-    <DebugType>pdbonly</DebugType>
-    <UseVSHostingProcess>false</UseVSHostingProcess>
-    <ErrorReport>prompt</ErrorReport>
-  </PropertyGroup>
-  <PropertyGroup>
-    <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
-  </PropertyGroup>
-  <ItemGroup>
-    <Compile Include="StarSpoolJobStatusListWrapper.cs" />
-    <Compile Include="StarSpoolJobStatusWrapper.cs" />
-    <Compile Include="DisplayBuilderWrapper.cs" />
-    <Compile Include="EventParameter.cs" />
-    <Compile Include="Extensions\DictionaryExtensions.cs" />
-    <Compile Include="Extensions\TaskExtensions.cs" />
-    <Compile Include="MelodySpeakerBuilderWrapper.cs" />
-    <Compile Include="PageModeBuilderWrapper.cs" />
-    <Compile Include="PrinterBuilderWrapper.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="ReactPackageProvider.cs" />
-    <Compile Include="StarDeviceDiscoveryManagerWrapper.cs" />
-    <Compile Include="StarIO10ErrorWrapper.cs" />
-    <Compile Include="StarIO10LoggerWrapper.cs" />
-    <Compile Include="StarIO10ObjectWrapper.cs" />
-    <Compile Include="StarIO10ValueConverter.cs" />
-    <Compile Include="StarPrinterStatusWrapper.cs" />
-    <Compile Include="StarPrinterWrapper.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
-      <Version>6.2.10</Version>
-    </PackageReference>
-    <PackageReference Include="System.Text.Json">
-      <Version>7.0.3</Version>
-    </PackageReference>
-  </ItemGroup>
-  <ItemGroup>
-    <Reference Include="StarIO10.UWP">
-      <HintPath>..\libs\StarIO10.UWP.dll</HintPath>
-    </Reference>
-  </ItemGroup>
-  <ItemGroup />
-  <ItemGroup>
-    <None Include="..\libs\NativeLibraries\x64\StarIO10CP.dll" Condition="'$(Platform)' == 'x64'">
-      <Link>NativeLibraries\x64\StarIO10CP.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
-    <None Include="..\libs\NativeLibraries\x64\StarIO10LG.dll" Condition="'$(Platform)' == 'x64'">
-      <Link>NativeLibraries\x64\StarIO10LG.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
-    <None Include="..\libs\NativeLibraries\x86\StarIO10CP.dll" Condition="'$(Platform)' == 'x86'">
-      <Link>NativeLibraries\x86\StarIO10CP.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
-    <None Include="..\libs\NativeLibraries\x86\StarIO10LG.dll" Condition="'$(Platform)' == 'x86'">
-      <Link>NativeLibraries\x86\StarIO10LG.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
-  </ItemGroup>
-  <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
-    <VisualStudioVersion>14.0</VisualStudioVersion>
-  </PropertyGroup>
-  <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
-  <ImportGroup Label="ReactNativeWindowsPropertySheets">
-    <Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CSharpLib.props" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CSharpLib.props')" />
-  </ImportGroup>
-  <ImportGroup Label="ReactNativeWindowsTargets">
-    <Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CSharpLib.targets" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CSharpLib.targets')" />
-  </ImportGroup>
-  <Target Name="EnsureReactNativeWindowsTargets" BeforeTargets="PrepareForBuild">
-    <PropertyGroup>
-      <ErrorText>This project references targets in your node_modules\react-native-windows folder that are missing. The missing file is {0}.</ErrorText>
-    </PropertyGroup>
-    <Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CSharpLib.props')" Text="$([System.String]::Format('$(ErrorText)', '$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CSharpLib.props'))" />
-    <Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CSharpLib.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CSharpLib.targets'))" />
-  </Target>
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
diff --git a/windows/StarIO10/StarIO10ErrorWrapper.cs b/windows/StarIO10/StarIO10ErrorWrapper.cs
deleted file mode 100644
index 6ea761481d6c424d69f294f88a28bcb215f2491e..0000000000000000000000000000000000000000
--- a/windows/StarIO10/StarIO10ErrorWrapper.cs
+++ /dev/null
@@ -1,131 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class StarIO10ErrorWrapper : StarIO10ObjectWrapper<StarIO10Exception>
-    {
-        [ReactMethod("dispose")]
-        public void Dispose(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            DisposeObject(objectIdentifier);
-
-            promise.Resolve();
-        }
-
-        [ReactMethod("getType")]
-        public void GetType(string objectIdentifier, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarIO10Exception nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            string type;
-
-            if (nativeObject is StarIO10ArgumentException)
-            {
-                type = "Argument";
-            }
-            else if(nativeObject is StarIO10BadResponseException)
-            {
-                type = "BadResponse";
-            }
-            else if (nativeObject is StarIO10CommunicationException)
-            {
-                type = "Communication";
-            }
-            else if (nativeObject is StarIO10IllegalDeviceStateException)
-            {
-                type = "IllegalDeviceState";
-            }
-            else if (nativeObject is StarIO10InUseException)
-            {
-                type = "InUse";
-            }
-            else if (nativeObject is StarIO10InvalidOperationException)
-            {
-                type = "InvalidOperation";
-            }
-            else if (nativeObject is StarIO10NotFoundException)
-            {
-                type = "NotFound";
-            }
-            else if (nativeObject is StarIO10UnknownException)
-            {
-                type = "Unknown";
-            }
-            else if (nativeObject is StarIO10UnprintableException)
-            {
-                type = "Unprintable";
-            }
-            else if (nativeObject is StarIO10UnsupportedModelException)
-            {
-                type = "UnsupportedModel";
-            }
-            else if (nativeObject is StarIO10AuthenticationException)
-            {
-                type = "Authentication";
-            }
-            else
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(type);
-        }
-
-        [ReactMethod("getMessage")]
-        public void GetMessage(string objectIdentifier, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarIO10Exception nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Message);
-        }
-
-        [ReactMethod("getErrorCode")]
-        public void GetErrorCode(string objectIdentifier, IReactPromise<int> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarIO10Exception nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.ErrorCode);
-        }
-
-        [ReactMethod("getStatus")]
-        public void GetStatus(string objectIdentifier, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarIO10Exception nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            StarPrinterStatus status = null;
-
-            if(nativeObject is StarIO10UnprintableException)
-            {
-                status = (nativeObject as StarIO10UnprintableException).Status;
-            }
-
-            if(status == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            StarPrinterStatusWrapper.SetObject(status, out string statusIdentifier);
-            promise.Resolve(statusIdentifier);
-        }
-    }
-}
diff --git a/windows/StarIO10/StarIO10LoggerWrapper.cs b/windows/StarIO10/StarIO10LoggerWrapper.cs
deleted file mode 100644
index 93f17aef2a1fdec539c7526f9936e07c2191ec43..0000000000000000000000000000000000000000
--- a/windows/StarIO10/StarIO10LoggerWrapper.cs
+++ /dev/null
@@ -1,49 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using StarMicronics.StarIO10.Internal;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class StarIO10LoggerWrapper : StarIO10ObjectWrapper<StarIO10Logger>
-    {
-        [ReactMethod("appendHeader")]
-        public void AppendHeader(string header, IReactPromise<JSValue.Void> promise)
-        {
-            InternalInterface.AppendLogHeader(header);
-            promise.Resolve();
-        }
-
-        [ReactMethod("start")]
-        public void Start(IReactPromise<JSValue.Void> promise)
-        {
-            try
-            {
-                StarIO10Logger nativeObject = StarIO10Logger.Instance;
-                nativeObject.Start();
-                promise.Resolve();
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("stop")]
-        public void Stop(IReactPromise<JSValue.Void> promise)
-        {
-            try
-            {
-                StarIO10Logger nativeObject = StarIO10Logger.Instance;
-                nativeObject.Stop();
-                promise.Resolve();
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-    }
-}
diff --git a/windows/StarIO10/StarIO10ObjectWrapper.cs b/windows/StarIO10/StarIO10ObjectWrapper.cs
deleted file mode 100644
index 6974184ea12e9e374191b65bd8eda30b0c4d62ea..0000000000000000000000000000000000000000
--- a/windows/StarIO10/StarIO10ObjectWrapper.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-using System;
-using System.Collections.Concurrent;
-using System.Collections.Generic;
-using System.Threading;
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    class StarIO10ObjectWrapper<T>
-    {
-        private static readonly ConcurrentDictionary<string, T> ObjectDictionary = new ConcurrentDictionary<string, T>();
-
-        public static void SetObject(T obj, out string objectIdentifier)
-        {
-            string _objectIdentifier;
-
-            while (true)
-            {
-                _objectIdentifier = Guid.NewGuid().ToString();
-
-                if (!ObjectDictionary.ContainsKey(_objectIdentifier) &&
-                    ObjectDictionary.TryAdd(_objectIdentifier, obj))
-                {
-                    break;
-                }
-
-                Thread.Sleep(10);
-            }
-
-            objectIdentifier = _objectIdentifier;
-        }
-
-        public static bool GetObject(string objectIdentifier, out T obj)
-        {
-            obj = default;
-
-            bool result = ObjectDictionary.ContainsKey(objectIdentifier);
-
-            if (result)
-            {
-                obj = ObjectDictionary[objectIdentifier];
-            }
-
-            return result;
-        }
-
-        public static void DisposeObject(string objectIdentifier)
-        {
-            ObjectDictionary.Remove(objectIdentifier, out _);
-        }
-    }
-}
diff --git a/windows/StarIO10/StarIO10ValueConverter.cs b/windows/StarIO10/StarIO10ValueConverter.cs
deleted file mode 100644
index 23fd78645a13f6c03c528a1c410bf6422fdf9edf..0000000000000000000000000000000000000000
--- a/windows/StarIO10/StarIO10ValueConverter.cs
+++ /dev/null
@@ -1,1255 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using StarMicronics.StarIO10.StarXpandCommand;
-using StarMicronics.StarIO10.StarXpandCommand.Buzzer;
-using StarMicronics.StarIO10.StarXpandCommand.Display;
-using StarMicronics.StarIO10.StarXpandCommand.Drawer;
-using StarMicronics.StarIO10.StarXpandCommand.MelodySpeaker;
-using StarMicronics.StarIO10.StarXpandCommand.Presenter;
-using StarMicronics.StarIO10.StarXpandCommand.Printer;
-using System;
-using System.Collections.Generic;
-using System.Collections.ObjectModel;
-using System.IO;
-using System.Linq;
-using System.Net;
-using System.Runtime.InteropServices.WindowsRuntime;
-using System.Text;
-using System.Threading.Tasks;
-using Windows.ApplicationModel;
-using Windows.Graphics.Imaging;
-using Windows.Storage;
-using Windows.Storage.Streams;
-
-#nullable enable
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    internal class StarIO10ValueConverter
-    {
-        private static readonly IReadOnlyDictionary<InterfaceType, string> InterfaceTypeDictionary = new Dictionary<InterfaceType, string>()
-        {
-            { InterfaceType.Lan, "Lan" },
-            { InterfaceType.Bluetooth, "Bluetooth" },
-            { InterfaceType.BluetoothLE, "BluetoothLE" },
-            { InterfaceType.Usb, "Usb" }
-        };
-
-        private static readonly IReadOnlyDictionary<StarPrinterModel, string> StarPrinterModelDictionary = new Dictionary<StarPrinterModel, string>()
-        {
-            { StarPrinterModel.Unknown, "Unknown" },
-            { StarPrinterModel.TSP650II, "TSP650II" },
-            { StarPrinterModel.TSP700II, "TSP700II" },
-            { StarPrinterModel.TSP800II, "TSP800II" },
-            { StarPrinterModel.TSP100IIIW, "TSP100IIIW" },
-            { StarPrinterModel.TSP100IIILAN, "TSP100IIILAN" },
-            { StarPrinterModel.TSP100IIIBI, "TSP100IIIBI" },
-            { StarPrinterModel.TSP100IIIU, "TSP100IIIU" },
-            { StarPrinterModel.TSP100IV_SK, "TSP100IV_SK" },
-            { StarPrinterModel.TSP100IV, "TSP100IV" },
-            { StarPrinterModel.mPOP, "mPOP" },
-            { StarPrinterModel.mCPrint2, "mC_Print2" },
-            { StarPrinterModel.mCPrint3, "mC_Print3" },
-            { StarPrinterModel.mCLabel3, "mC_Label3" },
-            { StarPrinterModel.SMS210i, "SM_S210i" },
-            { StarPrinterModel.SMS230i, "SM_S230i" },
-            { StarPrinterModel.SMT300,  "SM_T300" },
-            { StarPrinterModel.SMT300i, "SM_T300i" },
-            { StarPrinterModel.SMT400i, "SM_T400i" },
-            { StarPrinterModel.SML200, "SM_L200" },
-            { StarPrinterModel.SML300, "SM_L300" },
-            { StarPrinterModel.BSC10, "BSC10" },
-            { StarPrinterModel.TSP043, "TSP043" },
-            { StarPrinterModel.SP700, "SP700" },
-            { StarPrinterModel.TUP500, "TUP500" },
-            { StarPrinterModel.SK12xx, "SK1_2xx" },
-            { StarPrinterModel.SK13xx, "SK1_3xx" }
-        };
-
-        private static readonly IReadOnlyDictionary<StarPrinterEmulation, string> StarPrinterEmulationDictionary = new Dictionary<StarPrinterEmulation, string>()
-        {
-            { StarPrinterEmulation.Unknown, "Unknown" },
-            { StarPrinterEmulation.StarLine, "StarLine" },
-            { StarPrinterEmulation.StarDot, "StarDot" },
-            { StarPrinterEmulation.StarGraphic, "StarGraphic" },
-            { StarPrinterEmulation.StarPRNT, "StarPRNT" },
-            { StarPrinterEmulation.EscPos, "EscPos" },
-            { StarPrinterEmulation.EscPosMobile, "EscPosMobile" }
-        };
-
-        private static readonly IReadOnlyDictionary<DrawerOpenedMethod, string> DrawerOpenedMethodDictionary = new Dictionary<DrawerOpenedMethod, string>()
-        {
-            { DrawerOpenedMethod.ByHand, "ByHand" },
-            { DrawerOpenedMethod.ByCommand, "ByCommand" }
-        };
-
-        private static readonly IReadOnlyDictionary<StarConfigurationSetResult, string> StarConfigurationSetResultDictionary = new Dictionary<StarConfigurationSetResult, string>()
-        {
-            { StarConfigurationSetResult.Applied, "Applied" },
-            { StarConfigurationSetResult.Accepted, "Accepted" }
-        };
-
-        private static readonly IReadOnlyDictionary<SpoolJobState, string> SpoolJobStateDictionary = new Dictionary<SpoolJobState, string>()
-        {
-            { SpoolJobState.Unknown, "Unknown" },
-            { SpoolJobState.Accepted, "Accepted" },
-            { SpoolJobState.PrintFailedByTimeoutBeforePrinting, "PrintFailedByTimeoutBeforePrinting" },
-            { SpoolJobState.Printing, "Printing" },
-            { SpoolJobState.WaitingPaperTaken, "WaitingPaperTaken" },
-            { SpoolJobState.WaitingPrinterReady, "WaitingPrinterReady" },
-            { SpoolJobState.PrintSucceeded, "PrintSucceeded" },
-            { SpoolJobState.PrintFailedByPrinterError, "PrintFailedByPrinterError" },
-            { SpoolJobState.PrintFailedByTimeout, "PrintFailedByTimeout" },
-            { SpoolJobState.PrintFailedByPowerOff, "PrintFailedByPowerOff" }
-        };
-
-        private static readonly IReadOnlyDictionary<SpoolJobReceivedInterface, string> SpoolJobReceivedInterfaceDictionary = new Dictionary<SpoolJobReceivedInterface, string>()
-        {
-            { SpoolJobReceivedInterface.Unknown, "Unknown" },
-            { SpoolJobReceivedInterface.UsbPrinterClass, "UsbPrinterClass" },
-            { SpoolJobReceivedInterface.UsbAOA, "UsbAOA" },
-            { SpoolJobReceivedInterface.UsbiAP, "UsbiAP" },
-            { SpoolJobReceivedInterface.Bluetooth, "Bluetooth" },
-            { SpoolJobReceivedInterface.Lan, "Lan" },
-            { SpoolJobReceivedInterface.CloudPRNT, "CloudPRNT" },
-            { SpoolJobReceivedInterface.WebPRNT, "WebPRNT" },
-            { SpoolJobReceivedInterface.SMCS, "SMCS" }
-        };
-
-        private static readonly IReadOnlyDictionary<StarMicronics.StarIO10.StarXpandCommand.Bezel.LedType, string> BezelLedTypeDictionary = new Dictionary<StarMicronics.StarIO10.StarXpandCommand.Bezel.LedType, string>()
-        {
-            { StarMicronics.StarIO10.StarXpandCommand.Bezel.LedType.Holding, "Holding" },
-            { StarMicronics.StarIO10.StarXpandCommand.Bezel.LedType.Error, "Error" },
-            { StarMicronics.StarIO10.StarXpandCommand.Bezel.LedType.Idle, "Idle" }
-        };
-
-        private static readonly IReadOnlyDictionary<StarMicronics.StarIO10.StarXpandCommand.Presenter.LedType, string> PresenterLedTypeDictionary = new Dictionary<StarMicronics.StarIO10.StarXpandCommand.Presenter.LedType, string>()
-        {
-            { StarMicronics.StarIO10.StarXpandCommand.Presenter.LedType.Holding, "Holding" },
-            { StarMicronics.StarIO10.StarXpandCommand.Presenter.LedType.Error, "Error" },
-            { StarMicronics.StarIO10.StarXpandCommand.Presenter.LedType.Idle, "Idle" }
-        };
-
-        private static readonly IReadOnlyDictionary<BlackMarkPosition, string> PrinterBlackMarkPositionDictionary = new Dictionary<BlackMarkPosition, string>()
-        {
-            { BlackMarkPosition.Front, "Front" },
-            { BlackMarkPosition.Back, "Back" }
-        };
-
-        private static readonly IReadOnlyDictionary<Alignment, string> PrinterAlignmentDictionary = new Dictionary<Alignment, string>()
-        {
-            { Alignment.Left, "Left" },
-            { Alignment.Center, "Center" },
-            { Alignment.Right, "Right" }
-        };
-
-        private static readonly IReadOnlyDictionary<PageModePrintDirection, string> PrinterPageModePrintDirectionDictionary = new Dictionary<PageModePrintDirection, string>()
-        {
-            { PageModePrintDirection.BottomToTop, "BottomToTop" },
-            { PageModePrintDirection.LeftToRight, "LeftToRight" },
-            { PageModePrintDirection.RightToLeft, "RightToLeft" },
-            { PageModePrintDirection.TopToBottom, "TopToBottom" },
-        };
-
-        private static readonly IReadOnlyDictionary<FontType, string> PrinterFontTypeDictionary = new Dictionary<FontType, string>()
-        {
-            { FontType.A, "A" },
-            { FontType.B, "B" },
-        };
-
-        private static readonly IReadOnlyDictionary<StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType, string> PrinterInternationalCharacterTypeDictionary = new Dictionary<StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType, string>()
-        {
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Usa, "Usa" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.France, "France" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Germany, "Germany" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.UK, "UK" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Denmark, "Denmark" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Sweden, "Sweden" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Italy, "Italy" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Spain, "Spain" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Japan, "Japan" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Norway, "Norway" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Denmark2, "Denmark2" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Spain2, "Spain2" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.LatinAmerica, "LatinAmerica" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Korea, "Korea" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Ireland, "Ireland" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Slovenia, "Slovenia" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Croatia, "Croatia" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.China, "China" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Vietnam, "Vietnam" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Arabic, "Arabic" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType.Legal, "Legal" },
-        };
-
-        private static readonly IReadOnlyDictionary<StarMicronics.StarIO10.StarXpandCommand.Printer.CharacterEncodingType, string> PrinterCharacterEncodingTypeDictionary = new Dictionary<StarMicronics.StarIO10.StarXpandCommand.Printer.CharacterEncodingType, string>()
-        {
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Japanese, "Japanese" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.CharacterEncodingType.SimplifiedChinese, "SimplifiedChinese" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.CharacterEncodingType.TraditionalChinese, "TraditionalChinese" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.CharacterEncodingType.Korean, "Korean" },
-            { StarMicronics.StarIO10.StarXpandCommand.Printer.CharacterEncodingType.CodePage, "CodePage" },
-        };
-
-        private static readonly IReadOnlyDictionary<CjkCharacterType, string> PrinterCjkCharacterTypeDictionary = new Dictionary<CjkCharacterType, string>()
-        {
-            { CjkCharacterType.Japanese, "Japanese" },
-            { CjkCharacterType.SimplifiedChinese, "SimplifiedChinese" },
-            { CjkCharacterType.TraditionalChinese, "TraditionalChinese" },
-            { CjkCharacterType.Korean, "Korean" },
-        };
-
-        private static readonly IReadOnlyDictionary<CutType, string> PrinterCutTypeDictionary = new Dictionary<CutType, string>()
-        {
-            { CutType.Full, "Full" },
-            { CutType.Partial, "Partial" },
-            { CutType.FullDirect, "FullDirect" },
-            { CutType.PartialDirect, "PartialDirect" },
-        };
-
-        private static readonly IReadOnlyDictionary<BarcodeSymbology, string> PrinterBarcodeSymbologyDictionary = new Dictionary<BarcodeSymbology, string>()
-        {
-            { BarcodeSymbology.UpcE, "UpcE" },
-            { BarcodeSymbology.UpcA, "UpcA" },
-            { BarcodeSymbology.Jan8, "Jan8" },
-            { BarcodeSymbology.Ean8, "Ean8" },
-            { BarcodeSymbology.Jan13, "Jan13" },
-            { BarcodeSymbology.Ean13, "Ean13" },
-            { BarcodeSymbology.Code39, "Code39" },
-            { BarcodeSymbology.Itf, "Itf" },
-            { BarcodeSymbology.Code128, "Code128" },
-            { BarcodeSymbology.Code93, "Code93" },
-            { BarcodeSymbology.NW7, "NW7" },
-        };
-
-        private static readonly IReadOnlyDictionary<BarcodeBarRatioLevel, string> PrinterBarcodeBarRatioLevelDictionary = new Dictionary<BarcodeBarRatioLevel, string>()
-        {
-            { BarcodeBarRatioLevel.LevelPlus1, "LevelPlus1" },
-            { BarcodeBarRatioLevel.Level0, "Level0" },
-            { BarcodeBarRatioLevel.LevelMinus1, "LevelMinus1" },
-        };
-
-        private static readonly IReadOnlyDictionary<Pdf417Level, string> PrinterPdf417LevelDictionary = new Dictionary<Pdf417Level, string>()
-        {
-            { Pdf417Level.Ecc0, "Ecc0" },
-            { Pdf417Level.Ecc1, "Ecc1" },
-            { Pdf417Level.Ecc2, "Ecc2" },
-            { Pdf417Level.Ecc3, "Ecc3" },
-            { Pdf417Level.Ecc4, "Ecc4" },
-            { Pdf417Level.Ecc5, "Ecc5" },
-            { Pdf417Level.Ecc6, "Ecc6" },
-            { Pdf417Level.Ecc7, "Ecc7" },
-            { Pdf417Level.Ecc8, "Ecc8" },
-        };
-
-        private static readonly IReadOnlyDictionary<QRCodeModel, string> PrinterQRCodeModelDictionary = new Dictionary<QRCodeModel, string>()
-        {
-            { QRCodeModel.Model1, "Model1" },
-            { QRCodeModel.Model2, "Model2" },
-        };
-
-        private static readonly IReadOnlyDictionary<QRCodeLevel, string> PrinterQRCodeLevelDictionary = new Dictionary<QRCodeLevel, string>()
-        {
-            { QRCodeLevel.L, "L" },
-            { QRCodeLevel.M, "M" },
-            { QRCodeLevel.Q, "Q" },
-            { QRCodeLevel.H, "H" },
-        };
-
-        private static readonly IReadOnlyDictionary<LineStyle, string> PrinterLineStyleDictionary = new Dictionary<LineStyle, string>()
-        {
-            { LineStyle.Single, "Single" },
-            { LineStyle.Double, "Double" },
-        };
-
-        private static readonly IReadOnlyDictionary<StarMicronics.StarIO10.StarXpandCommand.Buzzer.Channel, string> BuzzerChannelDictionary = new Dictionary<StarMicronics.StarIO10.StarXpandCommand.Buzzer.Channel, string>()
-        {
-            { StarMicronics.StarIO10.StarXpandCommand.Buzzer.Channel.No1, "No1" },
-            { StarMicronics.StarIO10.StarXpandCommand.Buzzer.Channel.No2, "No2" },
-        };
-
-        private static readonly IReadOnlyDictionary<StarMicronics.StarIO10.StarXpandCommand.Drawer.Channel, string> DrawerChannelDictionary = new Dictionary<StarMicronics.StarIO10.StarXpandCommand.Drawer.Channel, string>()
-        {
-            { StarMicronics.StarIO10.StarXpandCommand.Drawer.Channel.No1, "No1" },
-            { StarMicronics.StarIO10.StarXpandCommand.Drawer.Channel.No2, "No2" }
-        };
-
-        private static readonly IReadOnlyDictionary<SoundStorageArea, string> MelodySpeakerSoundStorageAreaDictionary = new Dictionary<SoundStorageArea, string>()
-        {
-            { SoundStorageArea.Area1, "Area1" },
-            { SoundStorageArea.Area2, "Area2" },
-        };
-
-        private static readonly IReadOnlyDictionary<Contrast, string> DisplayContrastDictionary = new Dictionary<Contrast, string>()
-        {
-            { Contrast.Plus3, "Plus3" },
-            { Contrast.Plus2, "Plus2" },
-            { Contrast.Plus1, "Plus1" },
-            { Contrast.Default, "Default" },
-            { Contrast.Minus1, "Minus1" },
-            { Contrast.Minus2, "Minus2" },
-            { Contrast.Minus3, "Minus3" }
-        };
-
-        private static readonly IReadOnlyDictionary<CursorState, string> DisplayCursorStateDictionary = new Dictionary<CursorState, string>()
-        {
-            { CursorState.On, "On" },
-            { CursorState.Blink, "Blink" },
-            { CursorState.Off, "Off" }
-        };
-
-        private static readonly IReadOnlyDictionary<StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType, string> DisplayInternationalCharacterTypeDictionary = new Dictionary<StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType, string>()
-        {
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Usa, "Usa" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.France, "France" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Germany, "Germany" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.UK, "UK" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Denmark, "Denmark" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Sweden, "Sweden" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Italy, "Italy" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Spain, "Spain" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Japan, "Japan" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Norway, "Norway" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Denmark2, "Denmark2" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Spain2, "Spain2" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.LatinAmerica, "LatinAmerica" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType.Korea, "Korea" }
-        };
-
-        private static readonly IReadOnlyDictionary<StarMicronics.StarIO10.StarXpandCommand.Display.CharacterEncodingType, string> DisplayCharacterEncodingTypeDictionary = new Dictionary<StarMicronics.StarIO10.StarXpandCommand.Display.CharacterEncodingType, string>()
-        {
-            { StarMicronics.StarIO10.StarXpandCommand.Display.CharacterEncodingType.Japanese, "Japanese" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.CharacterEncodingType.SimplifiedChinese, "SimplifiedChinese" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.CharacterEncodingType.TraditionalChinese, "TraditionalChinese" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.CharacterEncodingType.Korean, "Korean" },
-            { StarMicronics.StarIO10.StarXpandCommand.Display.CharacterEncodingType.CodePage, "CodePage" },
-        };
-
-        public static bool ToInterfaceType(string value, out InterfaceType output)
-        {
-            return InterfaceTypeDictionary.TryGetKey(value, out output);
-        }
-
-        public static IReadOnlyDictionary<string, JSValue> ToStarSpoolJobStatusDictionary(StarSpoolJobStatus status)
-        {
-            return ToJSDictionary(ToDictionary(status));
-        }
-
-        public static ReadOnlyCollection<JSValue> ToStarSpoolJobStatusDictionaryList(List<StarSpoolJobStatus> statusList)
-        {
-            List<IDictionary<string, dynamic>> list = new List<IDictionary<string, dynamic>>();
-
-            foreach (StarSpoolJobStatus status in statusList)
-            {
-                list.Add(ToDictionary(status));
-            }
-
-            return ToJSCollection(list);
-        }
-
-        public static IDictionary<string, dynamic> ToDictionary(StarSpoolJobStatus status)
-        {
-            return new Dictionary<string, dynamic>()
-            {
-                { "jobId", status.JobId },
-                { "jobState", ToString(status.JobState) },
-                { "elapsedTime", status.ElapsedTime },
-                { "jobReceivedInterface", ToString(status.JobReceivedInterface) },
-                { "appInfo", status.AppInfo },
-                { "hostModel", status.HostModel },
-                { "hostOS", status.HostOS },
-                { "hostIpAddress", status.HostIpAddress },
-                { "jobSettingsIsRetryEnabled", status.JobSettings.IsRetryEnabled },
-                { "jobSettingsTimeout", status.JobSettings.Timeout },
-                { "jobSettingsNote", status.JobSettings.Note }
-            };
-        }
-
-        public static bool ToBezelLedType(string value, out StarMicronics.StarIO10.StarXpandCommand.Bezel.LedType output)
-        {
-            return BezelLedTypeDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPresenterLedType(string value, out StarMicronics.StarIO10.StarXpandCommand.Presenter.LedType output)
-        {
-            return PresenterLedTypeDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterBlackMarkPosition(string value, out BlackMarkPosition output)
-        {
-            return PrinterBlackMarkPositionDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterAlignment(string value, out Alignment output)
-        {
-            return PrinterAlignmentDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterPageModePrintDirection(string value, out PageModePrintDirection output)
-        {
-            return PrinterPageModePrintDirectionDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterFontType(string value, out FontType output)
-        {
-            return PrinterFontTypeDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterInternationalCharacterType(string value, out StarMicronics.StarIO10.StarXpandCommand.Printer.InternationalCharacterType output)
-        {
-            return PrinterInternationalCharacterTypeDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterCharacterEncodingType(string value, out StarMicronics.StarIO10.StarXpandCommand.Printer.CharacterEncodingType output)
-        {
-            return PrinterCharacterEncodingTypeDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterCjkCharacterType(string value, out CjkCharacterType output)
-        {
-            return PrinterCjkCharacterTypeDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterCutType(string value, out CutType output)
-        {
-            return PrinterCutTypeDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterBarcodeSymbology(string value, out BarcodeSymbology output)
-        {
-            return PrinterBarcodeSymbologyDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterBarcodeBarRatioLevel(string value, out BarcodeBarRatioLevel output)
-        {
-            return PrinterBarcodeBarRatioLevelDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterPdf417Level(string value, out Pdf417Level output)
-        {
-            return PrinterPdf417LevelDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterQRCodeModel(string value, out QRCodeModel output)
-        {
-            return PrinterQRCodeModelDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterQRCodeLevel(string value, out QRCodeLevel output)
-        {
-            return PrinterQRCodeLevelDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToPrinterLineStyle(string value, out LineStyle output)
-        {
-            return PrinterLineStyleDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToBuzzerChannel(string value, out StarMicronics.StarIO10.StarXpandCommand.Buzzer.Channel output)
-        {
-            return BuzzerChannelDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToDrawerChannel(string value, out StarMicronics.StarIO10.StarXpandCommand.Drawer.Channel output)
-        {
-            return DrawerChannelDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToMelodySpeakerSoundStorageArea(string value, out SoundStorageArea output)
-        {
-            return MelodySpeakerSoundStorageAreaDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToDisplayContrast(string value, out Contrast output)
-        {
-            return DisplayContrastDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToDisplayCursorState(string value, out CursorState output)
-        {
-            return DisplayCursorStateDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToDisplayInternationalCharacterType(string value, out StarMicronics.StarIO10.StarXpandCommand.Display.InternationalCharacterType output)
-        {
-            return DisplayInternationalCharacterTypeDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToDisplayCharacterEncodingType(string value, out StarMicronics.StarIO10.StarXpandCommand.Display.CharacterEncodingType output)
-        {
-            return DisplayCharacterEncodingTypeDictionary.TryGetKey(value, out output);
-        }
-
-        public static bool ToString(InterfaceType value, out string output)
-        {
-            return InterfaceTypeDictionary.TryGetValue(value, out output);
-        }
-
-        public static bool ToString(StarPrinterModel value, out string output)
-        {
-            bool result = StarPrinterModelDictionary.TryGetValue(value, out output);
-
-            if (!result)
-            {
-                output = "Unknown";
-            }
-
-            return true;
-        }
-
-        public static bool ToString(StarPrinterEmulation value, out string output)
-        {
-            bool result = StarPrinterEmulationDictionary.TryGetValue(value, out output);
-
-            if (!result)
-            {
-                output = "Unknown";
-            }
-
-            return true;
-        }
-
-        public static bool ToString(DrawerOpenedMethod? value, out string? output)
-        {
-            if (value != null)
-            {
-                return DrawerOpenedMethodDictionary.TryGetValue((DrawerOpenedMethod)value, out output);
-            }
-            else
-            {
-                output = null;
-                return false;
-            }
-        }
-
-        public static bool ToString(StarConfigurationSetResult value, out string output)
-        {
-            bool result = StarConfigurationSetResultDictionary.TryGetValue(value, out output);
-
-            if (!result)
-            {
-                output = "";
-            }
-
-            return true;
-        }
-
-        public static string ToString(SpoolJobState value)
-        {
-            bool result = SpoolJobStateDictionary.TryGetValue(value, out string output);
-
-            if (!result)
-            {
-                output = "Unknown";
-            }
-
-            return output;
-        }
-
-        public static string ToString(SpoolJobReceivedInterface value)
-        {
-            bool result = SpoolJobReceivedInterfaceDictionary.TryGetValue(value, out string output);
-
-            if (!result)
-            {
-                output = "Unknown";
-            }
-
-            return output;
-        }
-
-        public static bool ToPresenterModeParameter(bool loop, bool hold, bool retract, int holdTime, out ModeParameter parameter)
-        {
-            parameter = new ModeParameter();
-            parameter.SetLoop(loop);
-            parameter.SetHold(hold);
-            parameter.SetRetract(retract);
-            parameter.SetHoldTime(holdTime);
-
-            return true;
-        }
-
-        public static bool ToBezelLedAutomaticBlinkParameter(string type, int onTime, int offTime, out StarMicronics.StarIO10.StarXpandCommand.Bezel.LedAutomaticBlinkParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToBezelLedType(type, out StarMicronics.StarIO10.StarXpandCommand.Bezel.LedType nativeType))
-            {
-                return false;
-            }
-
-            parameter = new StarMicronics.StarIO10.StarXpandCommand.Bezel.LedAutomaticBlinkParameter(nativeType);
-            parameter.SetOnTime(onTime);
-            parameter.SetOffTime(offTime);
-
-            return true;
-        }
-
-        public static bool ToPresenterLedAutomaticBlinkParameter(string type, int onTime, int offTime, out StarMicronics.StarIO10.StarXpandCommand.Presenter.LedAutomaticBlinkParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToPresenterLedType(type, out StarMicronics.StarIO10.StarXpandCommand.Presenter.LedType nativeType))
-            {
-                return false;
-            }
-
-            parameter = new StarMicronics.StarIO10.StarXpandCommand.Presenter.LedAutomaticBlinkParameter(nativeType);
-            parameter.SetOnTime(onTime);
-            parameter.SetOffTime(offTime);
-
-            return true;
-        }
-
-        public static bool ToPrinterBlackMarkParameter(bool enable, string position, out BlackMarkParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToPrinterBlackMarkPosition(position, out BlackMarkPosition nativePosition))
-            {
-                return false;
-            }
-
-            parameter = new BlackMarkParameter();
-            parameter.SetEnable(enable);
-            parameter.SetPosition(nativePosition);
-
-            return true;
-        }
-
-        public static bool ToPrinterLabelParameter(bool enable, out LabelParameter parameter)
-        {
-            parameter = new LabelParameter();
-            parameter.SetEnable(enable);
-
-            return true;
-        }
-
-        public static bool ToPrinterHoldPrintParameter(bool enable, out HoldPrintParameter parameter)
-        {
-            parameter = new HoldPrintParameter(enable);
-
-            return true;
-        }
-
-        public static bool ToPrinterPageModeAreaParameter(double x, double y, double width, double height, out PageModeAreaParameter parameter)
-        {
-            parameter = new PageModeAreaParameter(width, height);
-            parameter.SetX(x);
-            parameter.SetY(y);
-
-            return true;
-        }
-
-        public static bool ToMagnificationParameter(int width, int height, out MagnificationParameter parameter)
-        {
-            parameter = new MagnificationParameter(width, height);
-
-            return true;
-        }
-
-        public static bool ToPrinterLogoParameter(string keyCode, out LogoParameter parameter)
-        {
-            parameter = new LogoParameter(keyCode);
-
-            return true;
-        }
-
-        public static bool ToPrinterBarcodeParameter(string content, string symbology, bool printHri, int barDots, string barRatioLevel, double height, out BarcodeParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToPrinterBarcodeSymbology(symbology, out BarcodeSymbology nativeSymbology) ||
-                !ToPrinterBarcodeBarRatioLevel(barRatioLevel, out BarcodeBarRatioLevel nativeBarRatioLevel))
-            {
-                return false;
-            }
-
-            parameter = new BarcodeParameter(content, nativeSymbology);
-            parameter.SetPrintHri(printHri);
-            parameter.SetBarDots(barDots);
-            parameter.SetBarRatioLevel(nativeBarRatioLevel);
-            parameter.SetHeight(height);
-
-            return true;
-        }
-
-        public static bool ToPrinterPdf417Parameter(string content, int column, int line, int module, int aspect, string level, out Pdf417Parameter parameter)
-        {
-            parameter = null;
-
-            if (!ToPrinterPdf417Level(level, out Pdf417Level nativeLevel))
-            {
-                return false;
-            }
-
-            parameter = new Pdf417Parameter(content);
-            parameter.SetColumn(column);
-            parameter.SetLine(line);
-            parameter.SetModule(module);
-            parameter.SetAspect(aspect);
-            parameter.SetLevel(nativeLevel);
-
-            return true;
-        }
-
-        public static bool ToPrinterQRCodeParameter(string content, string model, string level, int cellSize, out QRCodeParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToPrinterQRCodeModel(model, out QRCodeModel nativeModel) ||
-                !ToPrinterQRCodeLevel(level, out QRCodeLevel nativeLevel))
-            {
-                return false;
-            }
-
-            parameter = new QRCodeParameter(content);
-            parameter.SetModel(nativeModel);
-            parameter.SetLevel(nativeLevel);
-            parameter.SetCellSize(cellSize);
-
-            return true;
-        }
-
-        public static async Task<StarMicronics.StarIO10.StarXpandCommand.Printer.ImageParameter> ToPrinterImageParameterAsync(string source, int width, bool effectDiffusion, int threshold)
-        {
-            SoftwareBitmap image = await SourceToImageAsync(source);
-
-            StarMicronics.StarIO10.StarXpandCommand.Printer.ImageParameter parameter = new StarMicronics.StarIO10.StarXpandCommand.Printer.ImageParameter(image, width);
-            parameter.SetEffectDiffusion(effectDiffusion);
-            parameter.SetThreshold(threshold);
-
-            return parameter;
-        }
-
-        public static async Task<StarMicronics.StarIO10.StarXpandCommand.Printer.PageModeImageParameter> ToPrinterPageModeImageParameterAsync(string source, double x, double y, int width, bool effectDiffusion, int threshold)
-        {
-            SoftwareBitmap image = await SourceToImageAsync(source);
-
-            StarMicronics.StarIO10.StarXpandCommand.Printer.PageModeImageParameter parameter = new StarMicronics.StarIO10.StarXpandCommand.Printer.PageModeImageParameter(image, x, y, width);
-            parameter.SetEffectDiffusion(effectDiffusion);
-            parameter.SetThreshold(threshold);
-
-            return parameter;
-        }
-
-        public static bool ToPrinterPageModeRuledLineParameter(double xStart, double yStart, double xEnd, double yEnd, double thickness, string lineStyle, out PageModeRuledLineParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToPrinterLineStyle(lineStyle, out LineStyle nativeLineStyle))
-            {
-                return false;
-            }
-
-            parameter = new PageModeRuledLineParameter(xStart, yStart, xEnd, yEnd);
-            parameter.SetThickness(thickness);
-            parameter.SetLineStyle(nativeLineStyle);
-
-            return true;
-        }
-
-        public static bool ToPrinterPageModeRectangleParameter(double x, double y, double width, double height, double thickness, bool roundCorner, double cornerRadius, string lineStyle, out PageModeRectangleParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToPrinterLineStyle(lineStyle, out LineStyle nativeLineStyle))
-            {
-                return false;
-            }
-
-            parameter = new PageModeRectangleParameter(x, y, width, height);
-            parameter.SetThickness(thickness);
-            parameter.SetRoundCorner(roundCorner);
-            parameter.SetCornerRadius(cornerRadius);
-            parameter.SetLineStyle(nativeLineStyle);
-
-            return true;
-        }
-
-        public static bool ToPrinterRuledLineParameter(double width, double x, double thickness, string lineStyle, out RuledLineParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToPrinterLineStyle(lineStyle, out LineStyle nativeLineStyle))
-            {
-                return false;
-            }
-
-            parameter = new RuledLineParameter(width);
-            parameter.SetX(x);
-            parameter.SetThickness(thickness);
-            parameter.SetLineStyle(nativeLineStyle);
-
-            return true;
-        }
-
-        public static bool ToBuzzerDriveParameter(string channel, int repeat, int onTime, int offTime, out DriveParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToBuzzerChannel(channel, out StarMicronics.StarIO10.StarXpandCommand.Buzzer.Channel nativeChannel))
-            {
-                return false;
-            }
-
-            parameter = new DriveParameter();
-            parameter.SetChannel(nativeChannel);
-            parameter.SetRepeat(repeat);
-            parameter.SetOnTime(onTime);
-            parameter.SetOffTime(offTime);
-
-            return true;
-        }
-
-        public static bool ToDrawerOpenParameter(string channel, int onTime, out OpenParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToDrawerChannel(channel, out StarMicronics.StarIO10.StarXpandCommand.Drawer.Channel nativeChannel))
-            {
-                return false;
-            }
-
-            parameter = new OpenParameter();
-            parameter.SetChannel(nativeChannel);
-            parameter.SetOnTime(onTime);
-
-            return true;
-        }
-
-        public static bool ToMelodySpeakerDriveRegisteredSoundParameter(string area, int number, int volume, out DriveRegisteredSoundParameter parameter)
-        {
-            parameter = null;
-
-            if (!ToMelodySpeakerSoundStorageArea(area, out SoundStorageArea nativeArea))
-            {
-                return false;
-            }
-
-            parameter = new DriveRegisteredSoundParameter(nativeArea, number);
-            parameter.SetVolume(volume);
-
-            return true;
-        }
-
-        public static async Task<StarMicronics.StarIO10.StarXpandCommand.Display.ImageParameter> ToDisplayImageParameterAsync(string source, bool effectDiffusion, int threshold)
-        {
-            SoftwareBitmap image = await SourceToImageAsync(source);
-
-            StarMicronics.StarIO10.StarXpandCommand.Display.ImageParameter parameter = new StarMicronics.StarIO10.StarXpandCommand.Display.ImageParameter(image);
-            parameter.SetEffectDiffusion(effectDiffusion);
-            parameter.SetThreshold(threshold);
-
-            return parameter;
-        }
-
-        public static bool ToDisplayPositionParameter(int x, int y, out PositionParameter parameter)
-        {
-            parameter = new PositionParameter(x, y);
-
-            return true;
-        }
-
-        public static async Task<DriveOneTimeSoundParameter> ToMelodySpeakerDriveOneTimeSoundParameterAsync(string source, int volume)
-        {
-            byte[] sourceBytes = await SourceToBytesAsync(source);
-
-            DriveOneTimeSoundParameter parameter = new DriveOneTimeSoundParameter(sourceBytes);
-            parameter.SetVolume(volume);
-
-            return parameter;
-        }
-
-        public static JSValue ToJSValue(dynamic value)
-        {
-            JSValue result;
-
-            if (value is string stringValue)
-            {
-                result = new JSValue(stringValue);
-            }
-            else if (value is bool boolValue)
-            {
-                result = new JSValue(boolValue);
-            }
-            else if (value is sbyte sbyteValue)
-            {
-                result = new JSValue(sbyteValue);
-            }
-            else if (value is short shortValue)
-            {
-                result = new JSValue(shortValue);
-            }
-            else if (value is int intValue)
-            {
-                result = new JSValue(intValue);
-            }
-            else if (value is long longValue)
-            {
-                result = new JSValue(longValue);
-            }
-            else if (value is byte byteValue)
-            {
-                result = new JSValue(byteValue);
-            }
-            else if (value is ushort ushortValue)
-            {
-                result = new JSValue(ushortValue);
-            }
-            else if (value is uint uintValue)
-            {
-                result = new JSValue(uintValue);
-            }
-            else if (value is ulong ulongValue)
-            {
-                result = new JSValue(ulongValue);
-            }
-            else if (value is float floatValue)
-            {
-                result = new JSValue(floatValue);
-            }
-            else if (value is double doubleValue)
-            {
-                result = new JSValue(doubleValue);
-            }
-            else if (value is IDictionary<string, dynamic> dictionaryValue)
-            {
-                result = new JSValue(ToJSDictionary(dictionaryValue));
-            }
-            else if (value is IEnumerable<dynamic> collectionValue)
-            {
-                result = ToJSCollection(collectionValue);
-            }
-            else if (value is Array arrayValue)
-            {
-                result = ToJSCollection(arrayValue.OfType<dynamic>().ToList());
-            }
-            else
-            {
-                result = JSValue.Null;
-            }
-
-            return result;
-        }
-
-        public static ReadOnlyCollection<JSValue> ToJSCollection(IEnumerable<dynamic> colleciton)
-        {
-            List<JSValue> result = new List<JSValue>();
-
-            foreach (dynamic item in colleciton)
-            {
-                result.Add(ToJSValue(item));
-            }
-
-            return new ReadOnlyCollection<JSValue>(result);
-        }
-
-        public static IReadOnlyDictionary<string, JSValue> ToJSDictionary(IEnumerable<KeyValuePair<string, object>> dictionary)
-        {
-            Dictionary<string, object> jsNamingDictionary = new Dictionary<string, object>();
-
-            foreach (KeyValuePair<string, object> item in dictionary)
-            {
-                jsNamingDictionary[ToJSNaming(item.Key)] = item.Value;
-            }
-
-            return ToJSDictionaryGeneral(jsNamingDictionary);
-        }
-
-        public static IReadOnlyDictionary<TKey, JSValue> ToJSDictionaryGeneral<TKey, TValue>(IEnumerable<KeyValuePair<TKey, TValue>> dictionary)
-        {
-            Dictionary<TKey, JSValue> result = new Dictionary<TKey, JSValue>();
-
-            foreach (KeyValuePair<TKey, TValue> item in dictionary)
-            {
-                result[item.Key] = ToJSValue(item.Value);
-            }
-
-            return result;
-        }
-
-        private static async Task<SoftwareBitmap> SourceToImageAsync(string source)
-        {
-            SoftwareBitmap image = null;
-
-            if (image == null)
-            {
-                try
-                {
-                    image = await UriToImageAsync(source);
-                }
-                catch { }
-            }
-
-            if (image == null)
-            {
-                try
-                {
-                    image = await ResourceFileToImageAsync(source);
-                }
-                catch { }
-            }
-
-            if (image == null)
-            {
-                try
-                {
-                    image = await Base64ToImageAsync(source);
-                }
-                catch { }
-            }
-
-            if (image == null)
-            {
-                throw new StarIO10ArgumentException("Invalid source.");
-            }
-
-            return image;
-        }
-
-        private static async Task<SoftwareBitmap> Base64ToImageAsync(string base64String)
-        {
-            SoftwareBitmap image;
-
-            using (InMemoryRandomAccessStream stream = new InMemoryRandomAccessStream())
-            {
-                byte[] base64Bytes = Convert.FromBase64String(base64String);
-
-                await stream.WriteAsync(base64Bytes.AsBuffer());
-                stream.Seek(0);
-
-                BitmapDecoder decoder = await BitmapDecoder.CreateAsync(stream);
-
-                image = await decoder.GetSoftwareBitmapAsync(BitmapPixelFormat.Bgra8, BitmapAlphaMode.Premultiplied);
-            }
-
-            return image;
-        }
-
-        private static async Task<SoftwareBitmap> UriToImageAsync(string uri)
-        {
-            WebRequest request = WebRequest.Create(uri);
-            WebResponse response = request.GetResponse();
-            Stream stream = response.GetResponseStream();
-
-            SoftwareBitmap image;
-
-            using (MemoryStream memoryStream = new MemoryStream())
-            {
-                stream.CopyTo(memoryStream);
-                BitmapDecoder decoder = await BitmapDecoder.CreateAsync(memoryStream.AsRandomAccessStream());
-                image = await decoder.GetSoftwareBitmapAsync(BitmapPixelFormat.Bgra8, BitmapAlphaMode.Premultiplied);
-            }
-
-            return image;
-        }
-
-        private static async Task<SoftwareBitmap> ResourceFileToImageAsync(string fileName)
-        {
-            SoftwareBitmap image = null;
-            StorageFile file = await GetResourceFileAsync(fileName);
-
-            if (file != null)
-            {
-                using (IRandomAccessStream stream = await file.OpenAsync(FileAccessMode.Read))
-                {
-                    BitmapDecoder decoder = await BitmapDecoder.CreateAsync(stream);
-                    image = await decoder.GetSoftwareBitmapAsync(BitmapPixelFormat.Bgra8, BitmapAlphaMode.Premultiplied);
-                }
-
-            }
-
-            return image;
-        }
-
-        private static async Task<byte[]> SourceToBytesAsync(string source)
-        {
-            byte[] sourceBytes = null;
-
-            if (sourceBytes == null)
-            {
-                try
-                {
-                    sourceBytes = UriToBytes(source);
-                }
-                catch { }
-            }
-
-            if (sourceBytes == null)
-            {
-                try
-                {
-                    sourceBytes = await ResourceFileToBytesAsync(source);
-                }
-                catch { }
-            }
-
-
-            if (sourceBytes == null)
-            {
-                try
-                {
-                    sourceBytes = Convert.FromBase64String(source);
-                }
-                catch { }
-            }
-
-            if (sourceBytes == null)
-            {
-                throw new StarIO10ArgumentException("Invalid source.");
-            }
-
-            return sourceBytes;
-        }
-
-        private static byte[] UriToBytes(string uri)
-        {
-            WebRequest request = WebRequest.Create(uri);
-            WebResponse response = request.GetResponse();
-            Stream stream = response.GetResponseStream();
-
-            byte[] buffer;
-
-            using (MemoryStream memoryStream = new MemoryStream())
-            {
-                stream.CopyTo(memoryStream);
-                buffer = memoryStream.ToArray();
-            }
-
-            return buffer;
-        }
-
-        private static async Task<byte[]> ResourceFileToBytesAsync(string fileName)
-        {
-            byte[] buffer = null;
-            StorageFile file = await GetResourceFileAsync(fileName);
-
-            if (file != null)
-            {
-                using (IRandomAccessStream stream = await file.OpenAsync(FileAccessMode.Read))
-                {
-                    buffer = new byte[stream.Size];
-                    await stream.ReadAsync(buffer.AsBuffer(), (uint)stream.Size, InputStreamOptions.None);
-                }
-
-            }
-
-            return buffer;
-        }
-
-        private static async Task<StorageFile> GetResourceFileAsync(string fileName)
-        {
-            StorageFile file = null;
-
-            try
-            {
-                file = await Package.Current.InstalledLocation.GetFileAsync(@"Assets\" + fileName);
-            }
-            catch (Exception) { }
-
-            //if (file == null)
-            //{
-            //    try
-            //    {
-            //        file = await ApplicationData.Current.LocalFolder.GetFileAsync(fileName);
-            //    }
-            //    catch (Exception) { }
-            //}
-
-            return file;
-        }
-
-        private static string ToJSNaming(string value)
-        {
-            if (string.IsNullOrEmpty(value))
-            {
-                return value;
-            }
-
-            StringBuilder result = new StringBuilder();
-
-            char[] characters = value.ToCharArray();
-
-            for (int i = 0; i < characters.Length; i++)
-            {
-                char character = characters[i];
-
-                if (char.IsUpper(character))
-                {
-                    StringBuilder upperWord = new StringBuilder();
-                    upperWord.Append(character);
-
-                    for (int j = i + 1; j < characters.Length; j++)
-                    {
-                        i = j;
-
-                        char nextCharacter = characters[j];
-
-                        if (char.IsUpper(nextCharacter))
-                        {
-                            upperWord.Append(nextCharacter);
-                        }
-                        else
-                        {
-                            i = j - 1;
-                            break;
-                        }
-                    }
-
-                    if (2 <= upperWord.Length && i != characters.Length - 1)
-                    {
-                        upperWord.Remove(upperWord.Length - 1, 1);
-                        i--;
-                    }
-
-                    if (result.Length == 0)
-                    {
-                        result.Append(upperWord.ToString().ToLower());
-                    }
-                    else
-                    {
-                        result.Append(ToProperString(upperWord.ToString()));
-                    }
-                }
-                else
-                {
-                    result.Append(character);
-                }
-            }
-
-            return ToTopLowerString(result.ToString());
-        }
-
-        private static string ToProperString(string value)
-        {
-            StringBuilder result = new StringBuilder();
-
-            char[] characters = value.ToCharArray();
-
-            for (int i = 0; i < characters.Length; i++)
-            {
-                char character = characters[i];
-
-                if (i == 0 || characters.Length <= 2)
-                {
-                    result.Append(char.ToUpper(character));
-                }
-                else
-                {
-                    result.Append(char.ToLower(character));
-                }
-            }
-
-            return result.ToString();
-        }
-
-        private static string ToTopLowerString(string value)
-        {
-            char[] characters = value.ToCharArray();
-            characters[0] = char.ToLower(characters[0]);
-
-            return new string(characters);
-        }
-    }
-}
diff --git a/windows/StarIO10/StarPrinterStatusWrapper.cs b/windows/StarIO10/StarPrinterStatusWrapper.cs
deleted file mode 100644
index 06ab542d61e641e21e9dad66dbee23a33fed8113..0000000000000000000000000000000000000000
--- a/windows/StarIO10/StarPrinterStatusWrapper.cs
+++ /dev/null
@@ -1,327 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using System.Collections.Generic;
-
-#nullable enable
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class StarPrinterStatusWrapper : StarIO10ObjectWrapper<StarPrinterStatus>
-    {
-        [ReactMethod("dispose")]
-        public void Dispose(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            DisposeObject(objectIdentifier);
-
-            promise.Resolve();
-        }
-
-        [ReactMethod("getHasError")]
-        public void GetHasError(string objectIdentifier, IReactPromise<bool> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.HasError);
-        }
-
-        [ReactMethod("getCoverOpen")]
-        public void GetCoverOpen(string objectIdentifier, IReactPromise<bool> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.CoverOpen);
-        }
-
-        [ReactMethod("getDrawerOpenCloseSignal")]
-        public void GetDrawerOpenCloseSignal(string objectIdentifier, IReactPromise<bool> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.DrawerOpenCloseSignal);
-        }
-
-        [ReactMethod("getPaperEmpty")]
-        public void GetPaperEmpty(string objectIdentifier, IReactPromise<bool> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.PaperEmpty);
-        }
-
-        [ReactMethod("getPaperNearEmpty")]
-        public void GetPaperNearEmpty(string objectIdentifier, IReactPromise<bool> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.PaperNearEmpty);
-        }
-
-        [ReactMethod("getCutterError")]
-        public void GetCutterError(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.CutterError);
-        }
-
-        [ReactMethod("getDetectedPaperWidth")]
-        public void GetDetectedPaperWidth(string objectIdentifier, IReactPromise<int?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.DetectedPaperWidth);
-        }
-
-
-        [ReactMethod("getDrawerOpenError")]
-        public void GetDrawerOpenError(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.DrawerOpenError);
-        }
-
-
-        [ReactMethod("getPaperJamError")]
-        public void GetPaperJamError(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.PaperJamError);
-        }
-
-
-        [ReactMethod("getPaperPresent")]
-        public void GetPaperPresent(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.PaperPresent);
-        }
-
-
-        [ReactMethod("getPaperSeparatorError")]
-        public void GetPaperSeparatorError(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.PaperSeparatorError);
-        }
-
-        [ReactMethod("getDrawer1OpenedMethod")]
-        public void GetDrawer1OpenedMethod(string objectIdentifier, IReactPromise<string?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            StarIO10ValueConverter.ToString(nativeObject.Detail.Drawer1OpenedMethod, out string? drawerOpenedMethodString);
-
-            if (drawerOpenedMethodString == null)
-            {
-                drawerOpenedMethodString = string.Empty;
-            }
-
-            promise.Resolve(drawerOpenedMethodString);
-        }
-
-        [ReactMethod("getDrawer1OpenCloseSignal")]
-        public void GetDrawer1OpenCloseSignal(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.Drawer1OpenCloseSignal);
-        }
-
-        [ReactMethod("getDrawer2OpenedMethod")]
-        public void GetDrawer2OpenedMethod(string objectIdentifier, IReactPromise<string?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            StarIO10ValueConverter.ToString(nativeObject.Detail.Drawer2OpenedMethod, out string? drawerOpenedMethodString);
-
-            if (drawerOpenedMethodString == null)
-            {
-                drawerOpenedMethodString = string.Empty;
-            }
-
-            promise.Resolve(drawerOpenedMethodString);
-        }
-
-        [ReactMethod("getDrawer2OpenCloseSignal")]
-        public void GetDrawer2OpenCloseSignal(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.Drawer2OpenCloseSignal);
-        }
-
-        [ReactMethod("getExternalDevice1Connected")]
-        public void GetExternalDevice1Connected(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.ExternalDevice1Connected);
-        }
-
-        [ReactMethod("getExternalDevice2Connected")]
-        public void GetExternalDevice2Connected(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.ExternalDevice2Connected);
-        }
-
-
-        [ReactMethod("getPartsReplacementNotification")]
-        public void GetPartsReplacementNotification(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.PartsReplacementNotification);
-        }
-
-
-        [ReactMethod("getPrintUnitOpen")]
-        public void GetPrintUnitOpen(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.PrintUnitOpen);
-        }
-
-        [ReactMethod("getCleaningNotification")]
-        public void Get(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.CleaningNotification);
-        }
-
-        [ReactMethod("getRollPositionError")]
-        public void GetRollPositionError(string objectIdentifier, IReactPromise<bool?> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(nativeObject.Detail.RollPositionError);
-        }
-
-
-        [ReactMethod("getReserved")]
-        public void GetReserved(string objectIdentifier, IReactPromise<IReadOnlyDictionary<string, JSValue>> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinterStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(StarIO10ValueConverter.ToJSDictionary(nativeObject.Reserved));
-        }
-    }
-}
diff --git a/windows/StarIO10/StarPrinterWrapper.cs b/windows/StarIO10/StarPrinterWrapper.cs
deleted file mode 100644
index 557e91941828b0b7a59a0ccc6d9b41291503918f..0000000000000000000000000000000000000000
--- a/windows/StarIO10/StarPrinterWrapper.cs
+++ /dev/null
@@ -1,600 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-
-#nullable enable
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class StarPrinterWrapper : StarIO10ObjectWrapper<StarPrinter>
-    {
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> PrinterCommunicationError { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> PrinterReady { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> PrinterError { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> PrinterPaperReady { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> PrinterPaperNearEmpty { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> PrinterPaperEmpty { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> PrinterCoverOpened { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> PrinterCoverClosed { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> DrawerCommunicationError { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> DrawerOpenCloseSignalSwitched { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> InputDeviceCommunicationError { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> InputDeviceConnected { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> InputDeviceDisconnected { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> InputDeviceDataReceived { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> DisplayCommunicationError { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> DisplayConnected { get; set; }
-
-        [ReactEvent]
-        public Action<IReadOnlyDictionary<string, JSValue>> DisplayDisconnected { get; set; }
-
-        [ReactMethod("init")]
-        public void Init(IReactPromise<string> promise)
-        {
-            StarPrinter nativeObject = new StarPrinter(new StarConnectionSettings(InterfaceType.Unknown));
-
-            SetObject(nativeObject, out string objectIdentifier);
-
-            nativeObject.PrinterDelegate.CommunicationError += (sender, e) =>
-            {
-                StarIO10ErrorWrapper.SetObject(e.Exception, out string exceptionIdentifier);
-
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-                parameter.Add(EventParameter.KeyErrorIdentifier, exceptionIdentifier);
-
-                PrinterCommunicationError(parameter);
-            };
-
-            nativeObject.DrawerDelegate.CommunicationError += (sender, e) =>
-            {
-                StarIO10ErrorWrapper.SetObject(e.Exception, out string exceptionIdentifier);
-
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-                parameter.Add(EventParameter.KeyErrorIdentifier, exceptionIdentifier);
-
-                DrawerCommunicationError(parameter);
-            };
-
-            nativeObject.InputDeviceDelegate.CommunicationError += (sender, e) =>
-            {
-                StarIO10ErrorWrapper.SetObject(e.Exception, out string exceptionIdentifier);
-
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-                parameter.Add(EventParameter.KeyErrorIdentifier, exceptionIdentifier);
-
-                InputDeviceCommunicationError(parameter);
-            };
-
-            nativeObject.DisplayDelegate.CommunicationError += (sender, e) =>
-            {
-                StarIO10ErrorWrapper.SetObject(e.Exception, out string exceptionIdentifier);
-
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-                parameter.Add(EventParameter.KeyErrorIdentifier, exceptionIdentifier);
-
-                DisplayCommunicationError(parameter);
-            };
-
-            promise.Resolve(objectIdentifier);
-        }
-
-        [ReactMethod("dispose")]
-        public void Dispose(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            DisposeObject(objectIdentifier);
-
-            promise.Resolve();
-        }
-
-        [ReactMethod("addListener")]
-        public void AddListener(string objectIdentifier, string eventName, IReactPromise<JSValue.Void> promise)
-        {
-            promise.Resolve();
-        }
-
-        [ReactMethod("removeListeners")]
-        public void RemoveListeners(string objectIdentifier, int count, IReactPromise<JSValue.Void> promise)
-        {
-            promise.Resolve();
-        }
-
-        [ReactMethod("activatePrinterDelegate")]
-        public void ActivatePrinterDelegate(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.PrinterDelegate.Ready += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                PrinterReady(parameter);
-            };
-
-            nativeObject.PrinterDelegate.Error += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                PrinterError(parameter);
-            };
-
-            nativeObject.PrinterDelegate.PaperReady += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                PrinterPaperReady(parameter);
-            };
-
-            nativeObject.PrinterDelegate.PaperNearEmpty += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                PrinterPaperNearEmpty(parameter);
-            };
-
-            nativeObject.PrinterDelegate.PaperEmpty += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                PrinterPaperEmpty(parameter);
-            };
-
-            nativeObject.PrinterDelegate.CoverOpened += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                PrinterCoverOpened(parameter);
-            };
-
-            nativeObject.PrinterDelegate.CoverClosed += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                PrinterCoverClosed(parameter);
-            };
-
-            promise.Resolve();
-        }
-
-        [ReactMethod("activateDrawerDelegate")]
-        public void ActivateDrawerDelegate(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.DrawerDelegate.OpenCloseSignalSwitched += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-                parameter.Add(EventParameter.KeyDrawerOpenCloseSignalState, e.OpenCloseSignal);
-
-                DrawerOpenCloseSignalSwitched(parameter);
-            };
-
-            promise.Resolve();
-        }
-
-        [ReactMethod("activateInputDeviceDelegate")]
-        public void ActivateInputDeviceDelegate(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.InputDeviceDelegate.Connected += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                InputDeviceConnected(parameter);
-            };
-
-            nativeObject.InputDeviceDelegate.Disconnected += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                InputDeviceDisconnected(parameter);
-            };
-
-            nativeObject.InputDeviceDelegate.DataReceived += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-                parameter.Add(EventParameter.KeyInputDeviceData, StarIO10ValueConverter.ToJSValue(e.Data.ToArray()));
-
-                InputDeviceDataReceived(parameter);
-            };
-
-            promise.Resolve();
-        }
-
-        [ReactMethod("activateDisplayDelegate")]
-        public void ActivateDisplayDelegate(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.DisplayDelegate.Connected += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                DisplayConnected(parameter);
-            };
-
-            nativeObject.DisplayDelegate.Disconnected += (sender, e) =>
-            {
-                var parameter = new Dictionary<string, JSValue>();
-                parameter.Add(EventParameter.KeyIdentifier, objectIdentifier);
-
-                DisplayDisconnected(parameter);
-            };
-
-            promise.Resolve();
-        }
-
-        [ReactMethod("open")]
-        public async void Open(string objectIdentifier, string interfaceType, string identifier, int timeout, bool autoSwitchInterface, IReactPromise<JSValue.Void> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject) ||
-                !StarIO10ValueConverter.ToInterfaceType(interfaceType, out InterfaceType nativeInterfaceType))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.ConnectionSettings.InterfaceType = nativeInterfaceType;
-            nativeObject.ConnectionSettings.Identifier = identifier;
-            nativeObject.ConnectionSettings.AutoSwitchInterface = autoSwitchInterface;
-            nativeObject.OpenTimeout = timeout;
-
-            try
-            {
-                await nativeObject.OpenAsync();
-                promise.Resolve();
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("getModel")]
-        public void GetModel(string objectIdentifier, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject) ||
-                !StarIO10ValueConverter.ToString(nativeObject.Information.Model, out string modelString))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(modelString);
-        }
-
-        [ReactMethod("getEmulation")]
-        public void GetEmulation(string objectIdentifier, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject) ||
-                !StarIO10ValueConverter.ToString(nativeObject.Information.Emulation, out string emulationString))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(emulationString);
-        }
-
-        [ReactMethod("getReserved")]
-        public void GetReserved(string objectIdentifier, IReactPromise<IReadOnlyDictionary<string, JSValue>> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(StarIO10ValueConverter.ToJSDictionary(nativeObject.Information.Reserved));
-        }
-
-        [ReactMethod("print")]
-        public async void Print(string objectIdentifier, string command, int timeout, IReactPromise<JSValue.Void> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.PrintTimeout = timeout;
-
-            try
-            {
-                await nativeObject.PrintAsync(command);
-                promise.Resolve();
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("spoolPrint")]
-        public async void SpoolPrint(string objectIdentifier, string command, bool isRetryEnabled, int retryTimeout, string note, int printTimeout, IReactPromise<int> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.PrintTimeout = printTimeout;
-
-            var jobSettings = new StarSpoolJobSettings(isRetryEnabled, retryTimeout, note);
-
-            try
-            {
-                var jobId = await nativeObject.PrintAsync(command, jobSettings);
-                promise.Resolve(jobId);
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-
-        [ReactMethod("printRawData")]
-        public async void PrintRawData(string objectIdentifier, byte[] data, int timeout, IReactPromise<JSValue.Void> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.PrintTimeout = timeout;
-
-            try
-            {
-                await nativeObject.PrintAsync(data);
-                promise.Resolve();
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("getStatus")]
-        public async void GetStatus(string objectIdentifier, int timeout, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.GetStatusTimeout = timeout;
-
-            try
-            {
-                StarPrinterStatus status = await nativeObject.GetStatusAsync();
-                StarPrinterStatusWrapper.SetObject(status, out string statusIdentifier);
-                promise.Resolve(statusIdentifier);
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("getSpoolJobStatus")]
-        public async void GetSpoolJobStatus(string objectIdentifier, int jobId, int timeout, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.GetStatusTimeout = timeout;
-
-            try
-            {
-                StarSpoolJobStatus status = await nativeObject.GetSpoolJobStatusAsync(jobId);
-
-                StarSpoolJobStatusWrapper.SetObject(status, out string statusIdentifier);
-
-                promise.Resolve(statusIdentifier);
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-
-        [ReactMethod("getSpoolJobStatusList")]
-        public async void GetSpoolJobStatusList(string objectIdentifier, int size, int timeout, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.GetStatusTimeout = timeout;
-
-            try
-            {
-                List<StarSpoolJobStatus> statusList = await nativeObject.GetSpoolJobStatusListAsync(size);
-
-                StarSpoolJobStatusListWrapper.SetObject(statusList, out string statusListIdentifier);
-
-                promise.Resolve(statusListIdentifier);
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("getStarConfiguration")]
-        public async void GetStarConfiguration(string objectIdentifier, string? password, int timeout, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.StarConfigurationTimeout = timeout;
-
-            try
-            {
-                string starConfiguration = await nativeObject.GetStarConfigurationAsync(password);
-                promise.Resolve(starConfiguration);
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("getDefaultStarConfiguration")]
-        public async void GetDefaultStarConfiguration(string objectIdentifier, int timeout, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.StarConfigurationTimeout = timeout;
-
-            try
-            {
-                string starConfiguration = await nativeObject.GetDefaultStarConfigurationAsync();
-                promise.Resolve(starConfiguration);
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("setStarConfiguration")]
-        public async void SetStarConfiguration(string objectIdentifier, string starConfiguration, int timeout, IReactPromise<string> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            nativeObject.StarConfigurationTimeout = timeout;
-
-            try
-            {
-                StarConfigurationSetResult starConfigurationSetResult = await nativeObject.SetStarConfigurationAsync(starConfiguration);
-
-                StarIO10ValueConverter.ToString(starConfigurationSetResult, out string result);
-
-                promise.Resolve(result);
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-
-        [ReactMethod("close")]
-        public async void Close(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarPrinter nativeObject))
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            try
-            {
-                await nativeObject.CloseAsync();
-                promise.Resolve();
-            }
-            catch (StarIO10Exception e)
-            {
-                StarIO10ErrorWrapper.SetObject(e, out string exceptionIdentifier);
-                promise.Reject(new ReactError() { Code = exceptionIdentifier, Exception = e });
-            }
-        }
-    }
-}
diff --git a/windows/StarIO10/StarSpoolJobStatusListWrapper.cs b/windows/StarIO10/StarSpoolJobStatusListWrapper.cs
deleted file mode 100644
index a71cf87de7af19f0d2bef9e7ff412a6df4ec8d0e..0000000000000000000000000000000000000000
--- a/windows/StarIO10/StarSpoolJobStatusListWrapper.cs
+++ /dev/null
@@ -1,34 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using System.Collections.Generic;
-using System.Collections.ObjectModel;
-
-#nullable enable
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class StarSpoolJobStatusListWrapper : StarIO10ObjectWrapper<List<StarSpoolJobStatus>>
-    {
-        [ReactMethod("dispose")]
-        public void Dispose(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            DisposeObject(objectIdentifier);
-
-            promise.Resolve();
-        }
-
-        [ReactMethod("getJobStatusList")]
-        public void GetJobStatusList(string objectIdentifier, IReactPromise<ReadOnlyCollection<JSValue>> promise)
-        {
-            if (!GetObject(objectIdentifier, out List<StarSpoolJobStatus> nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(StarIO10ValueConverter.ToStarSpoolJobStatusDictionaryList(nativeObject));
-        }
-    }
-}
diff --git a/windows/StarIO10/StarSpoolJobStatusWrapper.cs b/windows/StarIO10/StarSpoolJobStatusWrapper.cs
deleted file mode 100644
index d229b41a892b3490cb0b63058d46c63f4b9764a1..0000000000000000000000000000000000000000
--- a/windows/StarIO10/StarSpoolJobStatusWrapper.cs
+++ /dev/null
@@ -1,33 +0,0 @@
-using Microsoft.ReactNative.Managed;
-using StarMicronics.StarIO10;
-using System.Collections.Generic;
-
-#nullable enable
-
-namespace StarMicronics.ReactNative.StarIO10
-{
-    [ReactModule]
-    class StarSpoolJobStatusWrapper : StarIO10ObjectWrapper<StarSpoolJobStatus>
-    {
-        [ReactMethod("dispose")]
-        public void Dispose(string objectIdentifier, IReactPromise<JSValue.Void> promise)
-        {
-            DisposeObject(objectIdentifier);
-
-            promise.Resolve();
-        }
-
-        [ReactMethod("getJobStatus")]
-        public void GetJobStatus(string objectIdentifier, IReactPromise<IReadOnlyDictionary<string, JSValue>> promise)
-        {
-            if (!GetObject(objectIdentifier, out StarSpoolJobStatus nativeObject) ||
-                nativeObject == null)
-            {
-                promise.Reject(new ReactError());
-                return;
-            }
-
-            promise.Resolve(StarIO10ValueConverter.ToStarSpoolJobStatusDictionary(nativeObject));
-        }
-    }
-}
diff --git a/windows/libs/NativeLibraries/x64/StarIO10CP.dll b/windows/libs/NativeLibraries/x64/StarIO10CP.dll
deleted file mode 100644
index df92a0700d3cc4d833a21e7d2aa373fb4092cdd8..0000000000000000000000000000000000000000
Binary files a/windows/libs/NativeLibraries/x64/StarIO10CP.dll and /dev/null differ
diff --git a/windows/libs/NativeLibraries/x64/StarIO10LG.dll b/windows/libs/NativeLibraries/x64/StarIO10LG.dll
deleted file mode 100644
index 782485e499475782191140b9da8aeadff00d0f91..0000000000000000000000000000000000000000
Binary files a/windows/libs/NativeLibraries/x64/StarIO10LG.dll and /dev/null differ
diff --git a/windows/libs/NativeLibraries/x86/StarIO10CP.dll b/windows/libs/NativeLibraries/x86/StarIO10CP.dll
deleted file mode 100644
index d0b6c84761ffdc9c86ad948d1289a86cb89422c8..0000000000000000000000000000000000000000
Binary files a/windows/libs/NativeLibraries/x86/StarIO10CP.dll and /dev/null differ
diff --git a/windows/libs/NativeLibraries/x86/StarIO10LG.dll b/windows/libs/NativeLibraries/x86/StarIO10LG.dll
deleted file mode 100644
index b889f7fa396ef11c71e517c3d71e21c702cffc2f..0000000000000000000000000000000000000000
Binary files a/windows/libs/NativeLibraries/x86/StarIO10LG.dll and /dev/null differ
diff --git a/windows/libs/StarIO10.UWP.dll b/windows/libs/StarIO10.UWP.dll
deleted file mode 100644
index 645c57bd7df931161a6aa26f4d5ee624ede9ec64..0000000000000000000000000000000000000000
Binary files a/windows/libs/StarIO10.UWP.dll and /dev/null differ
diff --git a/yarn.lock b/yarn.lock
index b0fd23a4fe94169f5cd2b6432d447c9e7025d204..87f2d9afb7b280584f8dfabb0f69f9f52d1631fd 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -74,7 +74,7 @@
     "@opentelemetry/instrumentation" "^0.33.0"
     tslib "^2.2.0"
 
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8":
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5":
   version "7.15.8"
   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503"
   integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==
@@ -88,11 +88,24 @@
   dependencies:
     "@babel/highlight" "^7.18.6"
 
+"@babel/code-frame@^7.22.13":
+  version "7.23.4"
+  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.4.tgz#03ae5af150be94392cb5c7ccd97db5a19a5da6aa"
+  integrity sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA==
+  dependencies:
+    "@babel/highlight" "^7.23.4"
+    chalk "^2.4.2"
+
 "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
   version "7.15.0"
   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
   integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
 
+"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.9":
+  version "7.23.3"
+  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.3.tgz#3febd552541e62b5e883a25eb3effd7c7379db11"
+  integrity sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==
+
 "@babel/compat-data@^7.21.4":
   version "7.21.4"
   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
@@ -119,28 +132,7 @@
     json5 "^2.2.2"
     semver "^6.3.0"
 
-"@babel/core@^7.14.0":
-  version "7.15.8"
-  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10"
-  integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==
-  dependencies:
-    "@babel/code-frame" "^7.15.8"
-    "@babel/generator" "^7.15.8"
-    "@babel/helper-compilation-targets" "^7.15.4"
-    "@babel/helper-module-transforms" "^7.15.8"
-    "@babel/helpers" "^7.15.4"
-    "@babel/parser" "^7.15.8"
-    "@babel/template" "^7.15.4"
-    "@babel/traverse" "^7.15.4"
-    "@babel/types" "^7.15.6"
-    convert-source-map "^1.7.0"
-    debug "^4.1.0"
-    gensync "^1.0.0-beta.2"
-    json5 "^2.1.2"
-    semver "^6.3.0"
-    source-map "^0.5.0"
-
-"@babel/generator@^7.15.4", "@babel/generator@^7.15.8":
+"@babel/generator@^7.15.4":
   version "7.15.8"
   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1"
   integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==
@@ -173,6 +165,13 @@
   dependencies:
     "@babel/types" "^7.18.6"
 
+"@babel/helper-annotate-as-pure@^7.22.5":
+  version "7.22.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
+  integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==
+  dependencies:
+    "@babel/types" "^7.22.5"
+
 "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.15.4":
   version "7.15.4"
   resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
@@ -183,6 +182,17 @@
     browserslist "^4.16.6"
     semver "^6.3.0"
 
+"@babel/helper-compilation-targets@^7.20.7":
+  version "7.22.15"
+  resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52"
+  integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==
+  dependencies:
+    "@babel/compat-data" "^7.22.9"
+    "@babel/helper-validator-option" "^7.22.15"
+    browserslist "^4.21.9"
+    lru-cache "^5.1.1"
+    semver "^6.3.1"
+
 "@babel/helper-compilation-targets@^7.21.4":
   version "7.21.4"
   resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
@@ -255,6 +265,11 @@
   resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
   integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
 
+"@babel/helper-environment-visitor@^7.22.20":
+  version "7.22.20"
+  resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
+  integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
+
 "@babel/helper-function-name@^7.14.5", "@babel/helper-function-name@^7.15.4":
   version "7.15.4"
   resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
@@ -272,6 +287,14 @@
     "@babel/template" "^7.20.7"
     "@babel/types" "^7.21.0"
 
+"@babel/helper-function-name@^7.22.5":
+  version "7.23.0"
+  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
+  integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
+  dependencies:
+    "@babel/template" "^7.22.15"
+    "@babel/types" "^7.23.0"
+
 "@babel/helper-get-function-arity@^7.15.4":
   version "7.15.4"
   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
@@ -321,7 +344,14 @@
   dependencies:
     "@babel/types" "^7.21.4"
 
-"@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8":
+"@babel/helper-module-imports@^7.22.15":
+  version "7.22.15"
+  resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
+  integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
+  dependencies:
+    "@babel/types" "^7.22.15"
+
+"@babel/helper-module-transforms@^7.15.4":
   version "7.15.8"
   resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
   integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==
@@ -363,6 +393,11 @@
   dependencies:
     "@babel/types" "^7.18.6"
 
+"@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.22.5":
+  version "7.22.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
+  integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
+
 "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0":
   version "7.14.5"
   resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
@@ -373,15 +408,6 @@
   resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
   integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
 
-"@babel/helper-remap-async-to-generator@^7.14.5":
-  version "7.15.4"
-  resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz#2637c0731e4c90fbf58ac58b50b2b5a192fc970f"
-  integrity sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==
-  dependencies:
-    "@babel/helper-annotate-as-pure" "^7.15.4"
-    "@babel/helper-wrap-function" "^7.15.4"
-    "@babel/types" "^7.15.4"
-
 "@babel/helper-remap-async-to-generator@^7.18.9":
   version "7.18.9"
   resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
@@ -392,6 +418,15 @@
     "@babel/helper-wrap-function" "^7.18.9"
     "@babel/types" "^7.18.9"
 
+"@babel/helper-remap-async-to-generator@^7.22.20":
+  version "7.22.20"
+  resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
+  integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==
+  dependencies:
+    "@babel/helper-annotate-as-pure" "^7.22.5"
+    "@babel/helper-environment-visitor" "^7.22.20"
+    "@babel/helper-wrap-function" "^7.22.20"
+
 "@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.4":
   version "7.15.4"
   resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a"
@@ -428,7 +463,7 @@
   dependencies:
     "@babel/types" "^7.20.2"
 
-"@babel/helper-skip-transparent-expression-wrappers@^7.14.5", "@babel/helper-skip-transparent-expression-wrappers@^7.15.4":
+"@babel/helper-skip-transparent-expression-wrappers@^7.15.4":
   version "7.15.4"
   resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz#707dbdba1f4ad0fa34f9114fc8197aec7d5da2eb"
   integrity sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==
@@ -461,6 +496,11 @@
   resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
   integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
 
+"@babel/helper-string-parser@^7.23.4":
+  version "7.23.4"
+  resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
+  integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
+
 "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
   version "7.15.7"
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
@@ -471,6 +511,11 @@
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
   integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
 
+"@babel/helper-validator-identifier@^7.22.20":
+  version "7.22.20"
+  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
+  integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
+
 "@babel/helper-validator-option@^7.14.5":
   version "7.14.5"
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -481,15 +526,10 @@
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
   integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
 
-"@babel/helper-wrap-function@^7.15.4":
-  version "7.15.4"
-  resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7"
-  integrity sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==
-  dependencies:
-    "@babel/helper-function-name" "^7.15.4"
-    "@babel/template" "^7.15.4"
-    "@babel/traverse" "^7.15.4"
-    "@babel/types" "^7.15.4"
+"@babel/helper-validator-option@^7.22.15":
+  version "7.22.15"
+  resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
+  integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
 
 "@babel/helper-wrap-function@^7.18.9":
   version "7.20.5"
@@ -501,14 +541,14 @@
     "@babel/traverse" "^7.20.5"
     "@babel/types" "^7.20.5"
 
-"@babel/helpers@^7.15.4":
-  version "7.15.4"
-  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43"
-  integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==
+"@babel/helper-wrap-function@^7.22.20":
+  version "7.22.20"
+  resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569"
+  integrity sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==
   dependencies:
-    "@babel/template" "^7.15.4"
-    "@babel/traverse" "^7.15.4"
-    "@babel/types" "^7.15.4"
+    "@babel/helper-function-name" "^7.22.5"
+    "@babel/template" "^7.22.15"
+    "@babel/types" "^7.22.19"
 
 "@babel/helpers@^7.21.0":
   version "7.21.0"
@@ -537,16 +577,30 @@
     chalk "^2.0.0"
     js-tokens "^4.0.0"
 
+"@babel/highlight@^7.23.4":
+  version "7.23.4"
+  resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
+  integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
+  dependencies:
+    "@babel/helper-validator-identifier" "^7.22.20"
+    chalk "^2.4.2"
+    js-tokens "^4.0.0"
+
 "@babel/parser@^7.13.16", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
   version "7.21.4"
   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
   integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
 
-"@babel/parser@^7.14.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.8":
+"@babel/parser@^7.15.4":
   version "7.15.8"
   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
   integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
 
+"@babel/parser@^7.22.15":
+  version "7.23.4"
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.4.tgz#409fbe690c333bb70187e2de4021e1e47a026661"
+  integrity sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==
+
 "@babel/plugin-proposal-async-generator-functions@^7.0.0":
   version "7.20.7"
   resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326"
@@ -565,7 +619,7 @@
     "@babel/helper-create-class-features-plugin" "^7.14.5"
     "@babel/helper-plugin-utils" "^7.14.5"
 
-"@babel/plugin-proposal-class-properties@^7.13.0":
+"@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.18.0":
   version "7.18.6"
   resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
   integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
@@ -581,15 +635,7 @@
     "@babel/helper-plugin-utils" "^7.14.5"
     "@babel/plugin-syntax-export-default-from" "^7.14.5"
 
-"@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz#ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6"
-  integrity sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==
-  dependencies:
-    "@babel/helper-plugin-utils" "^7.14.5"
-    "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
-
-"@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8":
+"@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8", "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.0":
   version "7.18.6"
   resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
   integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
@@ -597,6 +643,14 @@
     "@babel/helper-plugin-utils" "^7.18.6"
     "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
 
+"@babel/plugin-proposal-numeric-separator@^7.0.0":
+  version "7.18.6"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75"
+  integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
+  dependencies:
+    "@babel/helper-plugin-utils" "^7.18.6"
+    "@babel/plugin-syntax-numeric-separator" "^7.10.4"
+
 "@babel/plugin-proposal-object-rest-spread@^7.0.0":
   version "7.15.6"
   resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11"
@@ -608,6 +662,17 @@
     "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
     "@babel/plugin-transform-parameters" "^7.15.4"
 
+"@babel/plugin-proposal-object-rest-spread@^7.20.0":
+  version "7.20.7"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a"
+  integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==
+  dependencies:
+    "@babel/compat-data" "^7.20.5"
+    "@babel/helper-compilation-targets" "^7.20.7"
+    "@babel/helper-plugin-utils" "^7.20.2"
+    "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
+    "@babel/plugin-transform-parameters" "^7.20.7"
+
 "@babel/plugin-proposal-optional-catch-binding@^7.0.0":
   version "7.14.5"
   resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c"
@@ -616,16 +681,7 @@
     "@babel/helper-plugin-utils" "^7.14.5"
     "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
 
-"@babel/plugin-proposal-optional-chaining@^7.0.0":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603"
-  integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==
-  dependencies:
-    "@babel/helper-plugin-utils" "^7.14.5"
-    "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
-    "@babel/plugin-syntax-optional-chaining" "^7.8.3"
-
-"@babel/plugin-proposal-optional-chaining@^7.13.12":
+"@babel/plugin-proposal-optional-chaining@^7.13.12", "@babel/plugin-proposal-optional-chaining@^7.20.0":
   version "7.21.0"
   resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
   integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
@@ -648,7 +704,7 @@
   dependencies:
     "@babel/helper-plugin-utils" "^7.12.13"
 
-"@babel/plugin-syntax-dynamic-import@^7.0.0":
+"@babel/plugin-syntax-dynamic-import@^7.8.0":
   version "7.8.3"
   resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
   integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
@@ -662,13 +718,20 @@
   dependencies:
     "@babel/helper-plugin-utils" "^7.14.5"
 
-"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.14.5", "@babel/plugin-syntax-flow@^7.2.0":
+"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.14.5":
   version "7.14.5"
   resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.14.5.tgz#2ff654999497d7d7d142493260005263731da180"
   integrity sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q==
   dependencies:
     "@babel/helper-plugin-utils" "^7.14.5"
 
+"@babel/plugin-syntax-flow@^7.12.1", "@babel/plugin-syntax-flow@^7.23.3":
+  version "7.23.3"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.23.3.tgz#084564e0f3cc21ea6c70c44cff984a1c0509729a"
+  integrity sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==
+  dependencies:
+    "@babel/helper-plugin-utils" "^7.22.5"
+
 "@babel/plugin-syntax-flow@^7.18.0", "@babel/plugin-syntax-flow@^7.18.6":
   version "7.21.4"
   resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.21.4.tgz#3e37fca4f06d93567c1cd9b75156422e90a67107"
@@ -697,6 +760,13 @@
   dependencies:
     "@babel/helper-plugin-utils" "^7.8.0"
 
+"@babel/plugin-syntax-numeric-separator@^7.10.4":
+  version "7.10.4"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97"
+  integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
+  dependencies:
+    "@babel/helper-plugin-utils" "^7.10.4"
+
 "@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3":
   version "7.8.3"
   resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
@@ -739,14 +809,14 @@
   dependencies:
     "@babel/helper-plugin-utils" "^7.14.5"
 
-"@babel/plugin-transform-async-to-generator@^7.0.0":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz#72c789084d8f2094acb945633943ef8443d39e67"
-  integrity sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==
+"@babel/plugin-transform-async-to-generator@^7.20.0":
+  version "7.23.3"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz#d1f513c7a8a506d43f47df2bf25f9254b0b051fa"
+  integrity sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==
   dependencies:
-    "@babel/helper-module-imports" "^7.14.5"
-    "@babel/helper-plugin-utils" "^7.14.5"
-    "@babel/helper-remap-async-to-generator" "^7.14.5"
+    "@babel/helper-module-imports" "^7.22.15"
+    "@babel/helper-plugin-utils" "^7.22.5"
+    "@babel/helper-remap-async-to-generator" "^7.22.20"
 
 "@babel/plugin-transform-block-scoped-functions@^7.0.0":
   version "7.14.5"
@@ -789,6 +859,13 @@
   dependencies:
     "@babel/helper-plugin-utils" "^7.14.5"
 
+"@babel/plugin-transform-destructuring@^7.20.0":
+  version "7.23.3"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz#8c9ee68228b12ae3dff986e56ed1ba4f3c446311"
+  integrity sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==
+  dependencies:
+    "@babel/helper-plugin-utils" "^7.22.5"
+
 "@babel/plugin-transform-flow-strip-types@^7.0.0":
   version "7.14.5"
   resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.14.5.tgz#0dc9c1d11dcdc873417903d6df4bed019ef0f85e"
@@ -797,6 +874,14 @@
     "@babel/helper-plugin-utils" "^7.14.5"
     "@babel/plugin-syntax-flow" "^7.14.5"
 
+"@babel/plugin-transform-flow-strip-types@^7.20.0":
+  version "7.23.3"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.23.3.tgz#cfa7ca159cc3306fab526fc67091556b51af26ff"
+  integrity sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==
+  dependencies:
+    "@babel/helper-plugin-utils" "^7.22.5"
+    "@babel/plugin-syntax-flow" "^7.23.3"
+
 "@babel/plugin-transform-flow-strip-types@^7.21.0":
   version "7.21.0"
   resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.21.0.tgz#6aeca0adcb81dc627c8986e770bfaa4d9812aff5"
@@ -876,6 +961,13 @@
   dependencies:
     "@babel/helper-plugin-utils" "^7.14.5"
 
+"@babel/plugin-transform-parameters@^7.20.7":
+  version "7.23.3"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz#83ef5d1baf4b1072fa6e54b2b0999a7b2527e2af"
+  integrity sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==
+  dependencies:
+    "@babel/helper-plugin-utils" "^7.22.5"
+
 "@babel/plugin-transform-property-literals@^7.0.0":
   version "7.14.5"
   resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"
@@ -1044,7 +1136,16 @@
     "@babel/parser" "^7.20.7"
     "@babel/types" "^7.20.7"
 
-"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.15.4":
+"@babel/template@^7.22.15":
+  version "7.22.15"
+  resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
+  integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
+  dependencies:
+    "@babel/code-frame" "^7.22.13"
+    "@babel/parser" "^7.22.15"
+    "@babel/types" "^7.22.15"
+
+"@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4":
   version "7.15.4"
   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
   integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
@@ -1092,6 +1193,15 @@
     "@babel/helper-validator-identifier" "^7.19.1"
     to-fast-properties "^2.0.0"
 
+"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
+  version "7.23.4"
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.4.tgz#7206a1810fc512a7f7f7d4dace4cb4c1c9dbfb8e"
+  integrity sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==
+  dependencies:
+    "@babel/helper-string-parser" "^7.23.4"
+    "@babel/helper-validator-identifier" "^7.22.20"
+    to-fast-properties "^2.0.0"
+
 "@hapi/hoek@^9.0.0":
   version "9.2.1"
   resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.1.tgz#9551142a1980503752536b5050fd99f4a7f13b17"
@@ -1140,6 +1250,13 @@
   dependencies:
     "@sinclair/typebox" "^0.25.16"
 
+"@jest/schemas@^29.6.3":
+  version "29.6.3"
+  resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03"
+  integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==
+  dependencies:
+    "@sinclair/typebox" "^0.27.8"
+
 "@jest/types@^26.6.2":
   version "26.6.2"
   resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
@@ -1174,6 +1291,18 @@
     "@types/yargs" "^17.0.8"
     chalk "^4.0.0"
 
+"@jest/types@^29.6.3":
+  version "29.6.3"
+  resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
+  integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
+  dependencies:
+    "@jest/schemas" "^29.6.3"
+    "@types/istanbul-lib-coverage" "^2.0.0"
+    "@types/istanbul-reports" "^3.0.0"
+    "@types/node" "*"
+    "@types/yargs" "^17.0.8"
+    chalk "^4.0.0"
+
 "@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
   version "0.3.3"
   resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
@@ -1296,149 +1425,129 @@
   resolved "https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.12.0.tgz#19c959bdb900986e74939d4227e757aa16936b91"
   integrity sha512-hO+bdeGOlJwqowUBoZF5LyP3ORUFOP1G0GRv8N45W/cztXbT2ZEXaAzfokRS9Xc9FWmYrDj32mF6SzH6wuoIyA==
 
-"@react-native-community/cli-clean@^10.0.0", "@react-native-community/cli-clean@^10.1.1":
-  version "10.1.1"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-10.1.1.tgz#4c73ce93a63a24d70c0089d4025daac8184ff504"
-  integrity sha512-iNsrjzjIRv9yb5y309SWJ8NDHdwYtnCpmxZouQDyOljUdC9MwdZ4ChbtA4rwQyAwgOVfS9F/j56ML3Cslmvrxg==
+"@react-native-community/cli-clean@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-11.3.7.tgz#cb4c2f225f78593412c2d191b55b8570f409a48f"
+  integrity sha512-twtsv54ohcRyWVzPXL3F9VHGb4Qhn3slqqRs3wEuRzjR7cTmV2TIO2b1VhaqF4HlCgNd+cGuirvLtK2JJyaxMg==
   dependencies:
-    "@react-native-community/cli-tools" "^10.1.1"
+    "@react-native-community/cli-tools" "11.3.7"
     chalk "^4.1.2"
-    execa "^1.0.0"
+    execa "^5.0.0"
     prompts "^2.4.0"
 
-"@react-native-community/cli-config@^10.0.0", "@react-native-community/cli-config@^10.1.1":
-  version "10.1.1"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-10.1.1.tgz#08dcc5d7ca1915647dc06507ed853fe0c1488395"
-  integrity sha512-p4mHrjC+s/ayiNVG6T35GdEGdP6TuyBUg5plVGRJfTl8WT6LBfLYLk+fz/iETrEZ/YkhQIsQcEUQC47MqLNHog==
+"@react-native-community/cli-config@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-11.3.7.tgz#4ce95548252ecb094b576369abebf9867c95d277"
+  integrity sha512-FDBLku9xskS+bx0YFJFLCmUJhEZ4/MMSC9qPYOGBollWYdgE7k/TWI0IeYFmMALAnbCdKQAYP5N29N55Tad8lg==
   dependencies:
-    "@react-native-community/cli-tools" "^10.1.1"
+    "@react-native-community/cli-tools" "11.3.7"
     chalk "^4.1.2"
     cosmiconfig "^5.1.0"
-    deepmerge "^3.2.0"
+    deepmerge "^4.3.0"
     glob "^7.1.3"
     joi "^17.2.1"
 
-"@react-native-community/cli-debugger-ui@^10.0.0":
-  version "10.0.0"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-10.0.0.tgz#4bb6d41c7e46449714dc7ba5d9f5b41ef0ea7c57"
-  integrity sha512-8UKLcvpSNxnUTRy8CkCl27GGLqZunQ9ncGYhSrWyKrU9SWBJJGeZwi2k2KaoJi5FvF2+cD0t8z8cU6lsq2ZZmA==
+"@react-native-community/cli-debugger-ui@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.7.tgz#2147b73313af8de3c9b396406d5d344b904cf2bb"
+  integrity sha512-aVmKuPKHZENR8SrflkMurZqeyLwbKieHdOvaZCh1Nn/0UC5CxWcyST2DB2XQboZwsvr3/WXKJkSUO+SZ1J9qTQ==
   dependencies:
     serve-static "^1.13.1"
 
-"@react-native-community/cli-doctor@^10.0.0", "@react-native-community/cli-doctor@^10.2.2":
-  version "10.2.2"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-10.2.2.tgz#b1893604fa9fc8971064e7c00042350f96868bfe"
-  integrity sha512-49Ep2aQOF0PkbAR/TcyMjOm9XwBa8VQr+/Zzf4SJeYwiYLCT1NZRAVAVjYRXl0xqvq5S5mAGZZShS4AQl4WsZw==
+"@react-native-community/cli-doctor@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-11.3.7.tgz#7d5f5b1aea78134bba713fa97795986345ff1344"
+  integrity sha512-YEHUqWISOHnsl5+NM14KHelKh68Sr5/HeEZvvNdIcvcKtZic3FU7Xd1WcbNdo3gCq5JvzGFfufx02Tabh5zmrg==
   dependencies:
-    "@react-native-community/cli-config" "^10.1.1"
-    "@react-native-community/cli-platform-ios" "^10.2.1"
-    "@react-native-community/cli-tools" "^10.1.1"
+    "@react-native-community/cli-config" "11.3.7"
+    "@react-native-community/cli-platform-android" "11.3.7"
+    "@react-native-community/cli-platform-ios" "11.3.7"
+    "@react-native-community/cli-tools" "11.3.7"
     chalk "^4.1.2"
     command-exists "^1.2.8"
     envinfo "^7.7.2"
-    execa "^1.0.0"
+    execa "^5.0.0"
     hermes-profile-transformer "^0.0.6"
     ip "^1.1.5"
     node-stream-zip "^1.9.1"
     ora "^5.4.1"
     prompts "^2.4.0"
-    semver "^6.3.0"
+    semver "^7.5.2"
     strip-ansi "^5.2.0"
     sudo-prompt "^9.0.0"
     wcwidth "^1.0.1"
+    yaml "^2.2.1"
 
-"@react-native-community/cli-hermes@^10.0.0", "@react-native-community/cli-hermes@^10.2.0":
-  version "10.2.0"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-10.2.0.tgz#cc252f435b149f74260bc918ce22fdf58033a87e"
-  integrity sha512-urfmvNeR8IiO/Sd92UU3xPO+/qI2lwCWQnxOkWaU/i2EITFekE47MD6MZrfVulRVYRi5cuaFqKZO/ccOdOB/vQ==
+"@react-native-community/cli-hermes@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-11.3.7.tgz#091e730a1f8bace6c3729e8744bad6141002e0e8"
+  integrity sha512-chkKd8n/xeZkinRvtH6QcYA8rjNOKU3S3Lw/3Psxgx+hAYV0Gyk95qJHTalx7iu+PwjOOqqvCkJo5jCkYLkoqw==
   dependencies:
-    "@react-native-community/cli-platform-android" "^10.2.0"
-    "@react-native-community/cli-tools" "^10.1.1"
+    "@react-native-community/cli-platform-android" "11.3.7"
+    "@react-native-community/cli-tools" "11.3.7"
     chalk "^4.1.2"
     hermes-profile-transformer "^0.0.6"
     ip "^1.1.5"
 
-"@react-native-community/cli-platform-android@10.0.0":
-  version "10.0.0"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-10.0.0.tgz#9894a0b54de94da4d01f3b9db4e6b51ba112fa72"
-  integrity sha512-wUXq+//PagXVjG6ZedO+zIbNPkCsAiP+uiE45llFTsCtI6vFBwa6oJFHH6fhfeib4mOd7DvIh2Kktrpgyb6nBg==
+"@react-native-community/cli-platform-android@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.7.tgz#7845bc48258b6bb55df208a23b3690647f113995"
+  integrity sha512-WGtXI/Rm178UQb8bu1TAeFC/RJvYGnbHpULXvE20GkmeJ1HIrMjkagyk6kkY3Ej25JAP2R878gv+TJ/XiRhaEg==
   dependencies:
-    "@react-native-community/cli-tools" "^10.0.0"
+    "@react-native-community/cli-tools" "11.3.7"
     chalk "^4.1.2"
-    execa "^1.0.0"
+    execa "^5.0.0"
     glob "^7.1.3"
     logkitty "^0.7.1"
 
-"@react-native-community/cli-platform-android@10.2.0", "@react-native-community/cli-platform-android@^10.2.0":
-  version "10.2.0"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-10.2.0.tgz#0bc689270a5f1d9aaf9e723181d43ca4dbfffdef"
-  integrity sha512-CBenYwGxwFdObZTn1lgxWtMGA5ms2G/ALQhkS+XTAD7KHDrCxFF9yT/fnAjFZKM6vX/1TqGI1RflruXih3kAhw==
+"@react-native-community/cli-platform-ios@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.7.tgz#87478f907634713b7236c77870446a5ca1f35ff1"
+  integrity sha512-Z/8rseBput49EldX7MogvN6zJlWzZ/4M97s2P+zjS09ZoBU7I0eOKLi0N9wx+95FNBvGQQ/0P62bB9UaFQH2jw==
   dependencies:
-    "@react-native-community/cli-tools" "^10.1.1"
+    "@react-native-community/cli-tools" "11.3.7"
     chalk "^4.1.2"
-    execa "^1.0.0"
-    glob "^7.1.3"
-    logkitty "^0.7.1"
-
-"@react-native-community/cli-platform-ios@10.0.0":
-  version "10.0.0"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-10.0.0.tgz#91ee301620e509b44db5fd7c93eaf7ee992d097a"
-  integrity sha512-WLpXzZQ53zb1RhkpSDNHyBR3SIN3WObDRTEaR0TMXsXDeTj8/Eu2DPFpT+uEnD10ly/Y6/DqJsAt4Ku2X76klA==
-  dependencies:
-    "@react-native-community/cli-tools" "^10.0.0"
-    chalk "^4.1.2"
-    execa "^1.0.0"
-    glob "^7.1.3"
-    ora "^5.4.1"
-
-"@react-native-community/cli-platform-ios@10.2.1", "@react-native-community/cli-platform-ios@^10.2.1":
-  version "10.2.1"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-10.2.1.tgz#2e6bd2cb6d48cbb8720d7b7265bb1bab80745f72"
-  integrity sha512-hz4zu4Y6eyj7D0lnZx8Mf2c2si8y+zh/zUTgCTaPPLzQD8jSZNNBtUUiA1cARm2razpe8marCZ1QbTMAGbf3mg==
-  dependencies:
-    "@react-native-community/cli-tools" "^10.1.1"
-    chalk "^4.1.2"
-    execa "^1.0.0"
+    execa "^5.0.0"
     fast-xml-parser "^4.0.12"
     glob "^7.1.3"
     ora "^5.4.1"
 
-"@react-native-community/cli-plugin-metro@^10.0.0", "@react-native-community/cli-plugin-metro@^10.2.2":
-  version "10.2.2"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-10.2.2.tgz#766914e3c8007dfe52b253544c4f6cd8549919ac"
-  integrity sha512-sTGjZlD3OGqbF9v1ajwUIXhGmjw9NyJ/14Lo0sg7xH8Pv4qUd5ZvQ6+DWYrQn3IKFUMfGFWYyL81ovLuPylrpw==
+"@react-native-community/cli-plugin-metro@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.7.tgz#2e8a9deb30b40495c5c1347a1837a824400fa00f"
+  integrity sha512-0WhgoBVGF1f9jXcuagQmtxpwpfP+2LbLZH4qMyo6OtYLWLG13n2uRep+8tdGzfNzl1bIuUTeE9yZSAdnf9LfYQ==
   dependencies:
-    "@react-native-community/cli-server-api" "^10.1.1"
-    "@react-native-community/cli-tools" "^10.1.1"
+    "@react-native-community/cli-server-api" "11.3.7"
+    "@react-native-community/cli-tools" "11.3.7"
     chalk "^4.1.2"
-    execa "^1.0.0"
-    metro "0.73.9"
-    metro-config "0.73.9"
-    metro-core "0.73.9"
-    metro-react-native-babel-transformer "0.73.9"
-    metro-resolver "0.73.9"
-    metro-runtime "0.73.9"
+    execa "^5.0.0"
+    metro "0.76.8"
+    metro-config "0.76.8"
+    metro-core "0.76.8"
+    metro-react-native-babel-transformer "0.76.8"
+    metro-resolver "0.76.8"
+    metro-runtime "0.76.8"
     readline "^1.3.0"
 
-"@react-native-community/cli-server-api@^10.0.0", "@react-native-community/cli-server-api@^10.1.1":
-  version "10.1.1"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-10.1.1.tgz#e382269de281bb380c2e685431364fbbb8c1cb3a"
-  integrity sha512-NZDo/wh4zlm8as31UEBno2bui8+ufzsZV+KN7QjEJWEM0levzBtxaD+4je0OpfhRIIkhaRm2gl/vVf7OYAzg4g==
+"@react-native-community/cli-server-api@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-11.3.7.tgz#2cce54b3331c9c51b9067129c297ab2e9a142216"
+  integrity sha512-yoFyGdvR3HxCnU6i9vFqKmmSqFzCbnFSnJ29a+5dppgPRetN+d//O8ard/YHqHzToFnXutAFf2neONn23qcJAg==
   dependencies:
-    "@react-native-community/cli-debugger-ui" "^10.0.0"
-    "@react-native-community/cli-tools" "^10.1.1"
+    "@react-native-community/cli-debugger-ui" "11.3.7"
+    "@react-native-community/cli-tools" "11.3.7"
     compression "^1.7.1"
     connect "^3.6.5"
-    errorhandler "^1.5.0"
+    errorhandler "^1.5.1"
     nocache "^3.0.1"
     pretty-format "^26.6.2"
     serve-static "^1.13.1"
     ws "^7.5.1"
 
-"@react-native-community/cli-tools@^10.0.0", "@react-native-community/cli-tools@^10.1.1":
-  version "10.1.1"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-10.1.1.tgz#fa66e509c0d3faa31f7bb87ed7d42ad63f368ddd"
-  integrity sha512-+FlwOnZBV+ailEzXjcD8afY2ogFEBeHOw/8+XXzMgPaquU2Zly9B+8W089tnnohO3yfiQiZqkQlElP423MY74g==
+"@react-native-community/cli-tools@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-11.3.7.tgz#37aa7efc7b4a1b7077d541f1d7bb11a2ab7b6ff2"
+  integrity sha512-peyhP4TV6Ps1hk+MBHTFaIR1eI3u+OfGBvr5r0wPwo3FAJvldRinMgcB/TcCcOBXVORu7ba1XYjkubPeYcqAyA==
   dependencies:
     appdirsjs "^1.2.4"
     chalk "^4.1.2"
@@ -1447,71 +1556,48 @@
     node-fetch "^2.6.0"
     open "^6.2.0"
     ora "^5.4.1"
-    semver "^6.3.0"
+    semver "^7.5.2"
     shell-quote "^1.7.3"
 
-"@react-native-community/cli-types@^10.0.0":
-  version "10.0.0"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-10.0.0.tgz#046470c75ec18f8b3bd906e54e43a6f678e01a45"
-  integrity sha512-31oUM6/rFBZQfSmDQsT1DX/5fjqfxg7sf2u8kTPJK7rXVya5SRpAMaCXsPAG0omsmJxXt+J9HxUi3Ic+5Ux5Iw==
+"@react-native-community/cli-types@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.7.tgz#12fe7cff3da08bd27e11116531b2e001939854b9"
+  integrity sha512-OhSr/TiDQkXjL5YOs8+hvGSB+HltLn5ZI0+A3DCiMsjUgTTsYh+Z63OtyMpNjrdCEFcg0MpfdU2uxstCS6Dc5g==
   dependencies:
     joi "^17.2.1"
 
-"@react-native-community/cli@10.0.0":
-  version "10.0.0"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-10.0.0.tgz#46f68a1184014956dc237e12e6c2ca9b318a04db"
-  integrity sha512-KHV9/AbPeIK87jHP7iY07/HQG00J5AYF/dHz2rzqAZGB2WYFAbc5uoLRw90u/U2AcSeO7ep+4kawm+/B9LJreg==
-  dependencies:
-    "@react-native-community/cli-clean" "^10.0.0"
-    "@react-native-community/cli-config" "^10.0.0"
-    "@react-native-community/cli-debugger-ui" "^10.0.0"
-    "@react-native-community/cli-doctor" "^10.0.0"
-    "@react-native-community/cli-hermes" "^10.0.0"
-    "@react-native-community/cli-plugin-metro" "^10.0.0"
-    "@react-native-community/cli-server-api" "^10.0.0"
-    "@react-native-community/cli-tools" "^10.0.0"
-    "@react-native-community/cli-types" "^10.0.0"
+"@react-native-community/cli@11.3.7":
+  version "11.3.7"
+  resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-11.3.7.tgz#564c0054269d8385fa9d301750b2e56dbb5c0cc9"
+  integrity sha512-Ou8eDlF+yh2rzXeCTpMPYJ2fuqsusNOhmpYPYNQJQ2h6PvaF30kPomflgRILems+EBBuggRtcT+I+1YH4o/q6w==
+  dependencies:
+    "@react-native-community/cli-clean" "11.3.7"
+    "@react-native-community/cli-config" "11.3.7"
+    "@react-native-community/cli-debugger-ui" "11.3.7"
+    "@react-native-community/cli-doctor" "11.3.7"
+    "@react-native-community/cli-hermes" "11.3.7"
+    "@react-native-community/cli-plugin-metro" "11.3.7"
+    "@react-native-community/cli-server-api" "11.3.7"
+    "@react-native-community/cli-tools" "11.3.7"
+    "@react-native-community/cli-types" "11.3.7"
     chalk "^4.1.2"
     commander "^9.4.1"
-    execa "^1.0.0"
+    execa "^5.0.0"
     find-up "^4.1.0"
     fs-extra "^8.1.0"
     graceful-fs "^4.1.3"
     prompts "^2.4.0"
-    semver "^6.3.0"
+    semver "^7.5.2"
 
-"@react-native-community/cli@10.2.2":
-  version "10.2.2"
-  resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-10.2.2.tgz#3fa438ba7f19f83e07bc337765fc1cabdcf2cac2"
-  integrity sha512-aZVcVIqj+OG6CrliR/Yn8wHxrvyzbFBY9cj7n0MvRw/P54QUru2nNqUTSSbqv0Qaa297yHJbe6kFDojDMSTM8Q==
-  dependencies:
-    "@react-native-community/cli-clean" "^10.1.1"
-    "@react-native-community/cli-config" "^10.1.1"
-    "@react-native-community/cli-debugger-ui" "^10.0.0"
-    "@react-native-community/cli-doctor" "^10.2.2"
-    "@react-native-community/cli-hermes" "^10.2.0"
-    "@react-native-community/cli-plugin-metro" "^10.2.2"
-    "@react-native-community/cli-server-api" "^10.1.1"
-    "@react-native-community/cli-tools" "^10.1.1"
-    "@react-native-community/cli-types" "^10.0.0"
-    chalk "^4.1.2"
-    commander "^9.4.1"
-    execa "^1.0.0"
-    find-up "^4.1.0"
-    fs-extra "^8.1.0"
-    graceful-fs "^4.1.3"
-    prompts "^2.4.0"
-    semver "^6.3.0"
-
-"@react-native-windows/cli@0.71.2":
-  version "0.71.2"
-  resolved "https://registry.yarnpkg.com/@react-native-windows/cli/-/cli-0.71.2.tgz#cbfc1e3b07c0b6000eca937b235b15556b04678b"
-  integrity sha512-eF0KMp3jtjMGAXn9rL55jY5J338U1DyWSb49p/kMRfggB4to89qzJK8wJnP8Izi10SYa8JXXn3BELGt9rjv9mA==
+"@react-native-windows/cli@0.72.3":
+  version "0.72.3"
+  resolved "https://registry.yarnpkg.com/@react-native-windows/cli/-/cli-0.72.3.tgz#4e30f91cbc976d5c05e3bf28ffe43245c38831b6"
+  integrity sha512-wh28U9us97U3i7V5MZiFuMiIsMe6bMplt6NHtmeXDjYrNAKjbBLum3RR0DFE3AF04pUnEL6aASs10ZIO6aq4hQ==
   dependencies:
-    "@react-native-windows/codegen" "0.71.2"
-    "@react-native-windows/fs" "0.71.2"
-    "@react-native-windows/package-utils" "0.71.2"
-    "@react-native-windows/telemetry" "0.71.2"
+    "@react-native-windows/codegen" "0.72.2"
+    "@react-native-windows/fs" "0.72.0"
+    "@react-native-windows/package-utils" "0.72.0"
+    "@react-native-windows/telemetry" "0.72.1"
     "@xmldom/xmldom" "^0.7.7"
     chalk "^4.1.0"
     cli-spinners "^2.2.0"
@@ -1530,49 +1616,49 @@
     xml-parser "^1.2.1"
     xpath "^0.0.27"
 
-"@react-native-windows/codegen@0.71.2":
-  version "0.71.2"
-  resolved "https://registry.yarnpkg.com/@react-native-windows/codegen/-/codegen-0.71.2.tgz#a83c999d65f482f3e8291bbd2569ed9bbdd788c7"
-  integrity sha512-EGLi3eSDtpk7/SsMth184LvOwlw4n1Rv7r3AxKtdcYR+f+GVdfJeTRVVC95hczsDQ8nmNsr5KhrvQntj1IdUiA==
+"@react-native-windows/codegen@0.72.2":
+  version "0.72.2"
+  resolved "https://registry.yarnpkg.com/@react-native-windows/codegen/-/codegen-0.72.2.tgz#5774d6c5e3604d0d2f80238a7ff87b5a9be33413"
+  integrity sha512-dk9/UdulAT7ltie+rNxMigvspZEYvfWLUT1NwthxXmn+7VT6PZtp9rBLrkfyBRrXjnIyCgueLfSKaH3RzeSlJw==
   dependencies:
-    "@react-native-windows/fs" "0.71.2"
+    "@react-native-windows/fs" "0.72.0"
     chalk "^4.1.0"
     globby "^11.0.4"
     mustache "^4.0.1"
     source-map-support "^0.5.19"
     yargs "^16.2.0"
 
-"@react-native-windows/find-repo-root@0.71.2":
-  version "0.71.2"
-  resolved "https://registry.yarnpkg.com/@react-native-windows/find-repo-root/-/find-repo-root-0.71.2.tgz#b46afad24a70adda489f540f5ae43c87a9cb32e9"
-  integrity sha512-cwDk2ZivzJMFH8D6tl/1/YypCgHvwb3ivIAubf/u7JEX7ibhRvmMmcuTqNH1GAMyDVKg1jtJeqd3iIlW4gXSug==
+"@react-native-windows/find-repo-root@0.72.0":
+  version "0.72.0"
+  resolved "https://registry.yarnpkg.com/@react-native-windows/find-repo-root/-/find-repo-root-0.72.0.tgz#435f2dfc8ecaf7f5274e6467961e461e7bac5bc0"
+  integrity sha512-z6lTaC3Wt1QdtUzTwUOk/9qOPtZiVIQqE1JMojpfYyQmGQIoaoKr90pXdlLmk/vntNAKRCS/YqjETjXIXbwk3A==
   dependencies:
-    "@react-native-windows/fs" "0.71.2"
+    "@react-native-windows/fs" "0.72.0"
     find-up "^4.1.0"
 
-"@react-native-windows/fs@0.71.2":
-  version "0.71.2"
-  resolved "https://registry.yarnpkg.com/@react-native-windows/fs/-/fs-0.71.2.tgz#b1ff5052c4fbec55ce6e9a16fe5234bebf53fcbc"
-  integrity sha512-usxXHGJBYdRXl8zcKS2C2CFv8Fa1bFWmFZggtYwCE34JuuOSSfAp3XDRyMZJOTuEigIGEdWLrIbn2s8AttJDYg==
+"@react-native-windows/fs@0.72.0":
+  version "0.72.0"
+  resolved "https://registry.yarnpkg.com/@react-native-windows/fs/-/fs-0.72.0.tgz#ed5f16b3386d3567d2baef2f91399fbea820c2af"
+  integrity sha512-apKoWRGv+mCvOy7N0xke2JtubPQ+S5sk9v1jyUiSirevwMoIBCsYyZolq90w0kr90SAtulVIKErV18jqIthKLg==
   dependencies:
     graceful-fs "^4.2.8"
 
-"@react-native-windows/package-utils@0.71.2":
-  version "0.71.2"
-  resolved "https://registry.yarnpkg.com/@react-native-windows/package-utils/-/package-utils-0.71.2.tgz#fad0228948705afe526c431b3b477d71801decda"
-  integrity sha512-dk5hF1JN9H5nyaez34a954dnkOXKAXoLSBTdpvlaNCFK9vyrLTSpkSwjY4CEtjQBxTbsdpxUdxGxjiY/516Fkw==
+"@react-native-windows/package-utils@0.72.0":
+  version "0.72.0"
+  resolved "https://registry.yarnpkg.com/@react-native-windows/package-utils/-/package-utils-0.72.0.tgz#31eb88eaaf8c5782f557efc78b8ddb03b459404c"
+  integrity sha512-wnIVPzO4cBCdWrmgeawhHDCIZaAXACVIMtL/4Nt8PSttSm6VYaGgBiq518kv58G42Ld8kxmppgXMWoBBIoozlw==
   dependencies:
-    "@react-native-windows/find-repo-root" "0.71.2"
-    "@react-native-windows/fs" "0.71.2"
+    "@react-native-windows/find-repo-root" "0.72.0"
+    "@react-native-windows/fs" "0.72.0"
     get-monorepo-packages "^1.2.0"
     lodash "^4.17.15"
 
-"@react-native-windows/telemetry@0.71.2":
-  version "0.71.2"
-  resolved "https://registry.yarnpkg.com/@react-native-windows/telemetry/-/telemetry-0.71.2.tgz#d44b3c4af08edec69dc602d2cb43d8110c60c48c"
-  integrity sha512-klY6NMHBM6mTsuphQlYhAwKbW5+pmItWJl3ZH4goK2HICyWPrCvE8twUfoUkzIki2zyLEToXT/P+1Isz+E8X8w==
+"@react-native-windows/telemetry@0.72.1":
+  version "0.72.1"
+  resolved "https://registry.yarnpkg.com/@react-native-windows/telemetry/-/telemetry-0.72.1.tgz#7d712bf9c6584f09a4d022e89bd69b496a4aaae0"
+  integrity sha512-1+lwQd74Hbqka8VjU/9qvhG8c0S8c4cT6es3DibdqNvHSHioJbt6jnnnVKJSBoPuiqRqgvVnfgBpbgeNPxZmEw==
   dependencies:
-    "@react-native-windows/fs" "0.71.2"
+    "@react-native-windows/fs" "0.72.0"
     "@xmldom/xmldom" "^0.7.7"
     applicationinsights "^2.3.1"
     ci-info "^3.2.0"
@@ -1581,20 +1667,53 @@
     os-locale "^5.0.0"
     xpath "^0.0.27"
 
+"@react-native/assets-registry@^0.72.0":
+  version "0.72.0"
+  resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.72.0.tgz#c82a76a1d86ec0c3907be76f7faf97a32bbed05d"
+  integrity sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ==
+
 "@react-native/assets@1.0.0":
   version "1.0.0"
   resolved "https://registry.yarnpkg.com/@react-native/assets/-/assets-1.0.0.tgz#c6f9bf63d274bafc8e970628de24986b30a55c8e"
   integrity sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ==
 
-"@react-native/normalize-color@*", "@react-native/normalize-color@2.1.0":
-  version "2.1.0"
-  resolved "https://registry.yarnpkg.com/@react-native/normalize-color/-/normalize-color-2.1.0.tgz#939b87a9849e81687d3640c5efa2a486ac266f91"
-  integrity sha512-Z1jQI2NpdFJCVgpY+8Dq/Bt3d+YUi1928Q+/CZm/oh66fzM0RUl54vvuXlPJKybH4pdCZey1eDTPaLHkMPNgWA==
+"@react-native/codegen@^0.72.7":
+  version "0.72.7"
+  resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.72.7.tgz#b6832ce631ac63143024ea094a6b5480a780e589"
+  integrity sha512-O7xNcGeXGbY+VoqBGNlZ3O05gxfATlwE1Q1qQf5E38dK+tXn5BY4u0jaQ9DPjfE8pBba8g/BYI1N44lynidMtg==
+  dependencies:
+    "@babel/parser" "^7.20.0"
+    flow-parser "^0.206.0"
+    jscodeshift "^0.14.0"
+    nullthrows "^1.1.1"
 
-"@react-native/polyfills@2.0.0":
-  version "2.0.0"
-  resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa"
-  integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==
+"@react-native/gradle-plugin@^0.72.11":
+  version "0.72.11"
+  resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.72.11.tgz#c063ef12778706611de7a1e42b74b14d9405fb9f"
+  integrity sha512-P9iRnxiR2w7EHcZ0mJ+fmbPzMby77ZzV6y9sJI3lVLJzF7TLSdbwcQyD3lwMsiL+q5lKUHoZJS4sYmih+P2HXw==
+
+"@react-native/js-polyfills@^0.72.1":
+  version "0.72.1"
+  resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.72.1.tgz#905343ef0c51256f128256330fccbdb35b922291"
+  integrity sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA==
+
+"@react-native/normalize-colors@*":
+  version "0.74.1"
+  resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.74.1.tgz#6e8ccf99954728dcd3cfe0d56e758ee5050a7bea"
+  integrity sha512-r+bTRs6pImqE3fx4h7bPzH2sOWSrnSHF/RJ7d00pNUj2P6ws3DdhS7WV+/7YosZkloYQfkiIkK3pIHvcYn665w==
+
+"@react-native/normalize-colors@^0.72.0":
+  version "0.72.0"
+  resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.72.0.tgz#14294b7ed3c1d92176d2a00df48456e8d7d62212"
+  integrity sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw==
+
+"@react-native/virtualized-lists@^0.72.8":
+  version "0.72.8"
+  resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.8.tgz#a2c6a91ea0f1d40eb5a122fb063daedb92ed1dc3"
+  integrity sha512-J3Q4Bkuo99k7mu+jPS9gSUSgq+lLRSI/+ahXNwV92XgJ/8UgOTxu2LPwhJnBk/sQKxq7E8WkZBnBiozukQMqrw==
+  dependencies:
+    invariant "^2.2.4"
+    nullthrows "^1.1.1"
 
 "@sideway/address@^4.1.0":
   version "4.1.2"
@@ -1618,6 +1737,11 @@
   resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
   integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==
 
+"@sinclair/typebox@^0.27.8":
+  version "0.27.8"
+  resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
+  integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
+
 "@sinonjs/commons@^2.0.0":
   version "2.0.0"
   resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
@@ -1704,11 +1828,6 @@ abort-controller@^3.0.0:
   dependencies:
     event-target-shim "^5.0.0"
 
-absolute-path@^0.0.0:
-  version "0.0.0"
-  resolved "https://registry.yarnpkg.com/absolute-path/-/absolute-path-0.0.0.tgz#a78762fbdadfb5297be99b15d35a785b2f095bf7"
-  integrity sha1-p4di+9rftSl76ZsV01p4Wy8JW/c=
-
 accepts@^1.3.7, accepts@~1.3.5, accepts@~1.3.7:
   version "1.3.7"
   resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
@@ -1810,21 +1929,6 @@ argparse@^1.0.7:
   dependencies:
     sprintf-js "~1.0.2"
 
-arr-diff@^4.0.0:
-  version "4.0.0"
-  resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
-  integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=
-
-arr-flatten@^1.1.0:
-  version "1.1.0"
-  resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
-  integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==
-
-arr-union@^3.1.0:
-  version "3.1.0"
-  resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
-  integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
-
 array-union@^1.0.1:
   version "1.0.2"
   resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -1842,25 +1946,15 @@ array-uniq@^1.0.1:
   resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
   integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
 
-array-unique@^0.3.2:
-  version "0.3.2"
-  resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
-  integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
-
 asap@~2.0.6:
   version "2.0.6"
   resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
   integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
 
-assign-symbols@^1.0.0:
-  version "1.0.0"
-  resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
-  integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
-
-ast-types@0.14.2:
-  version "0.14.2"
-  resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd"
-  integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
+ast-types@0.15.2:
+  version "0.15.2"
+  resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.15.2.tgz#39ae4809393c4b16df751ee563411423e85fb49d"
+  integrity sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==
   dependencies:
     tslib "^2.0.1"
 
@@ -1899,11 +1993,6 @@ asynckit@^0.4.0:
   resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
   integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
 
-atob@^2.1.2:
-  version "2.1.2"
-  resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
-  integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
-
 babel-core@^7.0.0-bridge.0:
   version "7.0.0-bridge.0"
   resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
@@ -1945,6 +2034,13 @@ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0:
   resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf"
   integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==
 
+babel-plugin-transform-flow-enums@^0.0.2:
+  version "0.0.2"
+  resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25"
+  integrity sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==
+  dependencies:
+    "@babel/plugin-syntax-flow" "^7.12.1"
+
 babel-preset-fbjs@^3.4.0:
   version "3.4.0"
   resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz#38a14e5a7a3b285a3f3a86552d650dca5cf6111c"
@@ -1988,19 +2084,6 @@ base64-js@^1.1.2, base64-js@^1.3.1:
   resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
   integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
 
-base@^0.11.1:
-  version "0.11.2"
-  resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
-  integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==
-  dependencies:
-    cache-base "^1.0.1"
-    class-utils "^0.3.5"
-    component-emitter "^1.2.1"
-    define-property "^1.0.0"
-    isobject "^3.0.1"
-    mixin-deep "^1.2.0"
-    pascalcase "^0.1.1"
-
 bl@^4.1.0:
   version "4.1.0"
   resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
@@ -2018,22 +2101,6 @@ brace-expansion@^1.1.7:
     balanced-match "^1.0.0"
     concat-map "0.0.1"
 
-braces@^2.3.1:
-  version "2.3.2"
-  resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
-  integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
-  dependencies:
-    arr-flatten "^1.1.0"
-    array-unique "^0.3.2"
-    extend-shallow "^2.0.1"
-    fill-range "^4.0.0"
-    isobject "^3.0.1"
-    repeat-element "^1.1.2"
-    snapdragon "^0.8.1"
-    snapdragon-node "^2.0.1"
-    split-string "^3.0.2"
-    to-regex "^3.0.1"
-
 braces@^3.0.2:
   version "3.0.2"
   resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -2062,6 +2129,16 @@ browserslist@^4.21.3:
     node-releases "^2.0.8"
     update-browserslist-db "^1.0.10"
 
+browserslist@^4.21.9:
+  version "4.22.1"
+  resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.1.tgz#ba91958d1a59b87dab6fed8dfbcb3da5e2e9c619"
+  integrity sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==
+  dependencies:
+    caniuse-lite "^1.0.30001541"
+    electron-to-chromium "^1.4.535"
+    node-releases "^2.0.13"
+    update-browserslist-db "^1.0.13"
+
 bser@2.1.1:
   version "2.1.1"
   resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -2087,21 +2164,6 @@ bytes@3.0.0:
   resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
   integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=
 
-cache-base@^1.0.1:
-  version "1.0.1"
-  resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
-  integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==
-  dependencies:
-    collection-visit "^1.0.0"
-    component-emitter "^1.2.1"
-    get-value "^2.0.6"
-    has-value "^1.0.0"
-    isobject "^3.0.1"
-    set-value "^2.0.0"
-    to-object-path "^0.3.0"
-    union-value "^1.0.0"
-    unset-value "^1.0.0"
-
 call-bind@^1.0.0:
   version "1.0.2"
   resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -2134,10 +2196,10 @@ camelcase@^5.0.0:
   resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
   integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
 
-camelcase@^6.0.0:
-  version "6.2.0"
-  resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
-  integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
+camelcase@^6.2.0:
+  version "6.3.0"
+  resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
+  integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
 
 caniuse-lite@^1.0.30001271:
   version "1.0.30001272"
@@ -2149,6 +2211,11 @@ caniuse-lite@^1.0.30001449:
   resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001479.tgz#ef3d6f76011e44181af411fd4896123afbc14eda"
   integrity sha512-6nuRFim5dx8Eu2tO+KJ9PiBdPHs7WB5Hdf+klDcyefyEuOAcfhihIv7pS+JFknJLUiNQbm1AJYKm0c9QOlQS/Q==
 
+caniuse-lite@^1.0.30001541:
+  version "1.0.30001564"
+  resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001564.tgz#eaa8bbc58c0cbccdcb7b41186df39dd2ba591889"
+  integrity sha512-DqAOf+rhof+6GVx1y+xzbFPeOumfQnhYzVnZD6LAXijR77yPtm9mfOcqOnT3mpnJiZVT+kwLAFnRlZcIz+c6bg==
+
 chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2:
   version "2.4.2"
   resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -2176,16 +2243,6 @@ ci-info@^3.2.0:
   resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91"
   integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
 
-class-utils@^0.3.5:
-  version "0.3.6"
-  resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
-  integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==
-  dependencies:
-    arr-union "^3.1.0"
-    define-property "^0.2.5"
-    isobject "^3.0.0"
-    static-extend "^0.1.1"
-
 cli-cursor@^2.1.0:
   version "2.1.0"
   resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"
@@ -2260,14 +2317,6 @@ cls-hooked@^4.2.2:
     emitter-listener "^1.0.1"
     semver "^5.4.1"
 
-collection-visit@^1.0.0:
-  version "1.0.0"
-  resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
-  integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=
-  dependencies:
-    map-visit "^1.0.0"
-    object-visit "^1.0.0"
-
 color-convert@^1.9.0:
   version "1.9.3"
   resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
@@ -2329,11 +2378,6 @@ commondir@^1.0.1:
   resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
   integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
 
-component-emitter@^1.2.1:
-  version "1.3.0"
-  resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
-  integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
-
 compressible@~2.0.16:
   version "2.0.18"
   resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba"
@@ -2384,11 +2428,6 @@ convert-source-map@^1.7.0:
   dependencies:
     safe-buffer "~5.1.1"
 
-copy-descriptor@^0.1.0:
-  version "0.1.1"
-  resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
-  integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
-
 core-js-compat@^3.16.2:
   version "3.19.0"
   resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.0.tgz#b3b93f93c8721b3ed52b91f12f964cc410967f8b"
@@ -2423,7 +2462,7 @@ cross-spawn@^6.0.0:
     shebang-command "^1.2.0"
     which "^1.2.9"
 
-cross-spawn@^7.0.0:
+cross-spawn@^7.0.0, cross-spawn@^7.0.3:
   version "7.0.3"
   resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
   integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -2437,7 +2476,7 @@ dayjs@^1.8.15:
   resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.7.tgz#2cf5f91add28116748440866a0a1d26f3a6ce468"
   integrity sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==
 
-debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
+debug@2.6.9, debug@^2.2.0:
   version "2.6.9"
   resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
   integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -2463,15 +2502,10 @@ decamelize@^1.2.0:
   resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
   integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
 
-decode-uri-component@^0.2.0:
-  version "0.2.0"
-  resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
-  integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
-
-deepmerge@^3.2.0:
-  version "3.3.0"
-  resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.3.0.tgz#d3c47fd6f3a93d517b14426b0628a17b0125f5f7"
-  integrity sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA==
+deepmerge@^4.3.0:
+  version "4.3.1"
+  resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
+  integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
 
 defaults@^1.0.3:
   version "1.0.3"
@@ -2487,28 +2521,6 @@ define-properties@^1.1.3:
   dependencies:
     object-keys "^1.0.12"
 
-define-property@^0.2.5:
-  version "0.2.5"
-  resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
-  integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=
-  dependencies:
-    is-descriptor "^0.1.0"
-
-define-property@^1.0.0:
-  version "1.0.0"
-  resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
-  integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY=
-  dependencies:
-    is-descriptor "^1.0.0"
-
-define-property@^2.0.2:
-  version "2.0.2"
-  resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d"
-  integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==
-  dependencies:
-    is-descriptor "^1.0.2"
-    isobject "^3.0.1"
-
 delayed-stream@~1.0.0:
   version "1.0.0"
   resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -2524,12 +2536,12 @@ depd@~1.1.2:
   resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
   integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
 
-deprecated-react-native-prop-types@^3.0.1:
-  version "3.0.1"
-  resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-3.0.1.tgz#a275f84cd8519cd1665e8df3c99e9067d57a23ec"
-  integrity sha512-J0jCJcsk4hMlIb7xwOZKLfMpuJn6l8UtrPEzzQV5ewz5gvKNYakhBuq9h2rWX7YwHHJZFhU5W8ye7dB9oN8VcQ==
+deprecated-react-native-prop-types@4.1.0:
+  version "4.1.0"
+  resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-4.1.0.tgz#8ed03a64c21b7fbdd2d000957b6838d4f38d2c66"
+  integrity sha512-WfepZHmRbbdTvhcolb8aOKEvQdcmTMn5tKLbqbXmkBvjFjRVWAYqsXk/DBsV8TZxws8SdGHLuHaJrHSQUPRdfw==
   dependencies:
-    "@react-native/normalize-color" "*"
+    "@react-native/normalize-colors" "*"
     invariant "*"
     prop-types "*"
 
@@ -2579,6 +2591,11 @@ electron-to-chromium@^1.4.284:
   resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.365.tgz#ccd9e352d4493aa288d87e6ea36f3edf350c045e"
   integrity sha512-FRHZO+1tUNO4TOPXmlxetkoaIY8uwHzd1kKopK/Gx2SKn1L47wJXWD44wxP5CGRyyP98z/c8e1eBzJrgPeiBOg==
 
+electron-to-chromium@^1.4.535:
+  version "1.4.592"
+  resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.592.tgz#1ffd49ba3da3da3077ea20014b066c910d50c913"
+  integrity sha512-D3NOkROIlF+d5ixnz7pAf3Lu/AuWpd6AYgI9O67GQXMXTcCP1gJQRotOq35eQy5Sb4hez33XH1YdTtILA7Udww==
+
 emitter-listener@^1.0.1, emitter-listener@^1.1.1:
   version "1.1.2"
   resolved "https://registry.yarnpkg.com/emitter-listener/-/emitter-listener-1.1.2.tgz#56b140e8f6992375b3d7cb2cab1cc7432d9632e8"
@@ -2622,7 +2639,7 @@ error-stack-parser@^2.0.6:
   dependencies:
     stackframe "^1.1.1"
 
-errorhandler@^1.5.0:
+errorhandler@^1.5.1:
   version "1.5.1"
   resolved "https://registry.yarnpkg.com/errorhandler/-/errorhandler-1.5.1.tgz#b9ba5d17cf90744cd1e851357a6e75bf806a9a91"
   integrity sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==
@@ -2693,47 +2710,20 @@ execa@^4.0.0:
     signal-exit "^3.0.2"
     strip-final-newline "^2.0.0"
 
-expand-brackets@^2.1.4:
-  version "2.1.4"
-  resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
-  integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI=
-  dependencies:
-    debug "^2.3.3"
-    define-property "^0.2.5"
-    extend-shallow "^2.0.1"
-    posix-character-classes "^0.1.0"
-    regex-not "^1.0.0"
-    snapdragon "^0.8.1"
-    to-regex "^3.0.1"
-
-extend-shallow@^2.0.1:
-  version "2.0.1"
-  resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
-  integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=
-  dependencies:
-    is-extendable "^0.1.0"
-
-extend-shallow@^3.0.0, extend-shallow@^3.0.2:
-  version "3.0.2"
-  resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8"
-  integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=
+execa@^5.0.0:
+  version "5.1.1"
+  resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
+  integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
   dependencies:
-    assign-symbols "^1.0.0"
-    is-extendable "^1.0.1"
-
-extglob@^2.0.4:
-  version "2.0.4"
-  resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543"
-  integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==
-  dependencies:
-    array-unique "^0.3.2"
-    define-property "^1.0.0"
-    expand-brackets "^2.1.4"
-    extend-shallow "^2.0.1"
-    fragment-cache "^0.2.1"
-    regex-not "^1.0.0"
-    snapdragon "^0.8.1"
-    to-regex "^3.0.1"
+    cross-spawn "^7.0.3"
+    get-stream "^6.0.0"
+    human-signals "^2.1.0"
+    is-stream "^2.0.0"
+    merge-stream "^2.0.0"
+    npm-run-path "^4.0.1"
+    onetime "^5.1.2"
+    signal-exit "^3.0.3"
+    strip-final-newline "^2.0.0"
 
 fast-glob@^3.2.9:
   version "3.2.12"
@@ -2767,16 +2757,6 @@ fb-watchman@^2.0.0:
   dependencies:
     bser "2.1.1"
 
-fill-range@^4.0.0:
-  version "4.0.0"
-  resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
-  integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=
-  dependencies:
-    extend-shallow "^2.0.1"
-    is-number "^3.0.0"
-    repeat-string "^1.6.1"
-    to-regex-range "^2.1.0"
-
 fill-range@^7.0.1:
   version "7.0.1"
   resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
@@ -2829,20 +2809,20 @@ find-up@^5.0.0:
     locate-path "^6.0.0"
     path-exists "^4.0.0"
 
+flow-enums-runtime@^0.0.5:
+  version "0.0.5"
+  resolved "https://registry.yarnpkg.com/flow-enums-runtime/-/flow-enums-runtime-0.0.5.tgz#95884bfcc82edaf27eef7e1dd09732331cfbafbc"
+  integrity sha512-PSZF9ZuaZD03sT9YaIs0FrGJ7lSUw7rHZIex+73UYVXg46eL/wxN5PaVcPJFudE2cJu5f0fezitV5aBkLHPUOQ==
+
 flow-parser@0.*:
   version "0.163.0"
   resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.163.0.tgz#c2d5c77c57c53e8357016a837f3e3af04a0c87a6"
   integrity sha512-txOsBcZ1nKsKtoAsBFnArFdq0cnPCmEHI5S2jQIgU1ZO1xtWpg64TsZSRktsaOyoWLpAvVxPap4Qbdd/TCJ3FQ==
 
-flow-parser@^0.185.0:
-  version "0.185.2"
-  resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.185.2.tgz#cb7ee57f77377d6c5d69a469e980f6332a15e492"
-  integrity sha512-2hJ5ACYeJCzNtiVULov6pljKOLygy0zddoqSI1fFetM+XRPpRshFdGEijtqlamA1XwyZ+7rhryI6FQFzvtLWUQ==
-
-for-in@^1.0.2:
-  version "1.0.2"
-  resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
-  integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
+flow-parser@^0.206.0:
+  version "0.206.0"
+  resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.206.0.tgz#f4f794f8026535278393308e01ea72f31000bfef"
+  integrity sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==
 
 form-data@^4.0.0:
   version "4.0.0"
@@ -2853,13 +2833,6 @@ form-data@^4.0.0:
     combined-stream "^1.0.8"
     mime-types "^2.1.12"
 
-fragment-cache@^0.2.1:
-  version "0.2.1"
-  resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
-  integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=
-  dependencies:
-    map-cache "^0.2.2"
-
 fresh@0.5.2:
   version "0.5.2"
   resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
@@ -2930,10 +2903,10 @@ get-stream@^5.0.0:
   dependencies:
     pump "^3.0.0"
 
-get-value@^2.0.3, get-value@^2.0.6:
-  version "2.0.6"
-  resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
-  integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
+get-stream@^6.0.0:
+  version "6.0.1"
+  resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
+  integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
 
 glob-parent@^5.1.2:
   version "5.1.2"
@@ -3008,37 +2981,6 @@ has-symbols@^1.0.1:
   resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
   integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
 
-has-value@^0.3.1:
-  version "0.3.1"
-  resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
-  integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=
-  dependencies:
-    get-value "^2.0.3"
-    has-values "^0.1.4"
-    isobject "^2.0.0"
-
-has-value@^1.0.0:
-  version "1.0.0"
-  resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177"
-  integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=
-  dependencies:
-    get-value "^2.0.6"
-    has-values "^1.0.0"
-    isobject "^3.0.0"
-
-has-values@^0.1.4:
-  version "0.1.4"
-  resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771"
-  integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E=
-
-has-values@^1.0.0:
-  version "1.0.0"
-  resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f"
-  integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=
-  dependencies:
-    is-number "^3.0.0"
-    kind-of "^4.0.0"
-
 has@^1.0.3:
   version "1.0.3"
   resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
@@ -3046,17 +2988,17 @@ has@^1.0.3:
   dependencies:
     function-bind "^1.1.1"
 
-hermes-estree@0.8.0:
-  version "0.8.0"
-  resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.8.0.tgz#530be27243ca49f008381c1f3e8b18fb26bf9ec0"
-  integrity sha512-W6JDAOLZ5pMPMjEiQGLCXSSV7pIBEgRR5zGkxgmzGSXHOxqV5dC/M1Zevqpbm9TZDE5tu358qZf8Vkzmsc+u7Q==
+hermes-estree@0.12.0:
+  version "0.12.0"
+  resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.12.0.tgz#8a289f9aee854854422345e6995a48613bac2ca8"
+  integrity sha512-+e8xR6SCen0wyAKrMT3UD0ZCCLymKhRgjEB5sS28rKiFir/fXgLoeRilRUssFCILmGHb+OvHDUlhxs0+IEyvQw==
 
-hermes-parser@0.8.0:
-  version "0.8.0"
-  resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.8.0.tgz#116dceaba32e45b16d6aefb5c4c830eaeba2d257"
-  integrity sha512-yZKalg1fTYG5eOiToLUaw69rQfZq/fi+/NtEXRU7N87K/XobNRhRWorh80oSge2lWUiZfTgUvRJH+XgZWrhoqA==
+hermes-parser@0.12.0:
+  version "0.12.0"
+  resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.12.0.tgz#114dc26697cfb41a6302c215b859b74224383773"
+  integrity sha512-d4PHnwq6SnDLhYl3LHNHvOg7nQ6rcI7QVil418REYksv0Mh3cEkHDcuhGxNQ3vgnLSLl4QSvDrFCwQNYdpWlzw==
   dependencies:
-    hermes-estree "0.8.0"
+    hermes-estree "0.12.0"
 
 hermes-profile-transformer@^0.0.6:
   version "0.0.6"
@@ -3098,6 +3040,11 @@ human-signals@^1.1.1:
   resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
   integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
 
+human-signals@^2.1.0:
+  version "2.1.0"
+  resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
+  integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
+
 ieee754@^1.1.13:
   version "1.2.1"
   resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
@@ -3113,10 +3060,12 @@ ignore@^5.2.0:
   resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
   integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
 
-image-size@^0.6.0:
-  version "0.6.3"
-  resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.6.3.tgz#e7e5c65bb534bd7cdcedd6cb5166272a85f75fb2"
-  integrity sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA==
+image-size@^1.0.2:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.0.2.tgz#d778b6d0ab75b2737c1556dd631652eb963bc486"
+  integrity sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==
+  dependencies:
+    queue "6.0.2"
 
 import-fresh@^2.0.0:
   version "2.0.0"
@@ -3166,30 +3115,11 @@ ip@^1.1.5:
   resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
   integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
 
-is-accessor-descriptor@^0.1.6:
-  version "0.1.6"
-  resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
-  integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=
-  dependencies:
-    kind-of "^3.0.2"
-
-is-accessor-descriptor@^1.0.0:
-  version "1.0.0"
-  resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656"
-  integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==
-  dependencies:
-    kind-of "^6.0.0"
-
 is-arrayish@^0.2.1:
   version "0.2.1"
   resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
   integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
 
-is-buffer@^1.1.5:
-  version "1.1.6"
-  resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
-  integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
-
 is-core-module@^2.12.0:
   version "2.12.0"
   resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.0.tgz#36ad62f6f73c8253fd6472517a12483cf03e7ec4"
@@ -3204,55 +3134,11 @@ is-core-module@^2.2.0:
   dependencies:
     has "^1.0.3"
 
-is-data-descriptor@^0.1.4:
-  version "0.1.4"
-  resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
-  integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=
-  dependencies:
-    kind-of "^3.0.2"
-
-is-data-descriptor@^1.0.0:
-  version "1.0.0"
-  resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7"
-  integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==
-  dependencies:
-    kind-of "^6.0.0"
-
-is-descriptor@^0.1.0:
-  version "0.1.6"
-  resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca"
-  integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==
-  dependencies:
-    is-accessor-descriptor "^0.1.6"
-    is-data-descriptor "^0.1.4"
-    kind-of "^5.0.0"
-
-is-descriptor@^1.0.0, is-descriptor@^1.0.2:
-  version "1.0.2"
-  resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec"
-  integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==
-  dependencies:
-    is-accessor-descriptor "^1.0.0"
-    is-data-descriptor "^1.0.0"
-    kind-of "^6.0.2"
-
 is-directory@^0.3.1:
   version "0.3.1"
   resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
   integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=
 
-is-extendable@^0.1.0, is-extendable@^0.1.1:
-  version "0.1.1"
-  resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
-  integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=
-
-is-extendable@^1.0.1:
-  version "1.0.1"
-  resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
-  integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==
-  dependencies:
-    is-plain-object "^2.0.4"
-
 is-extglob@^2.1.1:
   version "2.1.1"
   resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
@@ -3280,19 +3166,12 @@ is-interactive@^1.0.0:
   resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
   integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
 
-is-number@^3.0.0:
-  version "3.0.0"
-  resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
-  integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=
-  dependencies:
-    kind-of "^3.0.2"
-
 is-number@^7.0.0:
   version "7.0.0"
   resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
   integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
 
-is-plain-object@^2.0.3, is-plain-object@^2.0.4:
+is-plain-object@^2.0.4:
   version "2.0.4"
   resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
   integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
@@ -3314,17 +3193,12 @@ is-unicode-supported@^0.1.0:
   resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
   integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
 
-is-windows@^1.0.2:
-  version "1.0.2"
-  resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
-  integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
-
 is-wsl@^1.1.0:
   version "1.1.0"
   resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
   integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
 
-isarray@1.0.0, isarray@~1.0.0:
+isarray@~1.0.0:
   version "1.0.0"
   resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
   integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
@@ -3334,14 +3208,7 @@ isexe@^2.0.0:
   resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
   integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
 
-isobject@^2.0.0:
-  version "2.1.0"
-  resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
-  integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=
-  dependencies:
-    isarray "1.0.0"
-
-isobject@^3.0.0, isobject@^3.0.1:
+isobject@^3.0.1:
   version "3.0.1"
   resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
   integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
@@ -3358,10 +3225,10 @@ jest-environment-node@^29.2.1:
     jest-mock "^29.5.0"
     jest-util "^29.5.0"
 
-jest-get-type@^26.3.0:
-  version "26.3.0"
-  resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
-  integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
+jest-get-type@^29.6.3:
+  version "29.6.3"
+  resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1"
+  integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==
 
 jest-message-util@^29.5.0:
   version "29.5.0"
@@ -3392,14 +3259,6 @@ jest-regex-util@^27.0.6:
   resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.5.1.tgz#4da143f7e9fd1e542d4aa69617b38e4a78365b95"
   integrity sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==
 
-jest-serializer@^27.0.6:
-  version "27.5.1"
-  resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.5.1.tgz#81438410a30ea66fd57ff730835123dea1fb1f64"
-  integrity sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==
-  dependencies:
-    "@types/node" "*"
-    graceful-fs "^4.2.9"
-
 jest-util@^27.2.0:
   version "27.5.1"
   resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.1.tgz#3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9"
@@ -3424,17 +3283,17 @@ jest-util@^29.5.0:
     graceful-fs "^4.2.9"
     picomatch "^2.2.3"
 
-jest-validate@^26.5.2:
-  version "26.6.2"
-  resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec"
-  integrity sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==
+jest-validate@^29.2.1:
+  version "29.7.0"
+  resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.7.0.tgz#7bf705511c64da591d46b15fce41400d52147d9c"
+  integrity sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==
   dependencies:
-    "@jest/types" "^26.6.2"
-    camelcase "^6.0.0"
+    "@jest/types" "^29.6.3"
+    camelcase "^6.2.0"
     chalk "^4.0.0"
-    jest-get-type "^26.3.0"
+    jest-get-type "^29.6.3"
     leven "^3.1.0"
-    pretty-format "^26.6.2"
+    pretty-format "^29.7.0"
 
 jest-worker@^27.2.0:
   version "27.5.1"
@@ -3469,20 +3328,20 @@ js-yaml@^3.13.1:
     argparse "^1.0.7"
     esprima "^4.0.0"
 
-jsc-android@^250230.2.1:
-  version "250230.2.1"
-  resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-250230.2.1.tgz#3790313a970586a03ab0ad47defbc84df54f1b83"
-  integrity sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q==
-
 jsc-android@^250231.0.0:
   version "250231.0.0"
   resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-250231.0.0.tgz#91720f8df382a108872fa4b3f558f33ba5e95262"
   integrity sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==
 
-jscodeshift@^0.13.1:
-  version "0.13.1"
-  resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.13.1.tgz#69bfe51e54c831296380585c6d9e733512aecdef"
-  integrity sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==
+jsc-safe-url@^0.2.2:
+  version "0.2.4"
+  resolved "https://registry.yarnpkg.com/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz#141c14fbb43791e88d5dc64e85a374575a83477a"
+  integrity sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==
+
+jscodeshift@^0.14.0:
+  version "0.14.0"
+  resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.14.0.tgz#7542e6715d6d2e8bde0b4e883f0ccea358b46881"
+  integrity sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==
   dependencies:
     "@babel/core" "^7.13.16"
     "@babel/parser" "^7.13.16"
@@ -3497,10 +3356,10 @@ jscodeshift@^0.13.1:
     chalk "^4.1.2"
     flow-parser "0.*"
     graceful-fs "^4.2.4"
-    micromatch "^3.1.10"
+    micromatch "^4.0.4"
     neo-async "^2.5.0"
     node-dir "^0.1.17"
-    recast "^0.20.4"
+    recast "^0.21.0"
     temp "^0.8.4"
     write-file-atomic "^2.3.0"
 
@@ -3519,13 +3378,6 @@ json-parse-better-errors@^1.0.1:
   resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
   integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
 
-json5@^2.1.2:
-  version "2.2.0"
-  resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
-  integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
-  dependencies:
-    minimist "^1.2.5"
-
 json5@^2.2.2:
   version "2.2.3"
   resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
@@ -3538,26 +3390,7 @@ jsonfile@^4.0.0:
   optionalDependencies:
     graceful-fs "^4.1.6"
 
-kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
-  version "3.2.2"
-  resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
-  integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=
-  dependencies:
-    is-buffer "^1.1.5"
-
-kind-of@^4.0.0:
-  version "4.0.0"
-  resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57"
-  integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc=
-  dependencies:
-    is-buffer "^1.1.5"
-
-kind-of@^5.0.0:
-  version "5.1.0"
-  resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d"
-  integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==
-
-kind-of@^6.0.0, kind-of@^6.0.2:
+kind-of@^6.0.2:
   version "6.0.3"
   resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
   integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
@@ -3693,18 +3526,6 @@ map-age-cleaner@^0.1.1, map-age-cleaner@^0.1.3:
   dependencies:
     p-defer "^1.0.0"
 
-map-cache@^0.2.2:
-  version "0.2.2"
-  resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
-  integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
-
-map-visit@^1.0.0:
-  version "1.0.0"
-  resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
-  integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=
-  dependencies:
-    object-visit "^1.0.0"
-
 mem@^4.3.0:
   version "4.3.0"
   resolved "https://registry.yarnpkg.com/mem/-/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178"
@@ -3738,178 +3559,120 @@ merge2@^1.3.0, merge2@^1.4.1:
   resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
   integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
 
-metro-babel-transformer@0.73.5:
-  version "0.73.5"
-  resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.73.5.tgz#e7ebe371cd8bf5df90b0e9153587b4d5089d2ce7"
-  integrity sha512-G3awAJ9of/R2jEg+MRokYcq/TNvMSxJipwybQ2NfwwSj5iLEmRH2YbwTx5w8f5qKgs2K4SS2pmBIs8qjdV6p3Q==
-  dependencies:
-    "@babel/core" "^7.14.0"
-    hermes-parser "0.8.0"
-    metro-source-map "0.73.5"
-    nullthrows "^1.1.1"
-
-metro-babel-transformer@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.73.9.tgz#bec8aaaf1bbdc2e469fde586fde455f8b2a83073"
-  integrity sha512-DlYwg9wwYIZTHtic7dyD4BP0SDftoltZ3clma76nHu43blMWsCnrImHeHsAVne3XsQ+RJaSRxhN5nkG2VyVHwA==
+metro-babel-transformer@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.76.8.tgz#5efd1027353b36b73706164ef09c290dceac096a"
+  integrity sha512-Hh6PW34Ug/nShlBGxkwQJSgPGAzSJ9FwQXhUImkzdsDgVu6zj5bx258J8cJVSandjNoQ8nbaHK6CaHlnbZKbyA==
   dependencies:
     "@babel/core" "^7.20.0"
-    hermes-parser "0.8.0"
-    metro-source-map "0.73.9"
+    hermes-parser "0.12.0"
     nullthrows "^1.1.1"
 
-metro-cache-key@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.73.9.tgz#7d8c441a3b7150f7b201273087ef3cf7d3435d9f"
-  integrity sha512-uJg+6Al7UoGIuGfoxqPBy6y1Ewq7Y8/YapGYIDh6sohInwt/kYKnPZgLDYHIPvY2deORnQ/2CYo4tOeBTnhCXQ==
+metro-cache-key@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.76.8.tgz#8a0a5e991c06f56fcc584acadacb313c312bdc16"
+  integrity sha512-buKQ5xentPig9G6T37Ww/R/bC+/V1MA5xU/D8zjnhlelsrPG6w6LtHUS61ID3zZcMZqYaELWk5UIadIdDsaaLw==
 
-metro-cache@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.73.9.tgz#773c2df6ba53434e58ccbe421b0c54e6da8d2890"
-  integrity sha512-upiRxY8rrQkUWj7ieACD6tna7xXuXdu2ZqrheksT79ePI0aN/t0memf6WcyUtJUMHZetke3j+ppELNvlmp3tOw==
+metro-cache@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.76.8.tgz#296c1c189db2053b89735a8f33dbe82575f53661"
+  integrity sha512-QBJSJIVNH7Hc/Yo6br/U/qQDUpiUdRgZ2ZBJmvAbmAKp2XDzsapnMwK/3BGj8JNWJF7OLrqrYHsRsukSbUBpvQ==
   dependencies:
-    metro-core "0.73.9"
+    metro-core "0.76.8"
     rimraf "^3.0.2"
 
-metro-config@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.73.9.tgz#6b43c70681bdd6b00f44400fc76dddbe53374500"
-  integrity sha512-NiWl1nkYtjqecDmw77tbRbXnzIAwdO6DXGZTuKSkH+H/c1NKq1eizO8Fe+NQyFtwR9YLqn8Q0WN1nmkwM1j8CA==
+metro-config@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.76.8.tgz#20bd5397fcc6096f98d2a813a7cecb38b8af062d"
+  integrity sha512-SL1lfKB0qGHALcAk2zBqVgQZpazDYvYFGwCK1ikz0S6Y/CM2i2/HwuZN31kpX6z3mqjv/6KvlzaKoTb1otuSAA==
   dependencies:
+    connect "^3.6.5"
     cosmiconfig "^5.0.5"
-    jest-validate "^26.5.2"
-    metro "0.73.9"
-    metro-cache "0.73.9"
-    metro-core "0.73.9"
-    metro-runtime "0.73.9"
+    jest-validate "^29.2.1"
+    metro "0.76.8"
+    metro-cache "0.76.8"
+    metro-core "0.76.8"
+    metro-runtime "0.76.8"
 
-metro-core@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.73.9.tgz#410c5c0aeae840536c10039f68098fdab3da568e"
-  integrity sha512-1NTs0IErlKcFTfYyRT3ljdgrISWpl1nys+gaHkXapzTSpvtX9F1NQNn5cgAuE+XIuTJhbsCdfIJiM2JXbrJQaQ==
+metro-core@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.76.8.tgz#917c8157c63406cb223522835abb8e7c6291dcad"
+  integrity sha512-sl2QLFI3d1b1XUUGxwzw/KbaXXU/bvFYrSKz6Sg19AdYGWFyzsgZ1VISRIDf+HWm4R/TJXluhWMEkEtZuqi3qA==
   dependencies:
     lodash.throttle "^4.1.1"
-    metro-resolver "0.73.9"
+    metro-resolver "0.76.8"
 
-metro-file-map@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.73.9.tgz#09c04a8e8ef1eaa6ecb2b9cb8cb53bb0fa0167ec"
-  integrity sha512-R/Wg3HYeQhYY3ehWtfedw8V0ne4lpufG7a21L3GWer8tafnC9pmjoCKEbJz9XZkVj9i1FtxE7UTbrtZNeIILxQ==
+metro-file-map@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.76.8.tgz#a1db1185b6c316904ba6b53d628e5d1323991d79"
+  integrity sha512-A/xP1YNEVwO1SUV9/YYo6/Y1MmzhL4ZnVgcJC3VmHp/BYVOXVStzgVbWv2wILe56IIMkfXU+jpXrGKKYhFyHVw==
   dependencies:
-    abort-controller "^3.0.0"
     anymatch "^3.0.3"
     debug "^2.2.0"
     fb-watchman "^2.0.0"
     graceful-fs "^4.2.4"
     invariant "^2.2.4"
     jest-regex-util "^27.0.6"
-    jest-serializer "^27.0.6"
     jest-util "^27.2.0"
     jest-worker "^27.2.0"
     micromatch "^4.0.4"
+    node-abort-controller "^3.1.1"
     nullthrows "^1.1.1"
     walker "^1.0.7"
   optionalDependencies:
     fsevents "^2.3.2"
 
-metro-hermes-compiler@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.73.9.tgz#6f473e67e8f76066066f00e2e0ecce865f7d445d"
-  integrity sha512-5B3vXIwQkZMSh3DQQY23XpTCpX9kPLqZbA3rDuAcbGW0tzC3f8dCenkyBb0GcCzyTDncJeot/A7oVCVK6zapwg==
-
-metro-inspector-proxy@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.73.9.tgz#8e11cd300adf3f904f1f5afe28b198312cdcd8c2"
-  integrity sha512-B3WrWZnlYhtTrv0IaX3aUAhi2qVILPAZQzb5paO1e+xrz4YZHk9c7dXv7qe7B/IQ132e3w46y3AL7rFo90qVjA==
+metro-inspector-proxy@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.76.8.tgz#6b8678a7461b0b42f913a7881cc9319b4d3cddff"
+  integrity sha512-Us5o5UEd4Smgn1+TfHX4LvVPoWVo9VsVMn4Ldbk0g5CQx3Gu0ygc/ei2AKPGTwsOZmKxJeACj7yMH2kgxQP/iw==
   dependencies:
     connect "^3.6.5"
     debug "^2.2.0"
+    node-fetch "^2.2.0"
     ws "^7.5.1"
-    yargs "^17.5.1"
+    yargs "^17.6.2"
 
-metro-minify-terser@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-minify-terser/-/metro-minify-terser-0.73.9.tgz#301aef2e106b0802f7a14ef0f2b4883b20c80018"
-  integrity sha512-MTGPu2qV5qtzPJ2SqH6s58awHDtZ4jd7lmmLR+7TXDwtZDjIBA0YVfI0Zak2Haby2SqoNKrhhUns/b4dPAQAVg==
+metro-minify-terser@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-minify-terser/-/metro-minify-terser-0.76.8.tgz#915ab4d1419257fc6a0b9fa15827b83fe69814bf"
+  integrity sha512-Orbvg18qXHCrSj1KbaeSDVYRy/gkro2PC7Fy2tDSH1c9RB4aH8tuMOIXnKJE+1SXxBtjWmQ5Yirwkth2DyyEZA==
   dependencies:
     terser "^5.15.0"
 
-metro-minify-uglify@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.73.9.tgz#cf4f8c19b688deea103905689ec736c2f2acd733"
-  integrity sha512-gzxD/7WjYcnCNGiFJaA26z34rjOp+c/Ft++194Wg91lYep3TeWQ0CnH8t2HRS7AYDHU81SGWgvD3U7WV0g4LGA==
+metro-minify-uglify@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.76.8.tgz#74745045ea2dd29f8783db483b2fce58385ba695"
+  integrity sha512-6l8/bEvtVaTSuhG1FqS0+Mc8lZ3Bl4RI8SeRIifVLC21eeSDp4CEBUWSGjpFyUDfi6R5dXzYaFnSgMNyfxADiQ==
   dependencies:
     uglify-es "^3.1.9"
 
-metro-react-native-babel-preset@0.73.5:
-  version "0.73.5"
-  resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.73.5.tgz#9b92f1ebc2b3d96f511c45a03f8e35e0fc46cc19"
-  integrity sha512-Ej6J8ozWSs6nrh0nwX7hgX4oPXUai40ckah37cSLu8qeED2XiEtfLV1YksTLafFE8fX0EieiP97U97dkOGHP4w==
-  dependencies:
-    "@babel/core" "^7.14.0"
-    "@babel/plugin-proposal-async-generator-functions" "^7.0.0"
-    "@babel/plugin-proposal-class-properties" "^7.0.0"
-    "@babel/plugin-proposal-export-default-from" "^7.0.0"
-    "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
-    "@babel/plugin-proposal-object-rest-spread" "^7.0.0"
-    "@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
-    "@babel/plugin-proposal-optional-chaining" "^7.0.0"
-    "@babel/plugin-syntax-dynamic-import" "^7.0.0"
-    "@babel/plugin-syntax-export-default-from" "^7.0.0"
-    "@babel/plugin-syntax-flow" "^7.2.0"
-    "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
-    "@babel/plugin-syntax-optional-chaining" "^7.0.0"
-    "@babel/plugin-transform-arrow-functions" "^7.0.0"
-    "@babel/plugin-transform-async-to-generator" "^7.0.0"
-    "@babel/plugin-transform-block-scoping" "^7.0.0"
-    "@babel/plugin-transform-classes" "^7.0.0"
-    "@babel/plugin-transform-computed-properties" "^7.0.0"
-    "@babel/plugin-transform-destructuring" "^7.0.0"
-    "@babel/plugin-transform-flow-strip-types" "^7.0.0"
-    "@babel/plugin-transform-function-name" "^7.0.0"
-    "@babel/plugin-transform-literals" "^7.0.0"
-    "@babel/plugin-transform-modules-commonjs" "^7.0.0"
-    "@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0"
-    "@babel/plugin-transform-parameters" "^7.0.0"
-    "@babel/plugin-transform-react-display-name" "^7.0.0"
-    "@babel/plugin-transform-react-jsx" "^7.0.0"
-    "@babel/plugin-transform-react-jsx-self" "^7.0.0"
-    "@babel/plugin-transform-react-jsx-source" "^7.0.0"
-    "@babel/plugin-transform-runtime" "^7.0.0"
-    "@babel/plugin-transform-shorthand-properties" "^7.0.0"
-    "@babel/plugin-transform-spread" "^7.0.0"
-    "@babel/plugin-transform-sticky-regex" "^7.0.0"
-    "@babel/plugin-transform-template-literals" "^7.0.0"
-    "@babel/plugin-transform-typescript" "^7.5.0"
-    "@babel/plugin-transform-unicode-regex" "^7.0.0"
-    "@babel/template" "^7.0.0"
-    react-refresh "^0.4.0"
-
-metro-react-native-babel-preset@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.73.9.tgz#ef54637dd20f025197beb49e71309a9c539e73e2"
-  integrity sha512-AoD7v132iYDV4K78yN2OLgTPwtAKn0XlD2pOhzyBxiI8PeXzozhbKyPV7zUOJUPETj+pcEVfuYj5ZN/8+bhbCw==
+metro-react-native-babel-preset@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.8.tgz#7476efae14363cbdfeeec403b4f01d7348e6c048"
+  integrity sha512-Ptza08GgqzxEdK8apYsjTx2S8WDUlS2ilBlu9DR1CUcHmg4g3kOkFylZroogVAUKtpYQNYwAvdsjmrSdDNtiAg==
   dependencies:
     "@babel/core" "^7.20.0"
     "@babel/plugin-proposal-async-generator-functions" "^7.0.0"
-    "@babel/plugin-proposal-class-properties" "^7.0.0"
+    "@babel/plugin-proposal-class-properties" "^7.18.0"
     "@babel/plugin-proposal-export-default-from" "^7.0.0"
-    "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
-    "@babel/plugin-proposal-object-rest-spread" "^7.0.0"
+    "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.0"
+    "@babel/plugin-proposal-numeric-separator" "^7.0.0"
+    "@babel/plugin-proposal-object-rest-spread" "^7.20.0"
     "@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
-    "@babel/plugin-proposal-optional-chaining" "^7.0.0"
-    "@babel/plugin-syntax-dynamic-import" "^7.0.0"
+    "@babel/plugin-proposal-optional-chaining" "^7.20.0"
+    "@babel/plugin-syntax-dynamic-import" "^7.8.0"
     "@babel/plugin-syntax-export-default-from" "^7.0.0"
     "@babel/plugin-syntax-flow" "^7.18.0"
     "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
     "@babel/plugin-syntax-optional-chaining" "^7.0.0"
     "@babel/plugin-transform-arrow-functions" "^7.0.0"
-    "@babel/plugin-transform-async-to-generator" "^7.0.0"
+    "@babel/plugin-transform-async-to-generator" "^7.20.0"
     "@babel/plugin-transform-block-scoping" "^7.0.0"
     "@babel/plugin-transform-classes" "^7.0.0"
     "@babel/plugin-transform-computed-properties" "^7.0.0"
-    "@babel/plugin-transform-destructuring" "^7.0.0"
-    "@babel/plugin-transform-flow-strip-types" "^7.0.0"
+    "@babel/plugin-transform-destructuring" "^7.20.0"
+    "@babel/plugin-transform-flow-strip-types" "^7.20.0"
     "@babel/plugin-transform-function-name" "^7.0.0"
     "@babel/plugin-transform-literals" "^7.0.0"
     "@babel/plugin-transform-modules-commonjs" "^7.0.0"
@@ -3923,117 +3686,66 @@ metro-react-native-babel-preset@0.73.9:
     "@babel/plugin-transform-shorthand-properties" "^7.0.0"
     "@babel/plugin-transform-spread" "^7.0.0"
     "@babel/plugin-transform-sticky-regex" "^7.0.0"
-    "@babel/plugin-transform-template-literals" "^7.0.0"
     "@babel/plugin-transform-typescript" "^7.5.0"
     "@babel/plugin-transform-unicode-regex" "^7.0.0"
     "@babel/template" "^7.0.0"
+    babel-plugin-transform-flow-enums "^0.0.2"
     react-refresh "^0.4.0"
 
-metro-react-native-babel-transformer@0.73.5:
-  version "0.73.5"
-  resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.5.tgz#fb1d48cc73ce26371cf2a115f702b7bf3bb5516b"
-  integrity sha512-CZYgUguqFTzV9vSOZb60p8qlp31aWz8aBB6OqoZ2gJday+n/1k+Y0yy6VPr/tfXJheuQYVIXKvG1gMmUDyxt+Q==
-  dependencies:
-    "@babel/core" "^7.14.0"
-    babel-preset-fbjs "^3.4.0"
-    hermes-parser "0.8.0"
-    metro-babel-transformer "0.73.5"
-    metro-react-native-babel-preset "0.73.5"
-    metro-source-map "0.73.5"
-    nullthrows "^1.1.1"
-
-metro-react-native-babel-transformer@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.9.tgz#4f4f0cfa5119bab8b53e722fabaf90687d0cbff0"
-  integrity sha512-DSdrEHuQ22ixY7DyipyKkIcqhOJrt5s6h6X7BYJCP9AMUfXOwLe2biY3BcgJz5GOXv8/Akry4vTCvQscVS1otQ==
+metro-react-native-babel-transformer@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.76.8.tgz#c3a98e1f4cd5faf1e21eba8e004b94a90c4db69b"
+  integrity sha512-3h+LfS1WG1PAzhq8QF0kfXjxuXetbY/lgz8vYMQhgrMMp17WM1DNJD0gjx8tOGYbpbBC1qesJ45KMS4o5TA73A==
   dependencies:
     "@babel/core" "^7.20.0"
     babel-preset-fbjs "^3.4.0"
-    hermes-parser "0.8.0"
-    metro-babel-transformer "0.73.9"
-    metro-react-native-babel-preset "0.73.9"
-    metro-source-map "0.73.9"
+    hermes-parser "0.12.0"
+    metro-react-native-babel-preset "0.76.8"
     nullthrows "^1.1.1"
 
-metro-resolver@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.73.9.tgz#f3cf77e6c7606a34aa81bad40edb856aad671cf3"
-  integrity sha512-Ej3wAPOeNRPDnJmkK0zk7vJ33iU07n+oPhpcf5L0NFkWneMmSM2bflMPibI86UjzZGmRfn0AhGhs8yGeBwQ/Xg==
-  dependencies:
-    absolute-path "^0.0.0"
-
-metro-runtime@0.73.5:
-  version "0.73.5"
-  resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.73.5.tgz#8c92c3947e97a8dede6347ba6a9844bfb8be8258"
-  integrity sha512-8QJOS7bhJmR6r/Gkki/qY9oX/DdxnLhS8FpdG1Xmm2hDeUVAug12ekWTiCRMu7d1CDVv1F8WvUz09QckZ0dO0g==
-  dependencies:
-    "@babel/runtime" "^7.0.0"
-    react-refresh "^0.4.0"
+metro-resolver@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.76.8.tgz#0862755b9b84e26853978322464fb37c6fdad76d"
+  integrity sha512-KccOqc10vrzS7ZhG2NSnL2dh3uVydarB7nOhjreQ7C4zyWuiW9XpLC4h47KtGQv3Rnv/NDLJYeDqaJ4/+140HQ==
 
-metro-runtime@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.73.9.tgz#0b24c0b066b8629ee855a6e5035b65061fef60d5"
-  integrity sha512-d5Hs83FpKB9r8q8Vb95+fa6ESpwysmPr4lL1I2rM2qXAFiO7OAPT9Bc23WmXgidkBtD0uUFdB2lG+H1ATz8rZg==
+metro-runtime@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.76.8.tgz#74b2d301a2be5f3bbde91b8f1312106f8ffe50c3"
+  integrity sha512-XKahvB+iuYJSCr3QqCpROli4B4zASAYpkK+j3a0CJmokxCDNbgyI4Fp88uIL6rNaZfN0Mv35S0b99SdFXIfHjg==
   dependencies:
     "@babel/runtime" "^7.0.0"
     react-refresh "^0.4.0"
 
-metro-source-map@0.73.5:
-  version "0.73.5"
-  resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.73.5.tgz#67e14bd1fcc1074b9623640ca311cd99d07426fa"
-  integrity sha512-58p3zNWgUrqYYjFJb0KkZ+uJurTL4oz7i5T7577b3kvTYuJ0eK4y7rtYf8EwOfMYxRAn/m20aH1Y1fHTsLUwjQ==
-  dependencies:
-    "@babel/traverse" "^7.14.0"
-    "@babel/types" "^7.20.0"
-    invariant "^2.2.4"
-    metro-symbolicate "0.73.5"
-    nullthrows "^1.1.1"
-    ob1 "0.73.5"
-    source-map "^0.5.6"
-    vlq "^1.0.0"
-
-metro-source-map@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.73.9.tgz#89ca41f6346aeb12f7f23496fa363e520adafebe"
-  integrity sha512-l4VZKzdqafipriETYR6lsrwtavCF1+CMhCOY9XbyWeTrpGSNgJQgdeJpttzEZTHQQTLR0csQo0nD1ef3zEP6IQ==
+metro-source-map@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.76.8.tgz#f085800152a6ba0b41ca26833874d31ec36c5a53"
+  integrity sha512-Hh0ncPsHPVf6wXQSqJqB3K9Zbudht4aUtNpNXYXSxH+pteWqGAXnjtPsRAnCsCWl38wL0jYF0rJDdMajUI3BDw==
   dependencies:
     "@babel/traverse" "^7.20.0"
     "@babel/types" "^7.20.0"
     invariant "^2.2.4"
-    metro-symbolicate "0.73.9"
+    metro-symbolicate "0.76.8"
     nullthrows "^1.1.1"
-    ob1 "0.73.9"
+    ob1 "0.76.8"
     source-map "^0.5.6"
     vlq "^1.0.0"
 
-metro-symbolicate@0.73.5:
-  version "0.73.5"
-  resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.73.5.tgz#8de118be231decd55c8c70ed54deb308fdffceda"
-  integrity sha512-aIC8sDlaEdtn0dTt+64IFZFEATatFx3GtzRbJi0+jJx47RjDRiuCt9fzmTMLuadWwnbFK9ZfVMuWEXM9sdtQ7w==
+metro-symbolicate@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.76.8.tgz#f102ac1a306d51597ecc8fdf961c0a88bddbca03"
+  integrity sha512-LrRL3uy2VkzrIXVlxoPtqb40J6Bf1mlPNmUQewipc3qfKKFgtPHBackqDy1YL0njDsWopCKcfGtFYLn0PTUn3w==
   dependencies:
     invariant "^2.2.4"
-    metro-source-map "0.73.5"
+    metro-source-map "0.76.8"
     nullthrows "^1.1.1"
     source-map "^0.5.6"
     through2 "^2.0.1"
     vlq "^1.0.0"
 
-metro-symbolicate@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.73.9.tgz#cb452299a36e5b86b2826e7426d51221635c48bf"
-  integrity sha512-4TUOwxRHHqbEHxRqRJ3wZY5TA8xq7AHMtXrXcjegMH9FscgYztsrIG9aNBUBS+VLB6g1qc6BYbfIgoAnLjCDyw==
-  dependencies:
-    invariant "^2.2.4"
-    metro-source-map "0.73.9"
-    nullthrows "^1.1.1"
-    source-map "^0.5.6"
-    through2 "^2.0.1"
-    vlq "^1.0.0"
-
-metro-transform-plugins@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.73.9.tgz#9fffbe1b24269e3d114286fa681abc570072d9b8"
-  integrity sha512-r9NeiqMngmooX2VOKLJVQrMuV7PAydbqst5bFhdVBPcFpZkxxqyzjzo+kzrszGy2UpSQBZr2P1L6OMjLHwQwfQ==
+metro-transform-plugins@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.76.8.tgz#d77c28a6547a8e3b72250f740fcfbd7f5408f8ba"
+  integrity sha512-PlkGTQNqS51Bx4vuufSQCdSn2R2rt7korzngo+b5GCkeX5pjinPjnO2kNhQ8l+5bO0iUD/WZ9nsM2PGGKIkWFA==
   dependencies:
     "@babel/core" "^7.20.0"
     "@babel/generator" "^7.20.0"
@@ -4041,29 +3753,28 @@ metro-transform-plugins@0.73.9:
     "@babel/traverse" "^7.20.0"
     nullthrows "^1.1.1"
 
-metro-transform-worker@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.73.9.tgz#30384cef2d5e35a4abe91b15bf1a8344f5720441"
-  integrity sha512-Rq4b489sIaTUENA+WCvtu9yvlT/C6zFMWhU4sq+97W29Zj0mPBjdk+qGT5n1ZBgtBIJzZWt1KxeYuc17f4aYtQ==
+metro-transform-worker@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.76.8.tgz#b9012a196cee205170d0c899b8b175b9305acdea"
+  integrity sha512-mE1fxVAnJKmwwJyDtThildxxos9+DGs9+vTrx2ktSFMEVTtXS/bIv2W6hux1pqivqAfyJpTeACXHk5u2DgGvIQ==
   dependencies:
     "@babel/core" "^7.20.0"
     "@babel/generator" "^7.20.0"
     "@babel/parser" "^7.20.0"
     "@babel/types" "^7.20.0"
     babel-preset-fbjs "^3.4.0"
-    metro "0.73.9"
-    metro-babel-transformer "0.73.9"
-    metro-cache "0.73.9"
-    metro-cache-key "0.73.9"
-    metro-hermes-compiler "0.73.9"
-    metro-source-map "0.73.9"
-    metro-transform-plugins "0.73.9"
+    metro "0.76.8"
+    metro-babel-transformer "0.76.8"
+    metro-cache "0.76.8"
+    metro-cache-key "0.76.8"
+    metro-source-map "0.76.8"
+    metro-transform-plugins "0.76.8"
     nullthrows "^1.1.1"
 
-metro@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/metro/-/metro-0.73.9.tgz#150e69a6735fab0bcb4f6ee97fd1efc65b3ec36f"
-  integrity sha512-BlYbPmTF60hpetyNdKhdvi57dSqutb+/oK0u3ni4emIh78PiI0axGo7RfdsZ/mn3saASXc94tDbpC5yn7+NpEg==
+metro@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/metro/-/metro-0.76.8.tgz#ba526808b99977ca3f9ac5a7432fd02a340d13a6"
+  integrity sha512-oQA3gLzrrYv3qKtuWArMgHPbHu8odZOD9AoavrqSFllkPgOtmkBvNNDLCELqv5SjBfqjISNffypg+5UGG3y0pg==
   dependencies:
     "@babel/code-frame" "^7.0.0"
     "@babel/core" "^7.20.0"
@@ -4072,7 +3783,6 @@ metro@0.73.9:
     "@babel/template" "^7.0.0"
     "@babel/traverse" "^7.20.0"
     "@babel/types" "^7.20.0"
-    absolute-path "^0.0.0"
     accepts "^1.3.7"
     async "^3.2.2"
     chalk "^4.0.0"
@@ -4082,28 +3792,28 @@ metro@0.73.9:
     denodeify "^1.2.1"
     error-stack-parser "^2.0.6"
     graceful-fs "^4.2.4"
-    hermes-parser "0.8.0"
-    image-size "^0.6.0"
+    hermes-parser "0.12.0"
+    image-size "^1.0.2"
     invariant "^2.2.4"
     jest-worker "^27.2.0"
+    jsc-safe-url "^0.2.2"
     lodash.throttle "^4.1.1"
-    metro-babel-transformer "0.73.9"
-    metro-cache "0.73.9"
-    metro-cache-key "0.73.9"
-    metro-config "0.73.9"
-    metro-core "0.73.9"
-    metro-file-map "0.73.9"
-    metro-hermes-compiler "0.73.9"
-    metro-inspector-proxy "0.73.9"
-    metro-minify-terser "0.73.9"
-    metro-minify-uglify "0.73.9"
-    metro-react-native-babel-preset "0.73.9"
-    metro-resolver "0.73.9"
-    metro-runtime "0.73.9"
-    metro-source-map "0.73.9"
-    metro-symbolicate "0.73.9"
-    metro-transform-plugins "0.73.9"
-    metro-transform-worker "0.73.9"
+    metro-babel-transformer "0.76.8"
+    metro-cache "0.76.8"
+    metro-cache-key "0.76.8"
+    metro-config "0.76.8"
+    metro-core "0.76.8"
+    metro-file-map "0.76.8"
+    metro-inspector-proxy "0.76.8"
+    metro-minify-terser "0.76.8"
+    metro-minify-uglify "0.76.8"
+    metro-react-native-babel-preset "0.76.8"
+    metro-resolver "0.76.8"
+    metro-runtime "0.76.8"
+    metro-source-map "0.76.8"
+    metro-symbolicate "0.76.8"
+    metro-transform-plugins "0.76.8"
+    metro-transform-worker "0.76.8"
     mime-types "^2.1.27"
     node-fetch "^2.2.0"
     nullthrows "^1.1.1"
@@ -4111,29 +3821,9 @@ metro@0.73.9:
     serialize-error "^2.1.0"
     source-map "^0.5.6"
     strip-ansi "^6.0.0"
-    temp "0.8.3"
     throat "^5.0.0"
     ws "^7.5.1"
-    yargs "^17.5.1"
-
-micromatch@^3.1.10:
-  version "3.1.10"
-  resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
-  integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
-  dependencies:
-    arr-diff "^4.0.0"
-    array-unique "^0.3.2"
-    braces "^2.3.1"
-    define-property "^2.0.2"
-    extend-shallow "^3.0.2"
-    extglob "^2.0.4"
-    fragment-cache "^0.2.1"
-    kind-of "^6.0.2"
-    nanomatch "^1.2.9"
-    object.pick "^1.3.0"
-    regex-not "^1.0.0"
-    snapdragon "^0.8.1"
-    to-regex "^3.0.2"
+    yargs "^17.6.2"
 
 micromatch@^4.0.4:
   version "4.0.5"
@@ -4199,14 +3889,6 @@ minimist@^1.2.5:
   resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
   integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
 
-mixin-deep@^1.2.0:
-  version "1.3.2"
-  resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
-  integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
-  dependencies:
-    for-in "^1.0.2"
-    is-extendable "^1.0.1"
-
 mkdirp@^0.5.1:
   version "0.5.5"
   resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
@@ -4239,23 +3921,6 @@ mustache@^4.0.1:
   resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.2.0.tgz#e5892324d60a12ec9c2a73359edca52972bf6f64"
   integrity sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==
 
-nanomatch@^1.2.9:
-  version "1.2.13"
-  resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
-  integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==
-  dependencies:
-    arr-diff "^4.0.0"
-    array-unique "^0.3.2"
-    define-property "^2.0.2"
-    extend-shallow "^3.0.2"
-    fragment-cache "^0.2.1"
-    is-windows "^1.0.2"
-    kind-of "^6.0.2"
-    object.pick "^1.3.0"
-    regex-not "^1.0.0"
-    snapdragon "^0.8.1"
-    to-regex "^3.0.1"
-
 negotiator@0.6.2:
   version "0.6.2"
   resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
@@ -4276,6 +3941,11 @@ nocache@^3.0.1:
   resolved "https://registry.yarnpkg.com/nocache/-/nocache-3.0.4.tgz#5b37a56ec6e09fc7d401dceaed2eab40c8bfdf79"
   integrity sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==
 
+node-abort-controller@^3.1.1:
+  version "3.1.1"
+  resolved "https://registry.yarnpkg.com/node-abort-controller/-/node-abort-controller-3.1.1.tgz#a94377e964a9a37ac3976d848cb5c765833b8548"
+  integrity sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==
+
 node-dir@^0.1.17:
   version "0.1.17"
   resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
@@ -4300,6 +3970,11 @@ node-releases@^2.0.1:
   resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
   integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
 
+node-releases@^2.0.13:
+  version "2.0.13"
+  resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
+  integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
+
 node-releases@^2.0.8:
   version "2.0.10"
   resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.10.tgz#c311ebae3b6a148c89b1813fd7c4d3c024ef537f"
@@ -4322,7 +3997,7 @@ npm-run-path@^2.0.0:
   dependencies:
     path-key "^2.0.0"
 
-npm-run-path@^4.0.0:
+npm-run-path@^4.0.0, npm-run-path@^4.0.1:
   version "4.0.1"
   resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
   integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
@@ -4334,42 +4009,21 @@ nullthrows@^1.1.1:
   resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1"
   integrity sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==
 
-ob1@0.73.5:
-  version "0.73.5"
-  resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.73.5.tgz#b80dc4a6f787044e3d8afde3c2d034ae23d05a86"
-  integrity sha512-MxQH/rCq9/COvgTQbjCldArmesGEidZVVQIn4vDUJvJJ8uMphXOTCBsgWTief2ugvb0WUimIaslKSA+qryFjjQ==
-
-ob1@0.73.9:
-  version "0.73.9"
-  resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.73.9.tgz#d5677a0dd3e2f16ad84231278d79424436c38c59"
-  integrity sha512-kHOzCOFXmAM26fy7V/YuXNKne2TyRiXbFAvPBIbuedJCZZWQZHLdPzMeXJI4Egt6IcfDttRzN3jQ90wOwq1iNw==
+ob1@0.76.8:
+  version "0.76.8"
+  resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.76.8.tgz#ac4c459465b1c0e2c29aaa527e09fc463d3ffec8"
+  integrity sha512-dlBkJJV5M/msj9KYA9upc+nUWVwuOFFTbu28X6kZeGwcuW+JxaHSBZ70SYQnk5M+j5JbNLR6yKHmgW4M5E7X5g==
 
 object-assign@^4.1.1:
   version "4.1.1"
   resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
   integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
 
-object-copy@^0.1.0:
-  version "0.1.0"
-  resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c"
-  integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw=
-  dependencies:
-    copy-descriptor "^0.1.0"
-    define-property "^0.2.5"
-    kind-of "^3.0.3"
-
 object-keys@^1.0.12, object-keys@^1.1.1:
   version "1.1.1"
   resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
   integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
 
-object-visit@^1.0.0:
-  version "1.0.1"
-  resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
-  integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=
-  dependencies:
-    isobject "^3.0.0"
-
 object.assign@^4.1.0:
   version "4.1.2"
   resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
@@ -4380,13 +4034,6 @@ object.assign@^4.1.0:
     has-symbols "^1.0.1"
     object-keys "^1.1.1"
 
-object.pick@^1.3.0:
-  version "1.3.0"
-  resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
-  integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=
-  dependencies:
-    isobject "^3.0.1"
-
 on-finished@~2.3.0:
   version "2.3.0"
   resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -4413,7 +4060,7 @@ onetime@^2.0.0:
   dependencies:
     mimic-fn "^1.0.0"
 
-onetime@^5.1.0:
+onetime@^5.1.0, onetime@^5.1.2:
   version "5.1.2"
   resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
   integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
@@ -4463,11 +4110,6 @@ os-locale@^5.0.0:
     lcid "^3.0.0"
     mem "^5.0.0"
 
-os-tmpdir@^1.0.0:
-  version "1.0.2"
-  resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
-  integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
-
 p-defer@^1.0.0:
   version "1.0.0"
   resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
@@ -4536,11 +4178,6 @@ parseurl@~1.3.3:
   resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
   integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
 
-pascalcase@^0.1.1:
-  version "0.1.1"
-  resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
-  integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
-
 path-exists@^3.0.0:
   version "3.0.0"
   resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
@@ -4620,11 +4257,6 @@ pkg-dir@^3.0.0:
   dependencies:
     find-up "^3.0.0"
 
-posix-character-classes@^0.1.0:
-  version "0.1.1"
-  resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
-  integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
-
 pretty-format@^26.5.2, pretty-format@^26.6.2:
   version "26.6.2"
   resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
@@ -4644,6 +4276,15 @@ pretty-format@^29.5.0:
     ansi-styles "^5.0.0"
     react-is "^18.0.0"
 
+pretty-format@^29.7.0:
+  version "29.7.0"
+  resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812"
+  integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==
+  dependencies:
+    "@jest/schemas" "^29.6.3"
+    ansi-styles "^5.0.0"
+    react-is "^18.0.0"
+
 process-nextick-args@~2.0.0:
   version "2.0.1"
   resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
@@ -4686,15 +4327,22 @@ queue-microtask@^1.2.2:
   resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
   integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
 
+queue@6.0.2:
+  version "6.0.2"
+  resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65"
+  integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==
+  dependencies:
+    inherits "~2.0.3"
+
 range-parser@~1.2.1:
   version "1.2.1"
   resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
   integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
 
-react-devtools-core@^4.26.1:
-  version "4.27.4"
-  resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.27.4.tgz#987f678a0e6658fd6f8fa0b8b2be191cf6984b68"
-  integrity sha512-dvZjrAJjahd6NNl7dDwEk5TyHsWJxDpYL7VnD9jdEr98EEEsVhw9G8JDX54Nrb3XIIOBlJDpjo3AuBuychX9zg==
+react-devtools-core@^4.27.2:
+  version "4.28.5"
+  resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.28.5.tgz#c8442b91f068cdf0c899c543907f7f27d79c2508"
+  integrity sha512-cq/o30z9W2Wb4rzBefjv5fBalHU0rJGZCHAkf/RHSBWSSYwh8PlQTqqOJmgIIbBtpj27T6FIPXeomIjZtCNVqA==
   dependencies:
     shell-quote "^1.6.1"
     ws "^7"
@@ -4714,103 +4362,93 @@ react-is@^17.0.1:
   resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
   integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
 
-react-native-codegen@^0.71.3, react-native-codegen@^0.71.5:
-  version "0.71.5"
-  resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.71.5.tgz#454a42a891cd4ca5fc436440d301044dc1349c14"
-  integrity sha512-rfsuc0zkuUuMjFnrT55I1mDZ+pBRp2zAiRwxck3m6qeGJBGK5OV5JH66eDQ4aa+3m0of316CqrJDRzVlYufzIg==
-  dependencies:
-    "@babel/parser" "^7.14.0"
-    flow-parser "^0.185.0"
-    jscodeshift "^0.13.1"
-    nullthrows "^1.1.1"
-
-react-native-gradle-plugin@^0.71.12, react-native-gradle-plugin@^0.71.17:
-  version "0.71.17"
-  resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.17.tgz#cf780a27270f0a32dca8184eff91555d7627dd00"
-  integrity sha512-OXXYgpISEqERwjSlaCiaQY6cTY5CH6j73gdkWpK0hedxtiWMWgH+i5TOi4hIGYitm9kQBeyDu+wim9fA8ROFJA==
-
-react-native-windows@0.71.3:
-  version "0.71.3"
-  resolved "https://registry.yarnpkg.com/react-native-windows/-/react-native-windows-0.71.3.tgz#8c9b6606ce2d2d417fd9e7ee7d8cd59ef1ea1c27"
-  integrity sha512-EcUcDKN+05nojbcTo6MjGaO0FlVsNE6L3rfoCz3234fuQC7DPe74gLgIXWfQoVDCqs0qibwWT6viupXiPxPaxg==
+react-native-windows@0.72.16:
+  version "0.72.16"
+  resolved "https://registry.yarnpkg.com/react-native-windows/-/react-native-windows-0.72.16.tgz#ef3b86ff1c30d6921efd292081a1d1981cbf81c1"
+  integrity sha512-FHzZzzx3DlXdE0XhJ1VydIGJRUA/qTkfPuTnXE1mYMDOgfbZV0dApMwOuzpr55RhuUrWATLpWls/D4yX7CYxrw==
   dependencies:
     "@babel/runtime" "^7.0.0"
     "@jest/create-cache-key-function" "^29.2.1"
-    "@react-native-community/cli" "10.0.0"
-    "@react-native-community/cli-platform-android" "10.0.0"
-    "@react-native-community/cli-platform-ios" "10.0.0"
-    "@react-native-windows/cli" "0.71.2"
+    "@react-native-community/cli" "11.3.7"
+    "@react-native-community/cli-platform-android" "11.3.7"
+    "@react-native-community/cli-platform-ios" "11.3.7"
+    "@react-native-windows/cli" "0.72.3"
     "@react-native/assets" "1.0.0"
-    "@react-native/normalize-color" "2.1.0"
-    "@react-native/polyfills" "2.0.0"
+    "@react-native/assets-registry" "^0.72.0"
+    "@react-native/codegen" "^0.72.7"
+    "@react-native/gradle-plugin" "^0.72.11"
+    "@react-native/js-polyfills" "^0.72.1"
+    "@react-native/normalize-colors" "^0.72.0"
+    "@react-native/virtualized-lists" "^0.72.8"
     abort-controller "^3.0.0"
     anser "^1.4.9"
     base64-js "^1.1.2"
-    deprecated-react-native-prop-types "^3.0.1"
+    deprecated-react-native-prop-types "4.1.0"
     event-target-shim "^5.0.1"
+    flow-enums-runtime "^0.0.5"
     invariant "^2.2.4"
     jest-environment-node "^29.2.1"
-    jsc-android "^250230.2.1"
+    jsc-android "^250231.0.0"
     memoize-one "^5.0.0"
-    metro-react-native-babel-transformer "0.73.5"
-    metro-runtime "0.73.5"
-    metro-source-map "0.73.5"
+    metro-runtime "0.76.8"
+    metro-source-map "0.76.8"
     mkdirp "^0.5.1"
     nullthrows "^1.1.1"
     pretty-format "^26.5.2"
     promise "^8.3.0"
-    react-devtools-core "^4.26.1"
-    react-native-codegen "^0.71.3"
-    react-native-gradle-plugin "^0.71.12"
+    react-devtools-core "^4.27.2"
     react-refresh "^0.4.0"
     react-shallow-renderer "^16.15.0"
     regenerator-runtime "^0.13.2"
-    scheduler "^0.23.0"
+    scheduler "0.24.0-canary-efb381bbf-20230505"
     source-map-support "^0.5.19"
-    stacktrace-parser "^0.1.3"
+    stacktrace-parser "^0.1.10"
     use-sync-external-store "^1.0.0"
     whatwg-fetch "^3.0.0"
     ws "^6.2.2"
+    yargs "^17.6.2"
 
-react-native@0.71.6:
-  version "0.71.6"
-  resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.71.6.tgz#e8f07baf55abd1015eaa7040ceaa4aa632c2c04f"
-  integrity sha512-gHrDj7qaAaiE41JwaFCh3AtvOqOLuRgZtHKzNiwxakG/wvPAYmG73ECfWHGxjxIx/QT17Hp37Da3ipCei/CayQ==
+react-native@0.72.6:
+  version "0.72.6"
+  resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.72.6.tgz#9f8d090694907e2f83af22e115cc0e4a3d5fa626"
+  integrity sha512-RafPY2gM7mcrFySS8TL8x+TIO3q7oAlHpzEmC7Im6pmXni6n1AuufGaVh0Narbr1daxstw7yW7T9BKW5dpVc2A==
   dependencies:
     "@jest/create-cache-key-function" "^29.2.1"
-    "@react-native-community/cli" "10.2.2"
-    "@react-native-community/cli-platform-android" "10.2.0"
-    "@react-native-community/cli-platform-ios" "10.2.1"
-    "@react-native/assets" "1.0.0"
-    "@react-native/normalize-color" "2.1.0"
-    "@react-native/polyfills" "2.0.0"
+    "@react-native-community/cli" "11.3.7"
+    "@react-native-community/cli-platform-android" "11.3.7"
+    "@react-native-community/cli-platform-ios" "11.3.7"
+    "@react-native/assets-registry" "^0.72.0"
+    "@react-native/codegen" "^0.72.7"
+    "@react-native/gradle-plugin" "^0.72.11"
+    "@react-native/js-polyfills" "^0.72.1"
+    "@react-native/normalize-colors" "^0.72.0"
+    "@react-native/virtualized-lists" "^0.72.8"
     abort-controller "^3.0.0"
     anser "^1.4.9"
     base64-js "^1.1.2"
-    deprecated-react-native-prop-types "^3.0.1"
+    deprecated-react-native-prop-types "4.1.0"
     event-target-shim "^5.0.1"
+    flow-enums-runtime "^0.0.5"
     invariant "^2.2.4"
     jest-environment-node "^29.2.1"
     jsc-android "^250231.0.0"
     memoize-one "^5.0.0"
-    metro-react-native-babel-transformer "0.73.9"
-    metro-runtime "0.73.9"
-    metro-source-map "0.73.9"
+    metro-runtime "0.76.8"
+    metro-source-map "0.76.8"
     mkdirp "^0.5.1"
     nullthrows "^1.1.1"
     pretty-format "^26.5.2"
     promise "^8.3.0"
-    react-devtools-core "^4.26.1"
-    react-native-codegen "^0.71.5"
-    react-native-gradle-plugin "^0.71.17"
+    react-devtools-core "^4.27.2"
     react-refresh "^0.4.0"
     react-shallow-renderer "^16.15.0"
     regenerator-runtime "^0.13.2"
-    scheduler "^0.23.0"
-    stacktrace-parser "^0.1.3"
+    scheduler "0.24.0-canary-efb381bbf-20230505"
+    stacktrace-parser "^0.1.10"
     use-sync-external-store "^1.0.0"
     whatwg-fetch "^3.0.0"
     ws "^6.2.2"
+    yargs "^17.6.2"
 
 react-refresh@^0.4.0:
   version "0.4.3"
@@ -4859,12 +4497,12 @@ readline@^1.3.0:
   resolved "https://registry.yarnpkg.com/readline/-/readline-1.3.0.tgz#c580d77ef2cfc8752b132498060dc9793a7ac01c"
   integrity sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw=
 
-recast@^0.20.4:
-  version "0.20.5"
-  resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae"
-  integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==
+recast@^0.21.0:
+  version "0.21.5"
+  resolved "https://registry.yarnpkg.com/recast/-/recast-0.21.5.tgz#e8cd22bb51bcd6130e54f87955d33a2b2e57b495"
+  integrity sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==
   dependencies:
-    ast-types "0.14.2"
+    ast-types "0.15.2"
     esprima "~4.0.0"
     source-map "~0.6.1"
     tslib "^2.0.1"
@@ -4900,14 +4538,6 @@ regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.4:
   resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
   integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
 
-regex-not@^1.0.0, regex-not@^1.0.2:
-  version "1.0.2"
-  resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
-  integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==
-  dependencies:
-    extend-shallow "^3.0.2"
-    safe-regex "^1.1.0"
-
 regexpu-core@^4.7.1:
   version "4.8.0"
   resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.8.0.tgz#e5605ba361b67b1718478501327502f4479a98f0"
@@ -4951,16 +4581,6 @@ regjsparser@^0.9.1:
   dependencies:
     jsesc "~0.5.0"
 
-repeat-element@^1.1.2:
-  version "1.1.4"
-  resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9"
-  integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==
-
-repeat-string@^1.6.1:
-  version "1.6.1"
-  resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
-  integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
-
 require-directory@^2.1.1:
   version "2.1.1"
   resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -4985,11 +4605,6 @@ resolve-from@^3.0.0:
   resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
   integrity sha1-six699nWiBvItuZTM17rywoYh0g=
 
-resolve-url@^0.2.1:
-  version "0.2.1"
-  resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
-  integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
-
 resolve@^1.1.6, resolve@^1.14.2:
   version "1.20.0"
   resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
@@ -5023,11 +4638,6 @@ restore-cursor@^3.1.0:
     onetime "^5.1.0"
     signal-exit "^3.0.2"
 
-ret@~0.1.10:
-  version "0.1.15"
-  resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
-  integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
-
 reusify@^1.0.4:
   version "1.0.4"
   resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
@@ -5040,11 +4650,6 @@ rimraf@^3.0.2:
   dependencies:
     glob "^7.1.3"
 
-rimraf@~2.2.6:
-  version "2.2.8"
-  resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
-  integrity sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=
-
 rimraf@~2.6.2:
   version "2.6.3"
   resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
@@ -5069,17 +4674,10 @@ safe-buffer@~5.2.0:
   resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
   integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
 
-safe-regex@^1.1.0:
-  version "1.1.0"
-  resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
-  integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4=
-  dependencies:
-    ret "~0.1.10"
-
-scheduler@^0.23.0:
-  version "0.23.0"
-  resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
-  integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
+scheduler@0.24.0-canary-efb381bbf-20230505:
+  version "0.24.0-canary-efb381bbf-20230505"
+  resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.24.0-canary-efb381bbf-20230505.tgz#5dddc60e29f91cd7f8b983d7ce4a99c2202d178f"
+  integrity sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==
   dependencies:
     loose-envify "^1.1.0"
 
@@ -5098,6 +4696,11 @@ semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
   resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
   integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
 
+semver@^6.3.1:
+  version "6.3.1"
+  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
+  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
+
 semver@^7.3.2:
   version "7.3.5"
   resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
@@ -5105,6 +4708,13 @@ semver@^7.3.2:
   dependencies:
     lru-cache "^6.0.0"
 
+semver@^7.5.2:
+  version "7.5.4"
+  resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
+  integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
+  dependencies:
+    lru-cache "^6.0.0"
+
 send@0.17.1:
   version "0.17.1"
   resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -5144,16 +4754,6 @@ set-blocking@^2.0.0:
   resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
   integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
 
-set-value@^2.0.0, set-value@^2.0.1:
-  version "2.0.1"
-  resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
-  integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==
-  dependencies:
-    extend-shallow "^2.0.1"
-    is-extendable "^0.1.1"
-    is-plain-object "^2.0.3"
-    split-string "^3.0.1"
-
 setprototypeof@1.1.1:
   version "1.1.1"
   resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
@@ -5219,6 +4819,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
   resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.5.tgz#9e3e8cc0c75a99472b44321033a7702e7738252f"
   integrity sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==
 
+signal-exit@^3.0.3:
+  version "3.0.7"
+  resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
+  integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
+
 sisteransi@^1.0.5:
   version "1.0.5"
   resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
@@ -5243,47 +4848,6 @@ slice-ansi@^2.0.0:
     astral-regex "^1.0.0"
     is-fullwidth-code-point "^2.0.0"
 
-snapdragon-node@^2.0.1:
-  version "2.1.1"
-  resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
-  integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==
-  dependencies:
-    define-property "^1.0.0"
-    isobject "^3.0.0"
-    snapdragon-util "^3.0.1"
-
-snapdragon-util@^3.0.1:
-  version "3.0.1"
-  resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2"
-  integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==
-  dependencies:
-    kind-of "^3.2.0"
-
-snapdragon@^0.8.1:
-  version "0.8.2"
-  resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d"
-  integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==
-  dependencies:
-    base "^0.11.1"
-    debug "^2.2.0"
-    define-property "^0.2.5"
-    extend-shallow "^2.0.1"
-    map-cache "^0.2.2"
-    source-map "^0.5.6"
-    source-map-resolve "^0.5.0"
-    use "^3.1.0"
-
-source-map-resolve@^0.5.0:
-  version "0.5.3"
-  resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
-  integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==
-  dependencies:
-    atob "^2.1.2"
-    decode-uri-component "^0.2.0"
-    resolve-url "^0.2.1"
-    source-map-url "^0.4.0"
-    urix "^0.1.0"
-
 source-map-support@^0.5.16, source-map-support@^0.5.19:
   version "0.5.20"
   resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9"
@@ -5300,11 +4864,6 @@ source-map-support@~0.5.20:
     buffer-from "^1.0.0"
     source-map "^0.6.0"
 
-source-map-url@^0.4.0:
-  version "0.4.1"
-  resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56"
-  integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==
-
 source-map@^0.5.0, source-map@^0.5.6:
   version "0.5.7"
   resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
@@ -5320,13 +4879,6 @@ source-map@^0.7.3:
   resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
   integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
 
-split-string@^3.0.1, split-string@^3.0.2:
-  version "3.1.0"
-  resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
-  integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==
-  dependencies:
-    extend-shallow "^3.0.0"
-
 sprintf-js@~1.0.2:
   version "1.0.3"
   resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -5349,21 +4901,13 @@ stackframe@^1.1.1:
   resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.0.tgz#52429492d63c62eb989804c11552e3d22e779303"
   integrity sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==
 
-stacktrace-parser@^0.1.3:
+stacktrace-parser@^0.1.10:
   version "0.1.10"
   resolved "https://registry.yarnpkg.com/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz#29fb0cae4e0d0b85155879402857a1639eb6051a"
   integrity sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==
   dependencies:
     type-fest "^0.7.1"
 
-static-extend@^0.1.1:
-  version "0.1.2"
-  resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
-  integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=
-  dependencies:
-    define-property "^0.2.5"
-    object-copy "^0.1.0"
-
 "statuses@>= 1.5.0 < 2", statuses@~1.5.0:
   version "1.5.0"
   resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
@@ -5457,14 +5001,6 @@ supports-preserve-symlinks-flag@^1.0.0:
   resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
   integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
 
-temp@0.8.3:
-  version "0.8.3"
-  resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.3.tgz#e0c6bc4d26b903124410e4fed81103014dfc1f59"
-  integrity sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k=
-  dependencies:
-    os-tmpdir "^1.0.0"
-    rimraf "~2.2.6"
-
 temp@^0.8.4:
   version "0.8.4"
   resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2"
@@ -5505,21 +5041,6 @@ to-fast-properties@^2.0.0:
   resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
   integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
 
-to-object-path@^0.3.0:
-  version "0.3.0"
-  resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
-  integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=
-  dependencies:
-    kind-of "^3.0.2"
-
-to-regex-range@^2.1.0:
-  version "2.1.1"
-  resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38"
-  integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=
-  dependencies:
-    is-number "^3.0.0"
-    repeat-string "^1.6.1"
-
 to-regex-range@^5.0.1:
   version "5.0.1"
   resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
@@ -5527,16 +5048,6 @@ to-regex-range@^5.0.1:
   dependencies:
     is-number "^7.0.0"
 
-to-regex@^3.0.1, to-regex@^3.0.2:
-  version "3.0.2"
-  resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
-  integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==
-  dependencies:
-    define-property "^2.0.2"
-    extend-shallow "^3.0.2"
-    regex-not "^1.0.2"
-    safe-regex "^1.1.0"
-
 toidentifier@1.0.0:
   version "1.0.0"
   resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
@@ -5603,16 +5114,6 @@ unicode-property-aliases-ecmascript@^2.0.0:
   resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8"
   integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
 
-union-value@^1.0.0:
-  version "1.0.1"
-  resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
-  integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==
-  dependencies:
-    arr-union "^3.1.0"
-    get-value "^2.0.6"
-    is-extendable "^0.1.1"
-    set-value "^2.0.1"
-
 universalify@^0.1.0:
   version "0.1.2"
   resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
@@ -5623,14 +5124,6 @@ unpipe@~1.0.0:
   resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
   integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
 
-unset-value@^1.0.0:
-  version "1.0.0"
-  resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
-  integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=
-  dependencies:
-    has-value "^0.3.1"
-    isobject "^3.0.0"
-
 update-browserslist-db@^1.0.10:
   version "1.0.11"
   resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940"
@@ -5639,21 +5132,19 @@ update-browserslist-db@^1.0.10:
     escalade "^3.1.1"
     picocolors "^1.0.0"
 
-urix@^0.1.0:
-  version "0.1.0"
-  resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
-  integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
+update-browserslist-db@^1.0.13:
+  version "1.0.13"
+  resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4"
+  integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==
+  dependencies:
+    escalade "^3.1.1"
+    picocolors "^1.0.0"
 
 use-sync-external-store@^1.0.0:
   version "1.2.0"
   resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
   integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
 
-use@^3.1.0:
-  version "3.1.1"
-  resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
-  integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
-
 username@^5.1.0:
   version "5.1.0"
   resolved "https://registry.yarnpkg.com/username/-/username-5.1.0.tgz#a7f9325adce2d0166448cdd55d4985b1360f2508"
@@ -5836,6 +5327,11 @@ yallist@^4.0.0:
   resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
   integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
 
+yaml@^2.2.1:
+  version "2.3.4"
+  resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4.tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2"
+  integrity sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==
+
 yargs-parser@^18.1.2:
   version "18.1.3"
   resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
@@ -5884,10 +5380,10 @@ yargs@^16.2.0:
     y18n "^5.0.5"
     yargs-parser "^20.2.2"
 
-yargs@^17.5.1:
-  version "17.7.1"
-  resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
-  integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
+yargs@^17.6.2:
+  version "17.7.2"
+  resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
+  integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
   dependencies:
     cliui "^8.0.1"
     escalade "^3.1.1"