diff --git a/CHANGELOG.md b/CHANGELOG.md index da4be0b2..3a16afd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The changes documented here do not include those from the original repository. +## [Version 1.4.0] + +## 2023-08-25 +- Implemented feature to disable Google Fit (https://outsystemsrd.atlassian.net/browse/RMET-2723). + ## [Version 1.3.0] - Feat: [iOS] Add a method to retrieve workouts raw data from HealthKit (https://outsystemsrd.atlassian.net/browse/RMET-2128). diff --git a/package.json b/package.json index 7cb53b1c..ee9bb79f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.healthfitness", - "version": "1.3.0", + "version": "1.4.0", "description": "Health & Fitness cordova plugin for OutSystems applications.", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index 1af051da..cfc36e3e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + HealthFitness Health & Fitness cordova plugin for OutSystems applications. OutSystems Inc diff --git a/src/android/build.gradle b/src/android/build.gradle index ff32d0f7..d3f5ff46 100644 --- a/src/android/build.gradle +++ b/src/android/build.gradle @@ -25,7 +25,7 @@ dependencies{ implementation("com.github.outsystems:oscore-android:1.2.0@aar") implementation("com.github.outsystems:oscordova-android:1.2.0@aar") - implementation("com.github.outsystems:oshealthfitness-android:1.1.1@aar") + implementation("com.github.outsystems:oshealthfitness-android:1.2.0@aar") implementation("com.github.outsystems:osnotificationpermissions-android:0.0.4@aar") def roomVersion = "2.4.2" diff --git a/src/android/com/outsystems/plugins/healthfitness/OSHealthFitness.kt b/src/android/com/outsystems/plugins/healthfitness/OSHealthFitness.kt index b0eb6c6c..e2b11d66 100755 --- a/src/android/com/outsystems/plugins/healthfitness/OSHealthFitness.kt +++ b/src/android/com/outsystems/plugins/healthfitness/OSHealthFitness.kt @@ -68,6 +68,9 @@ class OSHealthFitness : CordovaImplementation() { "updateBackgroundJob" -> { updateBackgroundJob(args) } + "disconnectFromGoogleFit" -> { + disconnectFromGoogleFit() + } } return true } @@ -232,6 +235,17 @@ class OSHealthFitness : CordovaImplementation() { } ) } + + private fun disconnectFromGoogleFit() { + healthStore?.disconnectFromGoogleFit( + { + sendPluginResult("success", null) + }, + { + sendPluginResult(null, Pair(it.code.toString(), it.message)) + } + ) + } override fun onActivityResult(requestCode: Int, resultCode: Int, intent: Intent) { //super.onActivityResult(requestCode, resultCode, intent) diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/Info.plist b/src/ios/frameworks/OSHealthFitnessLib.xcframework/Info.plist index 6d5b8047..390efee3 100644 --- a/src/ios/frameworks/OSHealthFitnessLib.xcframework/Info.plist +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath OSHealthFitnessLib.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath OSHealthFitnessLib.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel 2.mom b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel 2.mom index 310df8d8..0dab4adf 100644 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel 2.mom and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel 2.mom differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel.mom b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel.mom index 5def7018..ebc65c35 100644 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel.mom and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel.mom differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Headers/OSHealthFitnessLib-Swift.h b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Headers/OSHealthFitnessLib-Swift.h index 22e6b4ae..94dc9096 100644 --- a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Headers/OSHealthFitnessLib-Swift.h +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Headers/OSHealthFitnessLib-Swift.h @@ -1,4 +1,6 @@ -// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#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 OSHEALTHFITNESSLIB_SWIFT_H #define OSHEALTHFITNESSLIB_SWIFT_H #pragma clang diagnostic push @@ -21,11 +23,20 @@ # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -181,9 +192,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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" @@ -191,6 +204,28 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # 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" @@ -198,6 +233,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import CoreData; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -205,6 +241,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -213,6 +250,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSEntityDescription; @class NSManagedObjectContext; @@ -258,8 +296,15 @@ SWIFT_CLASS("_TtC18OSHealthFitnessLib12Notification") @property (nonatomic, strong) BackgroundJob * _Nullable relationship; @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/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Info.plist b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Info.plist index 1080a900..67458372 100644 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Info.plist and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Info.plist differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.abi.json b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.abi.json new file mode 100644 index 00000000..0f2abcfa --- /dev/null +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.abi.json @@ -0,0 +1,17838 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "HealthKitErrors", + "printedName": "HealthKitErrors", + "children": [ + { + "kind": "Var", + "name": "variableNotAvailable", + "printedName": "variableNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO20variableNotAvailableyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO20variableNotAvailableyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "variableNotAuthorized", + "printedName": "variableNotAuthorized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO21variableNotAuthorizedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO21variableNotAuthorizedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "operationNotAllowed", + "printedName": "operationNotAllowed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO19operationNotAllowedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO19operationNotAllowedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "errorWhileReading", + "printedName": "errorWhileReading", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO17errorWhileReadingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO17errorWhileReadingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "errorWhileWriting", + "printedName": "errorWhileWriting", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO17errorWhileWritingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO17errorWhileWritingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "variableHasWriteDenied", + "printedName": "variableHasWriteDenied", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO22variableHasWriteDeniedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO22variableHasWriteDeniedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "badParameterType", + "printedName": "badParameterType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO16badParameterTypeyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16badParameterTypeyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "authorizationError", + "printedName": "authorizationError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO18authorizationErroryA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO18authorizationErroryA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "notAvailableOnDevice", + "printedName": "notAvailableOnDevice", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO20notAvailableOnDeviceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO20notAvailableOnDeviceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "unitNotAvailable", + "printedName": "unitNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO16unitNotAvailableyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16unitNotAvailableyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "backgroundJobAlreadyExists", + "printedName": "backgroundJobAlreadyExists", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO26backgroundJobAlreadyExistsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO26backgroundJobAlreadyExistsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "invalidBackgroundJobID", + "printedName": "invalidBackgroundJobID", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO22invalidBackgroundJobIDyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO22invalidBackgroundJobIDyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "backgroundJobNotFound", + "printedName": "backgroundJobNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO21backgroundJobNotFoundyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO21backgroundJobNotFoundyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "unsubscribeError", + "printedName": "unsubscribeError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO16unsubscribeErroryA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16unsubscribeErroryA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "workoutTypeNotAvailable", + "printedName": "workoutTypeNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO23workoutTypeNotAvailableyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO23workoutTypeNotAvailableyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "workoutTypeNotAuthorized", + "printedName": "workoutTypeNotAuthorized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO24workoutTypeNotAuthorizedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO24workoutTypeNotAuthorizedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "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:18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvp", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "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:18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvg", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvg", + "moduleName": "OSHealthFitnessLib", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.HealthKitErrors?", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO8rawValueACSgSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO8rawValueACSgSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivp", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivg", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "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": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "CloudKit", + "printedName": "CloudKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "VariableStruct", + "printedName": "VariableStruct", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(allVariables:fitnessVariables:healthVariables:profileVariables:workoutVariables:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableStruct", + "printedName": "OSHealthFitnessLib.VariableStruct", + "usr": "s:18OSHealthFitnessLib14VariableStructV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib14VariableStructV12allVariables07fitnessG006healthG007profileG007workoutG0ACSS_S4Stcfc", + "mangledName": "$s18OSHealthFitnessLib14VariableStructV12allVariables07fitnessG006healthG007profileG007workoutG0ACSS_S4Stcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib14VariableStructV", + "mangledName": "$s18OSHealthFitnessLib14VariableStructV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "HealthFitnessPlugin", + "printedName": "HealthFitnessPlugin", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthFitnessPlugin", + "printedName": "OSHealthFitnessLib.HealthFitnessPlugin", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginCACycfc", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginCACycfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "deleteBackgroundJobs", + "printedName": "deleteBackgroundJobs(id: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" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC20deleteBackgroundJobs2id10completionySSSg_ySo7NSErrorCSgctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC20deleteBackgroundJobs2id10completionySSSg_ySo7NSErrorCSgctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "countBackgroundJobsFor", + "printedName": "countBackgroundJobsFor(variable:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC22countBackgroundJobsFor8variableSiSS_tF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC22countBackgroundJobsFor8variableSiSS_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "listBackgroundJobs", + "printedName": "listBackgroundJobs()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC18listBackgroundJobsSSyF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC18listBackgroundJobsSSyF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "writeData", + "printedName": "writeData(variable:value:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC9writeData8variable5value10completionySS_SdySb_So7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC9writeData8variable5value10completionySS_SdySb_So7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getLastRecord", + "printedName": "getLastRecord(variable:mostRecent:timeUnitLength:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC13getLastRecord8variable10mostRecent14timeUnitLength10completionySS_SbSiySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC13getLastRecord8variable10mostRecent14timeUnitLength10completionySS_SbSiySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "requestPermissions", + "printedName": "requestPermissions(customPermissions:variable:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "VariableStruct", + "printedName": "OSHealthFitnessLib.VariableStruct", + "usr": "s:18OSHealthFitnessLib14VariableStructV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC18requestPermissions06customG08variable10completionySS_AA14VariableStructVySb_So7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC18requestPermissions06customG08variable10completionySS_AA14VariableStructVySb_So7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBackgroundJob", + "printedName": "setBackgroundJob(variable:timeUnit:notificationFrequency:jobFrequency:condition:value:notificationText:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, grouping: Swift.Int)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, grouping: Swift.Int)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(header: Swift.String, body: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC16setBackgroundJob8variable8timeUnit21notificationFrequency03jobM09condition5value0L4Text10completionySS_SS4name_Si8groupingtSSAM_SiANtS2SSdSS6header_SS4bodytySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC16setBackgroundJob8variable8timeUnit21notificationFrequency03jobM09condition5value0L4Text10completionySS_SS4name_Si8groupingtSSAM_SiANtS2SSdSS6header_SS4bodytySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateBackgroundJob", + "printedName": "updateBackgroundJob(id:notificationFrequency:condition:value:notificationText:isActive:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String?, grouping: Swift.Int?)", + "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.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "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.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(header: Swift.String?, body: Swift.String?)", + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC19updateBackgroundJob2id21notificationFrequency9condition5value0J4Text8isActive10completionys5Int64VSg_SSSg4name_SiSg8groupingtAOSdSgAO6header_AO4bodytSbSgySb_So7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC19updateBackgroundJob2id21notificationFrequency9condition5value0J4Text8isActive10completionys5Int64VSg_SSSg4name_SiSg8groupingtAOSdSgAO6header_AO4bodytSbSgySb_So7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "advancedQuery", + "printedName": "advancedQuery(variable:date:timeUnit:operationType:mostRecent:onlyFilledBlocks:resultType:timeUnitLength:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(start: Foundation.Date, end: Foundation.Date)", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "hasDefaultArg": true, + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC13advancedQuery8variable4date8timeUnit13operationType10mostRecent16onlyFilledBlocks06resultM00jK6Length10completionySS_10Foundation4DateV5start_AP3endtS2SS2bAA08Advancedg6ResultM0VSiySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC13advancedQuery8variable4date8timeUnit13operationType10mostRecent16onlyFilledBlocks06resultM00jK6Length10completionySS_10Foundation4DateV5start_AP3endtS2SS2bAA08Advancedg6ResultM0VSiySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "workoutAdvancedQuery", + "printedName": "workoutAdvancedQuery(workoutTypeVariableDictionary:date:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(start: Foundation.Date, end: Foundation.Date)", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC20workoutAdvancedQuery0F22TypeVariableDictionary4date10completionySDyAA07WorkoutI0VAA0jI0VG_10Foundation4DateV5start_AO3endtySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC20workoutAdvancedQuery0F22TypeVariableDictionary4date10completionySDyAA07WorkoutI0VAA0jI0VG_10Foundation4DateV5start_AO3endtySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC", + "moduleName": "OSHealthFitnessLib", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "UInt128Errors", + "printedName": "UInt128Errors", + "children": [ + { + "kind": "Var", + "name": "invalidString", + "printedName": "invalidString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.UInt128Errors.Type) -> OSHealthFitnessLib.UInt128Errors", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.UInt128Errors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO13invalidStringyA2CmF", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO13invalidStringyA2CmF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + }, + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO2eeoiySbAC_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO2eeoiySbAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivp", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivg", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO4hash4intoys6HasherVz_tF", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO4hash4intoys6HasherVz_tF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UInt128", + "printedName": "UInt128", + "children": [ + { + "kind": "Var", + "name": "significantBits", + "printedName": "significantBits", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V15significantBitsACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15significantBitsACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V15significantBitsACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15significantBitsACvg", + "moduleName": "OSHealthFitnessLib", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(upperBits:lowerBits:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V9upperBits05lowerF0ACs6UInt64V_AGtcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9upperBits05lowerF0ACs6UInt64V_AGtcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128VACycfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128VACycfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.UInt128?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128VyACSgSScfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128VyACSgSScfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "nonzeroBitCount", + "printedName": "nonzeroBitCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "leadingZeroBitCount", + "printedName": "leadingZeroBitCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bigEndian", + "printedName": "bigEndian", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V9bigEndianACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9bigEndianACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V9bigEndianACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9bigEndianACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "littleEndian", + "printedName": "littleEndian", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V12littleEndianACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V12littleEndianACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V12littleEndianACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V12littleEndianACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "byteSwapped", + "printedName": "byteSwapped", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V11byteSwappedACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11byteSwappedACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V11byteSwappedACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11byteSwappedACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_truncatingBits:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V15_truncatingBitsACSu_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15_truncatingBitsACSu_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bigEndian:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V9bigEndianA2C_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9bigEndianA2C_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(littleEndian:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V12littleEndianA2C_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V12littleEndianA2C_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "addingReportingOverflow", + "printedName": "addingReportingOverflow(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V23addingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V23addingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "subtractingReportingOverflow", + "printedName": "subtractingReportingOverflow(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V28subtractingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V28subtractingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "multipliedReportingOverflow", + "printedName": "multipliedReportingOverflow(by:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V27multipliedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V27multipliedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "multipliedFullWidth", + "printedName": "multipliedFullWidth(by:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V19multipliedFullWidth2byAC4high_AC3lowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V19multipliedFullWidth2byAC4high_AC3lowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dividedReportingOverflow", + "printedName": "dividedReportingOverflow(by:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V24dividedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V24dividedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dividingFullWidth", + "printedName": "dividingFullWidth(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V17dividingFullWidthyAC8quotient_AC9remaindertAC4high_AC3lowt_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V17dividingFullWidthyAC8quotient_AC9remaindertAC4high_AC3lowt_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remainderReportingOverflow", + "printedName": "remainderReportingOverflow(dividingBy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V26remainderReportingOverflow10dividingByAC12partialValue_Sb8overflowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V26remainderReportingOverflow10dividingByAC12partialValue_Sb8overflowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "quotientAndRemainder", + "printedName": "quotientAndRemainder(dividingBy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V20quotientAndRemainder10dividingByAC0E0_AC9remaindertAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V20quotientAndRemainder10dividingByAC0E0_AC9remaindertAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "bitWidth", + "printedName": "bitWidth", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V8bitWidthSivpZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V8bitWidthSivpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V8bitWidthSivgZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V8bitWidthSivgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "words", + "printedName": "words", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V5wordsSaySuGvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V5wordsSaySuGvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V5wordsSaySuGvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V5wordsSaySuGvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trailingZeroBitCount", + "printedName": "trailingZeroBitCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(exactly:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.UInt128?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V7exactlyACSgx_tcSBRzlufc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V7exactlyACSgx_tcSBRzlufc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128VyACxcSBRzlufc", + "mangledName": "$s18OSHealthFitnessLib7UInt128VyACxcSBRzlufc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "\/", + "printedName": "\/(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1doiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1doiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "\/=", + "printedName": "\/=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2deoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2deoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "%", + "printedName": "%(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1roiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1roiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "%=", + "printedName": "%=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2reoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2reoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "&=", + "printedName": "&=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2aeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2aeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "|=", + "printedName": "|=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2oeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2oeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "^=", + "printedName": "^=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2xeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2xeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "&>>=", + "printedName": "&>>=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V4aggeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4aggeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "&<<=", + "printedName": "&<<=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V4alleoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4alleoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V4hash4intoys6HasherVz_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4hash4intoys6HasherVz_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V9hashValueSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9hashValueSivp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V9hashValueSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9hashValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1poiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1poiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "+=", + "printedName": "+=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2peoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2peoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1soiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1soiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-=", + "printedName": "-=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2seoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2seoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "*", + "printedName": "*(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1moiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1moiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "*=", + "printedName": "*=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2meoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2meoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2eeoiySbAC_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2eeoiySbAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V14integerLiteralACSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V14integerLiteralACSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V11descriptionSSvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11descriptionSSvp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V11descriptionSSvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11descriptionSSvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V16debugDescriptionSSvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V16debugDescriptionSSvp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V16debugDescriptionSSvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V16debugDescriptionSSvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "<", + "printedName": "<(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1loiySbAC_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1loiySbAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib7UInt128V", + "mangledName": "$s18OSHealthFitnessLib7UInt128V", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BinaryInteger", + "printedName": "BinaryInteger", + "children": [ + { + "kind": "TypeWitness", + "name": "Words", + "printedName": "Words", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:Sz", + "mangledName": "$sSz" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "UnsignedInteger", + "printedName": "UnsignedInteger", + "usr": "s:SU", + "mangledName": "$sSU" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "NotificationCenter", + "printedName": "NotificationCenter", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "UserNotifications", + "printedName": "UserNotifications", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "NotificationCenter", + "printedName": "NotificationCenter", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "BackgroundJobParameters", + "printedName": "BackgroundJobParameters", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variable", + "printedName": "variable", + "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:18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnit", + "printedName": "timeUnit", + "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:18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnitGrouping", + "printedName": "timeUnitGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequency", + "printedName": "notificationFrequency", + "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:18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequencyGrouping", + "printedName": "notificationFrequencyGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jobFrequency", + "printedName": "jobFrequency", + "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:18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "condition", + "printedName": "condition", + "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:18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationHeader", + "printedName": "notificationHeader", + "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:18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationBody", + "printedName": "notificationBody", + "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:18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isActive", + "printedName": "isActive", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:variable:timeUnit:timeUnitGrouping:notificationFrequency:notificationFrequencyGrouping:jobFrequency:condition:value:notificationHeader:notificationBody:isActive:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJobParameters", + "printedName": "OSHealthFitnessLib.BackgroundJobParameters", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "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.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC2id8variable8timeUnit0iJ8Grouping21notificationFrequency0lmK003jobM09condition5value0L6Header0L4Body8isActiveACs5Int64VSg_SSSgASSiSgAst2SSdSgA2SSbSgtcfc", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC2id8variable8timeUnit0iJ8Grouping21notificationFrequency0lmK003jobM09condition5value0L6Header0L4Body8isActiveACs5Int64VSg_SSSgASSiSgAst2SSdSgA2SSbSgtcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJobParameters", + "printedName": "OSHealthFitnessLib.BackgroundJobParameters", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "WorkoutTypeEnum", + "printedName": "WorkoutTypeEnum", + "children": [ + { + "kind": "Var", + "name": "americanFootball", + "printedName": "americanFootball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO16americanFootballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO16americanFootballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "archery", + "printedName": "archery", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7archeryyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7archeryyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "australianFootball", + "printedName": "australianFootball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO18australianFootballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO18australianFootballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "badminton", + "printedName": "badminton", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO9badmintonyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO9badmintonyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "barre", + "printedName": "barre", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO5barreyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO5barreyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "baseball", + "printedName": "baseball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8baseballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8baseballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "basketball", + "printedName": "basketball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10basketballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10basketballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "bowling", + "printedName": "bowling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7bowlingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7bowlingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "boxing", + "printedName": "boxing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6boxingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6boxingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "climbing", + "printedName": "climbing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8climbingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8climbingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "coreTraining", + "printedName": "coreTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12coreTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12coreTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "crossCountrySkiing", + "printedName": "crossCountrySkiing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO18crossCountrySkiingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO18crossCountrySkiingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "crossTraining", + "printedName": "crossTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13crossTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13crossTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "curling", + "printedName": "curling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7curlingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7curlingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "cycling", + "printedName": "cycling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7cyclingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7cyclingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "dance", + "printedName": "dance", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO5danceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO5danceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "danceInspiredTraining", + "printedName": "danceInspiredTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO21danceInspiredTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO21danceInspiredTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "discSports", + "printedName": "discSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10discSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10discSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "downhillSkiing", + "printedName": "downhillSkiing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO14downhillSkiingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO14downhillSkiingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "elliptical", + "printedName": "elliptical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10ellipticalyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10ellipticalyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "equestrianSports", + "printedName": "equestrianSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO16equestrianSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO16equestrianSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "fencing", + "printedName": "fencing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7fencingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7fencingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "fitnessGaming", + "printedName": "fitnessGaming", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13fitnessGamingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13fitnessGamingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "fishing", + "printedName": "fishing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7fishingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7fishingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "flexibility", + "printedName": "flexibility", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11flexibilityyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11flexibilityyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "functionalStrengthTraining", + "printedName": "functionalStrengthTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO26functionalStrengthTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO26functionalStrengthTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "golf", + "printedName": "golf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO4golfyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO4golfyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "gymnastics", + "printedName": "gymnastics", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10gymnasticsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10gymnasticsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "handball", + "printedName": "handball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8handballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8handballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "handCycling", + "printedName": "handCycling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11handCyclingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11handCyclingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "highIntensityIntervalTraining", + "printedName": "highIntensityIntervalTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO29highIntensityIntervalTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO29highIntensityIntervalTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "hiking", + "printedName": "hiking", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6hikingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6hikingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "hockey", + "printedName": "hockey", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6hockeyyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6hockeyyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "hunting", + "printedName": "hunting", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7huntingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7huntingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "jumpRope", + "printedName": "jumpRope", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8jumpRopeyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8jumpRopeyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "kickboxing", + "printedName": "kickboxing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10kickboxingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10kickboxingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "lacrosse", + "printedName": "lacrosse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8lacrosseyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8lacrosseyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "martialArts", + "printedName": "martialArts", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11martialArtsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11martialArtsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "mindAndBody", + "printedName": "mindAndBody", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11mindAndBodyyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11mindAndBodyyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "mixedCardio", + "printedName": "mixedCardio", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11mixedCardioyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11mixedCardioyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "paddleSports", + "printedName": "paddleSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12paddleSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12paddleSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "pilates", + "printedName": "pilates", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7pilatesyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7pilatesyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "play", + "printedName": "play", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO4playyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO4playyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "preparationAndRecovery", + "printedName": "preparationAndRecovery", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO22preparationAndRecoveryyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO22preparationAndRecoveryyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "racquetball", + "printedName": "racquetball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11racquetballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11racquetballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "rowing", + "printedName": "rowing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6rowingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6rowingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "rugby", + "printedName": "rugby", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO5rugbyyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO5rugbyyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "running", + "printedName": "running", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7runningyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7runningyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "sailing", + "printedName": "sailing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7sailingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7sailingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "skatingSports", + "printedName": "skatingSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13skatingSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13skatingSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "snowboarding", + "printedName": "snowboarding", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12snowboardingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12snowboardingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "snowSports", + "printedName": "snowSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10snowSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10snowSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "soccer", + "printedName": "soccer", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6socceryA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6socceryA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "softball", + "printedName": "softball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8softballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8softballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "squash", + "printedName": "squash", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6squashyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6squashyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "stairClimbing", + "printedName": "stairClimbing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13stairClimbingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13stairClimbingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "stairs", + "printedName": "stairs", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6stairsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6stairsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "stepTraining", + "printedName": "stepTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12stepTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12stepTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "surfingSports", + "printedName": "surfingSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13surfingSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13surfingSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "swimming", + "printedName": "swimming", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8swimmingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8swimmingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "tableTennis", + "printedName": "tableTennis", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11tableTennisyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11tableTennisyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "taiChi", + "printedName": "taiChi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6taiChiyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6taiChiyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "tennis", + "printedName": "tennis", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6tennisyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6tennisyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "trackAndField", + "printedName": "trackAndField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13trackAndFieldyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13trackAndFieldyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "traditionalStrengthTraining", + "printedName": "traditionalStrengthTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO27traditionalStrengthTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO27traditionalStrengthTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "volleyball", + "printedName": "volleyball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10volleyballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10volleyballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "walking", + "printedName": "walking", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7walkingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7walkingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "waterFitness", + "printedName": "waterFitness", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO05waterB0yA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO05waterB0yA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "waterPolo", + "printedName": "waterPolo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO9waterPoloyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO9waterPoloyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "waterSports", + "printedName": "waterSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11waterSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11waterSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "wheelchairRunPace", + "printedName": "wheelchairRunPace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO17wheelchairRunPaceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO17wheelchairRunPaceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "wheelchairWalkPace", + "printedName": "wheelchairWalkPace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO18wheelchairWalkPaceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO18wheelchairWalkPaceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "wrestling", + "printedName": "wrestling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO9wrestlingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO9wrestlingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "yoga", + "printedName": "yoga", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO4yogayA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO4yogayA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvp", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvg", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum?", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueACSgSS_tcfc", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueACSgSS_tcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "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": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "VariableType", + "printedName": "VariableType", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib12VariableTypeV8rawValueSivp", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV8rawValueSivp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "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:18OSHealthFitnessLib12VariableTypeV8rawValueSivg", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV8rawValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib12VariableTypeV8rawValueACSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV8rawValueACSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "getVariableType", + "printedName": "getVariableType(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.VariableType?", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib12VariableTypeV03getdE03forACSgSS_tFZ", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV03getdE03forACSgSS_tFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib12VariableTypeV", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "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": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "WorkoutType", + "printedName": "WorkoutType", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvp", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvg", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV8rawValueAcA7UInt128V_tcfc", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV8rawValueAcA7UInt128V_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "getWorkoutType", + "printedName": "getWorkoutType(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.WorkoutType?", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV03getdE03forACSgSS_tFZ", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV03getdE03forACSgSS_tFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "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": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "AdvancedQueryReturnTypeEnum", + "children": [ + { + "kind": "Var", + "name": "allData", + "printedName": "allData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type) -> OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO7allDatayA2CmF", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO7allDatayA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "removeEmptyDataBlocks", + "printedName": "removeEmptyDataBlocks", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type) -> OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO21removeEmptyDataBlocksyA2CmF", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO21removeEmptyDataBlocksyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum?", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueACSgSS_tcfc", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueACSgSS_tcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvp", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvg", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "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": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AdvancedQueryResultType", + "printedName": "AdvancedQueryResultType", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": 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": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivs", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivM", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivM", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueACSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueACSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawDataType", + "printedName": "rawDataType", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvpZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvgZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "dataPointType", + "printedName": "dataPointType", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvpZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvgZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allType", + "printedName": "allType", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvpZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvgZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "get", + "printedName": "get(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV3get4withACSS_tFZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV3get4withACSS_tFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "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": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "AdvancedQueryParameters", + "printedName": "AdvancedQueryParameters", + "children": [ + { + "kind": "Var", + "name": "variable", + "printedName": "variable", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startDate", + "printedName": "startDate", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endDate", + "printedName": "endDate", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnit", + "printedName": "timeUnit", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "operationType", + "printedName": "operationType", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnitLength", + "printedName": "timeUnitLength", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "advancedQueryReturnType", + "printedName": "advancedQueryReturnType", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "advancedQueryResultType", + "printedName": "advancedQueryResultType", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryParameters", + "printedName": "OSHealthFitnessLib.AdvancedQueryParameters", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "WorkoutAdvancedQueryParameters", + "printedName": "WorkoutAdvancedQueryParameters", + "children": [ + { + "kind": "Var", + "name": "workoutTypeVariables", + "printedName": "workoutTypeVariables", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[OSHealthFitnessLib.WorkoutTypeVariableMapping]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeVariableMapping", + "printedName": "OSHealthFitnessLib.WorkoutTypeVariableMapping", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[OSHealthFitnessLib.WorkoutTypeVariableMapping]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeVariableMapping", + "printedName": "OSHealthFitnessLib.WorkoutTypeVariableMapping", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startDate", + "printedName": "startDate", + "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:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endDate", + "printedName": "endDate", + "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:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutAdvancedQueryParameters", + "printedName": "OSHealthFitnessLib.WorkoutAdvancedQueryParameters", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "workoutTypeVariableDictionary", + "printedName": "workoutTypeVariableDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "WorkoutTypeVariableMapping", + "printedName": "WorkoutTypeVariableMapping", + "children": [ + { + "kind": "Var", + "name": "workoutType", + "printedName": "workoutType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvp", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "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:18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvg", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variables", + "printedName": "variables", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvp", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvg", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeVariableMapping", + "printedName": "OSHealthFitnessLib.WorkoutTypeVariableMapping", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "BackgroundJob", + "printedName": "BackgroundJob", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(entity:insertInto:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + }, + { + "kind": "TypeNominal", + "name": "NSEntityDescription", + "printedName": "CoreData.NSEntityDescription", + "usr": "c:objc(cs)NSEntityDescription" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreData.NSManagedObjectContext?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSManagedObjectContext", + "printedName": "CoreData.NSManagedObjectContext", + "usr": "c:objc(cs)NSManagedObjectContext" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob(im)initWithEntity:insertIntoManagedObjectContext:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc", + "moduleName": "OSHealthFitnessLib", + "overriding": true, + "implicit": true, + "objc_name": "initWithEntity:insertIntoManagedObjectContext:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fetchRequest", + "printedName": "fetchRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSFetchRequest", + "printedName": "CoreData.NSFetchRequest", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "c:objc(cs)NSFetchRequest" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib13BackgroundJobC12fetchRequestSo07NSFetchG0CyACGyFZ", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12fetchRequestSo07NSFetchG0CyACGyFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "comparision", + "printedName": "comparision", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)comparision", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC11comparisionSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)comparision", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC11comparisionSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setComparision:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC11comparisionSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)id", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC2ids5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)id", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC2ids5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setId:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC2ids5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isActive", + "printedName": "isActive", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)isActive", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8isActiveSbvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)isActive", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8isActiveSbvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "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:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setIsActive:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8isActiveSbvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "lastNotificationTimestamp", + "printedName": "lastNotificationTimestamp", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)lastNotificationTimestamp", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC25lastNotificationTimestamp10Foundation4DateVSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)lastNotificationTimestamp", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC25lastNotificationTimestamp10Foundation4DateVSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setLastNotificationTimestamp:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC25lastNotificationTimestamp10Foundation4DateVSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequency", + "printedName": "notificationFrequency", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)notificationFrequency", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC21notificationFrequencySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)notificationFrequency", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC21notificationFrequencySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setNotificationFrequency:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC21notificationFrequencySSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequencyGrouping", + "printedName": "notificationFrequencyGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)notificationFrequencyGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC29notificationFrequencyGroupings5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)notificationFrequencyGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC29notificationFrequencyGroupings5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setNotificationFrequencyGrouping:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC29notificationFrequencyGroupings5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "operation", + "printedName": "operation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)operation", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC9operationSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)operation", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC9operationSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setOperation:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC9operationSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "timeUnit", + "printedName": "timeUnit", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)timeUnit", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8timeUnitSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)timeUnit", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8timeUnitSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setTimeUnit:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8timeUnitSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "timeUnitGrouping", + "printedName": "timeUnitGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)timeUnitGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC16timeUnitGroupings5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)timeUnitGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC16timeUnitGroupings5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setTimeUnitGrouping:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC16timeUnitGroupings5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)value", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC5valueSdvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)value", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC5valueSdvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setValue:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC5valueSdvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "variable", + "printedName": "variable", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)variable", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8variableSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)variable", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8variableSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setVariable:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8variableSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "notification", + "printedName": "notification", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.Notification?", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)notification", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12notificationAA12NotificationCSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.Notification?", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)notification", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12notificationAA12NotificationCSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.Notification?", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setNotification:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12notificationAA12NotificationCSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSManagedObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "CoreData.NSManagedObject", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" + }, + { + "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": "Conformance", + "name": "ObservableObject", + "printedName": "ObservableObject", + "children": [ + { + "kind": "TypeWitness", + "name": "ObjectWillChangePublisher", + "printedName": "ObjectWillChangePublisher", + "children": [ + { + "kind": "TypeNominal", + "name": "ObservableObjectPublisher", + "printedName": "Combine.ObservableObjectPublisher", + "usr": "s:7Combine25ObservableObjectPublisherC" + } + ] + } + ], + "usr": "s:7Combine16ObservableObjectP", + "mangledName": "$s7Combine16ObservableObjectP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "Notification", + "printedName": "Notification", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(entity:insertInto:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + }, + { + "kind": "TypeNominal", + "name": "NSEntityDescription", + "printedName": "CoreData.NSEntityDescription", + "usr": "c:objc(cs)NSEntityDescription" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreData.NSManagedObjectContext?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSManagedObjectContext", + "printedName": "CoreData.NSManagedObjectContext", + "usr": "c:objc(cs)NSManagedObjectContext" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification(im)initWithEntity:insertIntoManagedObjectContext:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc", + "moduleName": "OSHealthFitnessLib", + "overriding": true, + "implicit": true, + "objc_name": "initWithEntity:insertIntoManagedObjectContext:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fetchRequest", + "printedName": "fetchRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSFetchRequest", + "printedName": "CoreData.NSFetchRequest", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "c:objc(cs)NSFetchRequest" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib12NotificationC12fetchRequestSo07NSFetchF0CyACGyFZ", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12fetchRequestSo07NSFetchF0CyACGyFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)body", + "mangledName": "$s18OSHealthFitnessLib12NotificationC4bodySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)body", + "mangledName": "$s18OSHealthFitnessLib12NotificationC4bodySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setBody:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC4bodySSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)id", + "mangledName": "$s18OSHealthFitnessLib12NotificationC2ids5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)id", + "mangledName": "$s18OSHealthFitnessLib12NotificationC2ids5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setId:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC2ids5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "title", + "printedName": "title", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)title", + "mangledName": "$s18OSHealthFitnessLib12NotificationC5titleSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)title", + "mangledName": "$s18OSHealthFitnessLib12NotificationC5titleSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setTitle:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC5titleSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "relationship", + "printedName": "relationship", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.BackgroundJob?", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)relationship", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12relationshipAA13BackgroundJobCSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.BackgroundJob?", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)relationship", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12relationshipAA13BackgroundJobCSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.BackgroundJob?", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setRelationship:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12relationshipAA13BackgroundJobCSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification", + "mangledName": "$s18OSHealthFitnessLib12NotificationC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSManagedObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "CoreData.NSManagedObject", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" + }, + { + "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": "Conformance", + "name": "ObservableObject", + "printedName": "ObservableObject", + "children": [ + { + "kind": "TypeWitness", + "name": "ObjectWillChangePublisher", + "printedName": "ObjectWillChangePublisher", + "children": [ + { + "kind": "TypeNominal", + "name": "ObservableObjectPublisher", + "printedName": "Combine.ObservableObjectPublisher", + "usr": "s:7Combine25ObservableObjectPublisherC" + } + ] + } + ], + "usr": "s:7Combine16ObservableObjectP", + "mangledName": "$s7Combine16ObservableObjectP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "String", + "printedName": "String", + "children": [ + { + "kind": "Function", + "name": "decode", + "printedName": "decode()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:SS18OSHealthFitnessLibE6decodexSgySeRzlF", + "mangledName": "$sSS18OSHealthFitnessLibE6decodexSgySeRzlF", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:radix:uppercase:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:SS18OSHealthFitnessLibE_5radix9uppercaseSSAA7UInt128V_SiSbtcfc", + "mangledName": "$sSS18OSHealthFitnessLibE_5radix9uppercaseSSAA7UInt128V_SiSbtcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + }, + { + "kind": "TypeNominal", + "name": "Sendable", + "printedName": "Swift.Sendable", + "usr": "s:s8SendableP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" + }, + { + "kind": "Conformance", + "name": "CKRecordValueProtocol", + "printedName": "CKRecordValueProtocol", + "usr": "s:8CloudKit21CKRecordValueProtocolP", + "mangledName": "$s8CloudKit21CKRecordValueProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Encodable", + "printedName": "Encodable", + "children": [ + { + "kind": "Function", + "name": "encode", + "printedName": "encode()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:SE18OSHealthFitnessLibE6encodeSSyF", + "mangledName": "$sSE18OSHealthFitnessLibE6encodeSSyF", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:SE", + "mangledName": "$sSE", + "moduleName": "Swift", + "isExternal": true + }, + { + "kind": "TypeDecl", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:SB18OSHealthFitnessLibEyxAA7UInt128Vcfc", + "mangledName": "$sSB18OSHealthFitnessLibEyxAA7UInt128Vcfc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(exactly:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:SB18OSHealthFitnessLibE7exactlyxSgAA7UInt128V_tcfc", + "mangledName": "$sSB18OSHealthFitnessLibE7exactlyxSgAA7UInt128V_tcfc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Protocol", + "usr": "s:SB", + "mangledName": "$sSB", + "moduleName": "Swift", + "genericSig": "<τ_0_0 : Swift.ExpressibleByFloatLiteral, τ_0_0 : Swift.FloatingPoint, τ_0_0.RawExponent : Swift.UnsignedInteger, τ_0_0.RawSignificand : Swift.UnsignedInteger>", + "sugared_genericSig": "", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Date", + "printedName": "Date", + "children": [ + { + "kind": "TypeDecl", + "name": "ResultStruct", + "printedName": "ResultStruct", + "declKind": "Struct", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12ResultStructV", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE12ResultStructV", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibEyACSScfc", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibEyACSScfc", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ResultStruct", + "printedName": "Foundation.Date.ResultStruct", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12ResultStructV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Func", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE1soiyAcDE12ResultStructVAC_ACtFZ", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE1soiyAcDE12ResultStructVAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "startOfSecond", + "printedName": "startOfSecond", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfHour", + "printedName": "startOfHour", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfDay", + "printedName": "startOfDay", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfWeek", + "printedName": "startOfWeek", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfMonth", + "printedName": "startOfMonth", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfYear", + "printedName": "startOfYear", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10Foundation4DateV", + "mangledName": "$s10Foundation4DateV", + "moduleName": "Foundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDate", + "printedName": "Foundation.NSDate", + "usr": "c:objc(cs)NSDate" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDate", + "printedName": "Foundation.NSDate", + "usr": "c:objc(cs)NSDate" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CKRecordValueProtocol", + "printedName": "CKRecordValueProtocol", + "usr": "s:8CloudKit21CKRecordValueProtocolP", + "mangledName": "$s8CloudKit21CKRecordValueProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HKHealthStore", + "printedName": "HKHealthStore", + "declKind": "Class", + "usr": "c:objc(cs)HKHealthStore", + "moduleName": "HealthKit", + "isOpen": true, + "intro_iOS": "8.0", + "objc_name": "HKHealthStore", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": 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" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 78, + "length": 8, + "value": "\"HIGHER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 113, + "length": 14, + "value": "\"HIGHER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 7, + "value": "\"LOWER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 175, + "length": 13, + "value": "\"LOWER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 206, + "length": 7, + "value": "\"EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 78, + "length": 8, + "value": "\"HIGHER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 113, + "length": 14, + "value": "\"HIGHER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 7, + "value": "\"LOWER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 175, + "length": 13, + "value": "\"LOWER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 206, + "length": 7, + "value": "\"EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 178, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 215, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 3, + "value": "103" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 3, + "value": "104" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 3, + "value": "105" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 3, + "value": "106" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 3, + "value": "107" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 3, + "value": "108" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 3, + "value": "109" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 530, + "length": 3, + "value": "111" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 568, + "length": 3, + "value": "113" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 605, + "length": 3, + "value": "114" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 3, + "value": "115" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 681, + "length": 3, + "value": "116" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 721, + "length": 3, + "value": "117" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 178, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 215, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 3, + "value": "103" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 3, + "value": "104" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 3, + "value": "105" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 3, + "value": "106" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 3, + "value": "107" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 3, + "value": "108" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 3, + "value": "109" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 530, + "length": 3, + "value": "111" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 568, + "length": 3, + "value": "113" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 605, + "length": 3, + "value": "114" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 3, + "value": "115" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 681, + "length": 3, + "value": "116" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 721, + "length": 3, + "value": "117" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 178, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 215, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 3, + "value": "103" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 3, + "value": "104" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 3, + "value": "105" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 3, + "value": "106" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 3, + "value": "107" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 3, + "value": "108" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 3, + "value": "109" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 530, + "length": 3, + "value": "111" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 568, + "length": 3, + "value": "113" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 605, + "length": 3, + "value": "114" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 3, + "value": "115" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 681, + "length": 3, + "value": "116" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 721, + "length": 3, + "value": "117" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 71, + "length": 14, + "value": "\"MILLISECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 106, + "length": 9, + "value": "\"SECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 135, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 161, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 207, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 71, + "length": 14, + "value": "\"MILLISECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 106, + "length": 9, + "value": "\"SECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 135, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 161, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 207, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "IntegerLiteral", + "offset": 22866, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "BooleanLiteral", + "offset": 22888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24621, + "length": 11, + "value": "\"upperBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24646, + "length": 11, + "value": "\"lowerBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24621, + "length": 11, + "value": "\"upperBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24646, + "length": 11, + "value": "\"lowerBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "IntegerLiteral", + "offset": 26345, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "BooleanLiteral", + "offset": 26367, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitManager.swift", + "kind": "BooleanLiteral", + "offset": 11112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitManager.swift", + "kind": "StringLiteral", + "offset": 49, + "length": 16, + "value": "\"OSHealthFitnessLib.HealthKitManager\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"ALWAYS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 8, + "value": "\"SECOND\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 306, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"ALWAYS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 8, + "value": "\"SECOND\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 306, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"m\/s\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 723, + "length": 15, + "value": "\"Walking Speed\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 969, + "length": 26, + "value": "\"Distance Walking Running\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"mL\/min·kg\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 9, + "value": "\"VO2 Max\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"Step Count\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1524, + "length": 11, + "value": "\"count\/min\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1600, + "length": 12, + "value": "\"Heart Rate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1811, + "length": 11, + "value": "\"Body Mass\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2019, + "length": 8, + "value": "\"Height\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2155, + "length": 7, + "value": "\"mg\/dL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2227, + "length": 15, + "value": "\"Blood Glucose\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2456, + "length": 25, + "value": "\"Blood Pressure Systolic\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2697, + "length": 26, + "value": "\"Blood Pressure Diastolic\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2918, + "length": 16, + "value": "\"Sleep Analysis\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3137, + "length": 19, + "value": "\"Oxygen Saturation\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3373, + "length": 22, + "value": "\"Active Energy Burned\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3600, + "length": 21, + "value": "\"Body Fat Percentage\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3836, + "length": 21, + "value": "\"Basal Energy Burned\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4064, + "length": 18, + "value": "\"Body Temperature\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4281, + "length": 15, + "value": "\"Dietary Water\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4489, + "length": 12, + "value": "\"Push Count\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4724, + "length": 25, + "value": "\"Dietary Energy Consumed\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4847, + "length": 9, + "value": "\"Workout\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1189, + "length": 7, + "value": "\"Label\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1206, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1189, + "length": 7, + "value": "\"Label\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1206, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"Id\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 638, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 681, + "length": 18, + "value": "\"TimeUnitGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 737, + "length": 23, + "value": "\"NotificationFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 31, + "value": "\"NotificationFrequencyGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 866, + "length": 14, + "value": "\"JobFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 906, + "length": 11, + "value": "\"Condition\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 939, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 981, + "length": 20, + "value": "\"NotificationHeader\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1034, + "length": 18, + "value": "\"NotificationBody\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1077, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"Id\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 638, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 681, + "length": 18, + "value": "\"TimeUnitGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 737, + "length": 23, + "value": "\"NotificationFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 31, + "value": "\"NotificationFrequencyGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 866, + "length": 14, + "value": "\"JobFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 906, + "length": 11, + "value": "\"Condition\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 939, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 981, + "length": 20, + "value": "\"NotificationHeader\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1034, + "length": 18, + "value": "\"NotificationBody\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1077, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 67, + "length": 5, + "value": "\"SUM\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 93, + "length": 9, + "value": "\"AVERAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 119, + "length": 5, + "value": "\"MIN\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 141, + "length": 5, + "value": "\"MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 163, + "length": 5, + "value": "\"RAW\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 192, + "length": 13, + "value": "\"MOST_RECENT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 67, + "length": 5, + "value": "\"SUM\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 93, + "length": 9, + "value": "\"AVERAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 119, + "length": 5, + "value": "\"MIN\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 141, + "length": 5, + "value": "\"MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 163, + "length": 5, + "value": "\"RAW\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 192, + "length": 13, + "value": "\"MOST_RECENT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 96, + "length": 7, + "value": "\"STEPS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 125, + "length": 12, + "value": "\"HEART_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 156, + "length": 8, + "value": "\"WEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 183, + "length": 8, + "value": "\"HEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 15, + "value": "\"BLOOD_GLUCOSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 16, + "value": "\"BLOOD_PRESSURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 299, + "length": 7, + "value": "\"SLEEP\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 19, + "value": "\"OXYGEN_SATURATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 385, + "length": 17, + "value": "\"CALORIES_BURNED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 21, + "value": "\"BODY_FAT_PERCENTAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 483, + "length": 22, + "value": "\"BASAL_METABOLIC_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 18, + "value": "\"BODY_TEMPERATURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 11, + "value": "\"HYDRATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 11, + "value": "\"NUTRITION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 12, + "value": "\"PUSH_COUNT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 685, + "length": 8, + "value": "\"VO2MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 10, + "value": "\"DISTANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 763, + "length": 15, + "value": "\"WALKING_SPEED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 803, + "length": 9, + "value": "\"WORKOUT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 96, + "length": 7, + "value": "\"STEPS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 125, + "length": 12, + "value": "\"HEART_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 156, + "length": 8, + "value": "\"WEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 183, + "length": 8, + "value": "\"HEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 15, + "value": "\"BLOOD_GLUCOSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 16, + "value": "\"BLOOD_PRESSURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 299, + "length": 7, + "value": "\"SLEEP\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 19, + "value": "\"OXYGEN_SATURATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 385, + "length": 17, + "value": "\"CALORIES_BURNED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 21, + "value": "\"BODY_FAT_PERCENTAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 483, + "length": 22, + "value": "\"BASAL_METABOLIC_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 18, + "value": "\"BODY_TEMPERATURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 11, + "value": "\"HYDRATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 11, + "value": "\"NUTRITION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 12, + "value": "\"PUSH_COUNT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 685, + "length": 8, + "value": "\"VO2MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 10, + "value": "\"DISTANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 763, + "length": 15, + "value": "\"WALKING_SPEED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 803, + "length": 9, + "value": "\"WORKOUT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 918, + "length": 19, + "value": "\"AMERICAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 957, + "length": 9, + "value": "\"ARCHERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 21, + "value": "\"AUSTRALIAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 11, + "value": "\"BADMINTON\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1069, + "length": 7, + "value": "\"BARRE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1097, + "length": 10, + "value": "\"BASEBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1130, + "length": 12, + "value": "\"BASKETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1162, + "length": 9, + "value": "\"BOWLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 8, + "value": "\"BOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1219, + "length": 10, + "value": "\"CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1254, + "length": 15, + "value": "\"CORE_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1300, + "length": 22, + "value": "\"CROSS_COUNTRY_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 16, + "value": "\"CROSS_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1384, + "length": 9, + "value": "\"CURLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1413, + "length": 9, + "value": "\"CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1440, + "length": 7, + "value": "\"DANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 25, + "value": "\"DANCE_INSPIRED_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1529, + "length": 13, + "value": "\"DISC_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 17, + "value": "\"DOWNHILL_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1609, + "length": 12, + "value": "\"ELLIPTICAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1650, + "length": 19, + "value": "\"EQUESTRIAN_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1689, + "length": 9, + "value": "\"FENCING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 16, + "value": "\"FITNESS_GAMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1760, + "length": 9, + "value": "\"FISHING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1793, + "length": 13, + "value": "\"FLEXIBILITY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1845, + "length": 30, + "value": "\"FUNCTIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 6, + "value": "\"GOLF\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1921, + "length": 12, + "value": "\"GYMNASTICS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1954, + "length": 10, + "value": "\"HANDBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1988, + "length": 14, + "value": "\"HAND_CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2044, + "length": 34, + "value": "\"HIGH_INTENSITY_INTERVAL_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 8, + "value": "\"HIKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2124, + "length": 8, + "value": "\"HOCKEY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2152, + "length": 9, + "value": "\"HUNTING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2182, + "length": 11, + "value": "\"JUMP_ROPE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2216, + "length": 12, + "value": "\"KICKBOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 10, + "value": "\"LACROSSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2283, + "length": 14, + "value": "\"MARTIAL_ARTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2321, + "length": 15, + "value": "\"MIND_AND_BODY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2360, + "length": 14, + "value": "\"MIXED_CARDIO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2399, + "length": 15, + "value": "\"PADDLE_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2434, + "length": 9, + "value": "\"PILATES\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2460, + "length": 6, + "value": "\"PLAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2501, + "length": 26, + "value": "\"PREPARATION_AND_RECOVERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2551, + "length": 13, + "value": "\"RACQUETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2583, + "length": 8, + "value": "\"ROWING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2609, + "length": 7, + "value": "\"RUGBY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2636, + "length": 9, + "value": "\"RUNNING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2665, + "length": 9, + "value": "\"SAILING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 16, + "value": "\"SKATING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2741, + "length": 14, + "value": "\"SNOWBOARDING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2778, + "length": 13, + "value": "\"SNOW_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2810, + "length": 8, + "value": "\"SOCCER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 10, + "value": "\"SOFTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2868, + "length": 8, + "value": "\"SQUASH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2902, + "length": 16, + "value": "\"STAIR_CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2937, + "length": 8, + "value": "\"STAIRS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2970, + "length": 14, + "value": "\"STEP_TRANING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3010, + "length": 16, + "value": "\"SURFING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3047, + "length": 10, + "value": "\"SWIMMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3081, + "length": 14, + "value": "\"TABLE_TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 9, + "value": "\"TAI_CHI\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3142, + "length": 8, + "value": "\"TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3176, + "length": 17, + "value": "\"TRACK_AND_FIELD\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3233, + "length": 31, + "value": "\"TRADITIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3287, + "length": 12, + "value": "\"VOLLEYBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3319, + "length": 9, + "value": "\"WALKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3353, + "length": 15, + "value": "\"WATER_FITNESS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3390, + "length": 12, + "value": "\"WATER_POLO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3426, + "length": 14, + "value": "\"WATER_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3470, + "length": 21, + "value": "\"WHEELCHAIR_RUN_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 22, + "value": "\"WHEELCHAIR_WALK_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3566, + "length": 11, + "value": "\"WRESTLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3594, + "length": 6, + "value": "\"YOGA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 918, + "length": 19, + "value": "\"AMERICAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 957, + "length": 9, + "value": "\"ARCHERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 21, + "value": "\"AUSTRALIAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 11, + "value": "\"BADMINTON\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1069, + "length": 7, + "value": "\"BARRE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1097, + "length": 10, + "value": "\"BASEBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1130, + "length": 12, + "value": "\"BASKETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1162, + "length": 9, + "value": "\"BOWLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 8, + "value": "\"BOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1219, + "length": 10, + "value": "\"CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1254, + "length": 15, + "value": "\"CORE_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1300, + "length": 22, + "value": "\"CROSS_COUNTRY_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 16, + "value": "\"CROSS_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1384, + "length": 9, + "value": "\"CURLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1413, + "length": 9, + "value": "\"CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1440, + "length": 7, + "value": "\"DANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 25, + "value": "\"DANCE_INSPIRED_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1529, + "length": 13, + "value": "\"DISC_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 17, + "value": "\"DOWNHILL_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1609, + "length": 12, + "value": "\"ELLIPTICAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1650, + "length": 19, + "value": "\"EQUESTRIAN_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1689, + "length": 9, + "value": "\"FENCING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 16, + "value": "\"FITNESS_GAMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1760, + "length": 9, + "value": "\"FISHING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1793, + "length": 13, + "value": "\"FLEXIBILITY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1845, + "length": 30, + "value": "\"FUNCTIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 6, + "value": "\"GOLF\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1921, + "length": 12, + "value": "\"GYMNASTICS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1954, + "length": 10, + "value": "\"HANDBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1988, + "length": 14, + "value": "\"HAND_CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2044, + "length": 34, + "value": "\"HIGH_INTENSITY_INTERVAL_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 8, + "value": "\"HIKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2124, + "length": 8, + "value": "\"HOCKEY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2152, + "length": 9, + "value": "\"HUNTING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2182, + "length": 11, + "value": "\"JUMP_ROPE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2216, + "length": 12, + "value": "\"KICKBOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 10, + "value": "\"LACROSSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2283, + "length": 14, + "value": "\"MARTIAL_ARTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2321, + "length": 15, + "value": "\"MIND_AND_BODY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2360, + "length": 14, + "value": "\"MIXED_CARDIO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2399, + "length": 15, + "value": "\"PADDLE_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2434, + "length": 9, + "value": "\"PILATES\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2460, + "length": 6, + "value": "\"PLAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2501, + "length": 26, + "value": "\"PREPARATION_AND_RECOVERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2551, + "length": 13, + "value": "\"RACQUETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2583, + "length": 8, + "value": "\"ROWING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2609, + "length": 7, + "value": "\"RUGBY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2636, + "length": 9, + "value": "\"RUNNING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2665, + "length": 9, + "value": "\"SAILING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 16, + "value": "\"SKATING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2741, + "length": 14, + "value": "\"SNOWBOARDING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2778, + "length": 13, + "value": "\"SNOW_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2810, + "length": 8, + "value": "\"SOCCER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 10, + "value": "\"SOFTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2868, + "length": 8, + "value": "\"SQUASH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2902, + "length": 16, + "value": "\"STAIR_CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2937, + "length": 8, + "value": "\"STAIRS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2970, + "length": 14, + "value": "\"STEP_TRANING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3010, + "length": 16, + "value": "\"SURFING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3047, + "length": 10, + "value": "\"SWIMMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3081, + "length": 14, + "value": "\"TABLE_TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 9, + "value": "\"TAI_CHI\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3142, + "length": 8, + "value": "\"TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3176, + "length": 17, + "value": "\"TRACK_AND_FIELD\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3233, + "length": 31, + "value": "\"TRADITIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3287, + "length": 12, + "value": "\"VOLLEYBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3319, + "length": 9, + "value": "\"WALKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3353, + "length": 15, + "value": "\"WATER_FITNESS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3390, + "length": 12, + "value": "\"WATER_POLO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3426, + "length": 14, + "value": "\"WATER_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3470, + "length": 21, + "value": "\"WHEELCHAIR_RUN_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 22, + "value": "\"WHEELCHAIR_WALK_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3566, + "length": 11, + "value": "\"WRESTLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3594, + "length": 6, + "value": "\"YOGA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3767, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3944, + "length": 6, + "value": "\"READ\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3978, + "length": 7, + "value": "\"WRITE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 4017, + "length": 11, + "value": "\"READWRITE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4890, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4895, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4987, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4992, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5039, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5087, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5092, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5141, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5146, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5200, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5252, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5257, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5316, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5374, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5427, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5432, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5484, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5489, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5538, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5543, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5601, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5606, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5652, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5700, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5705, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5764, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5769, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5818, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9234, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9239, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9287, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9396, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9437, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9442, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9491, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9542, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9585, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9590, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9637, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9681, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9686, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9739, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9794, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9799, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9849, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9854, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9898, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9903, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9947, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9952, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9994, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9999, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10057, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10109, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10114, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10165, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10170, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10217, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10222, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10275, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10280, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10324, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10329, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10379, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10384, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10428, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10433, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10486, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10549, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10554, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10595, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10600, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10652, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10702, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10750, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10755, + "length": 2, + "value": "29" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10821, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10826, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10869, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10874, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10917, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10922, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10966, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10971, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11016, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11021, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11073, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11118, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11123, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11176, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11229, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11282, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11336, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11380, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11385, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11426, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11431, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11490, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11495, + "length": 2, + "value": "43" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11548, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11596, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11638, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11643, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11687, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11692, + "length": 2, + "value": "47" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11741, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11791, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11796, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11845, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11850, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11897, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11902, + "length": 2, + "value": "51" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11950, + "length": 2, + "value": "52" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12000, + "length": 2, + "value": "53" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12043, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12048, + "length": 2, + "value": "54" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12098, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12103, + "length": 2, + "value": "55" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12146, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12151, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12200, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12205, + "length": 2, + "value": "57" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12255, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12260, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12305, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12310, + "length": 2, + "value": "59" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12363, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12411, + "length": 2, + "value": "61" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12454, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12459, + "length": 2, + "value": "62" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12509, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12514, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12578, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12583, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12630, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12635, + "length": 2, + "value": "65" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12679, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12684, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12733, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12738, + "length": 2, + "value": "67" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12784, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12789, + "length": 2, + "value": "68" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12837, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12842, + "length": 2, + "value": "69" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12896, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12901, + "length": 2, + "value": "70" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12961, + "length": 2, + "value": "71" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13007, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13012, + "length": 2, + "value": "72" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13053, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13058, + "length": 2, + "value": "73" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 108, + "length": 10, + "value": "\"ALL_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 152, + "length": 21, + "value": "\"REMOVE_EMPTY_BLOCKS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 108, + "length": 10, + "value": "\"ALL_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 152, + "length": 21, + "value": "\"REMOVE_EMPTY_BLOCKS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 476, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 481, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 738, + "length": 10, + "value": "\"RAW_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 784, + "length": 12, + "value": "\"DATA_POINT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 10, + "value": "\"ALL_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 410, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 445, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 479, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 15, + "value": "\"OperationType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 565, + "length": 16, + "value": "\"TimeUnitLength\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 25, + "value": "\"AdvancedQueryReturnType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 25, + "value": "\"AdvancedQueryResultType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 410, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 445, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 479, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 15, + "value": "\"OperationType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 565, + "length": 16, + "value": "\"TimeUnitLength\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 25, + "value": "\"AdvancedQueryReturnType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 25, + "value": "\"AdvancedQueryResultType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1548, + "length": 22, + "value": "\"WorkoutTypeVariables\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1596, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1631, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1548, + "length": 22, + "value": "\"WorkoutTypeVariables\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1596, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1631, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3006, + "length": 13, + "value": "\"WorkoutType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3045, + "length": 14, + "value": "\"VariableList\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3006, + "length": 13, + "value": "\"WorkoutType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3045, + "length": 14, + "value": "\"VariableList\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 120, + "length": 21, + "value": "\"LastBackgroundJobID\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 20, + "value": "\"LastNotificationID\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 323, + "length": 17, + "value": "\"BackgroundModel\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 498, + "length": 6, + "value": "\"momd\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 536, + "length": 24, + "value": "\"Error initializing mom\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 670, + "length": 42, + "value": "\"Error initializing mom from: \"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 711, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 1026, + "length": 46, + "value": "\"Unresolved error \"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 1052, + "length": 1, + "value": "\", \"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 1071, + "length": 2, + "value": "\"\"" + } + ] +} \ No newline at end of file diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.private.swiftinterface b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.private.swiftinterface new file mode 100644 index 00000000..ccd67839 --- /dev/null +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -0,0 +1,472 @@ +// 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-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name OSHealthFitnessLib +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CloudKit +import CoreData +import Foundation +import HealthKit +import NotificationCenter +import Swift +import UserNotifications +import _Concurrency +import _StringProcessing +public enum HealthKitErrors : Swift.Int, Foundation.CustomNSError, Foundation.LocalizedError { + case variableNotAvailable + case variableNotAuthorized + case operationNotAllowed + case errorWhileReading + case errorWhileWriting + case variableHasWriteDenied + case badParameterType + case authorizationError + case notAvailableOnDevice + case unitNotAvailable + case backgroundJobAlreadyExists + case invalidBackgroundJobID + case backgroundJobNotFound + case unsubscribeError + case workoutTypeNotAvailable + case workoutTypeNotAuthorized + public var errorDescription: Swift.String? { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +extension Swift.String { + public func decode() -> T? where T : Swift.Decodable +} +extension Swift.Encodable { + public func encode() -> Swift.String +} +public struct VariableStruct { + public init(allVariables: Swift.String, fitnessVariables: Swift.String, healthVariables: Swift.String, profileVariables: Swift.String, workoutVariables: Swift.String) +} +open class HealthFitnessPlugin { + public init() + public func deleteBackgroundJobs(id: Swift.String?, completion: @escaping (Foundation.NSError?) -> Swift.Void) + public func countBackgroundJobsFor(variable: Swift.String) -> Swift.Int + public func listBackgroundJobs() -> Swift.String + public func writeData(variable: Swift.String, value: Swift.Double, completion: @escaping (Swift.Bool, Foundation.NSError?) -> Swift.Void) + public func getLastRecord(variable: Swift.String, mostRecent: Swift.Bool, timeUnitLength: Swift.Int, completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + public func requestPermissions(customPermissions: Swift.String, variable: OSHealthFitnessLib.VariableStruct, completion: @escaping (Swift.Bool, Foundation.NSError?) -> Swift.Void) + public func setBackgroundJob(variable: Swift.String, timeUnit: (name: Swift.String, grouping: Swift.Int), notificationFrequency: (name: Swift.String, grouping: Swift.Int), jobFrequency: Swift.String, condition: Swift.String, value: Swift.Double, notificationText: (header: Swift.String, body: Swift.String), completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + public func updateBackgroundJob(id: Swift.Int64?, notificationFrequency: (name: Swift.String?, grouping: Swift.Int?), condition: Swift.String?, value: Swift.Double?, notificationText: (header: Swift.String?, body: Swift.String?), isActive: Swift.Bool?, completion: @escaping (Swift.Bool, Foundation.NSError?) -> Swift.Void) + public func advancedQuery(variable: Swift.String, date: (start: Foundation.Date, end: Foundation.Date), timeUnit: Swift.String, operationType: Swift.String, mostRecent: Swift.Bool, onlyFilledBlocks: Swift.Bool, resultType: OSHealthFitnessLib.AdvancedQueryResultType = .allType, timeUnitLength: Swift.Int, completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + public func workoutAdvancedQuery(workoutTypeVariableDictionary: OSHealthFitnessLib.WorkoutTypeVariableDictionary, date: (start: Foundation.Date, end: Foundation.Date), completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + @objc deinit +} +public enum UInt128Errors : Swift.Error { + case invalidString + public static func == (a: OSHealthFitnessLib.UInt128Errors, b: OSHealthFitnessLib.UInt128Errors) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct UInt128 { + public var significantBits: OSHealthFitnessLib.UInt128 { + get + } + public init(upperBits: Swift.UInt64, lowerBits: Swift.UInt64) + public init() + public init?(_ source: Swift.String) +} +extension OSHealthFitnessLib.UInt128 : Swift.FixedWidthInteger { + public var nonzeroBitCount: Swift.Int { + get + } + public var leadingZeroBitCount: Swift.Int { + get + } + public var bigEndian: OSHealthFitnessLib.UInt128 { + get + } + public var littleEndian: OSHealthFitnessLib.UInt128 { + get + } + public var byteSwapped: OSHealthFitnessLib.UInt128 { + get + } + public init(_truncatingBits bits: Swift.UInt) + public init(bigEndian value: OSHealthFitnessLib.UInt128) + public init(littleEndian value: OSHealthFitnessLib.UInt128) + public func addingReportingOverflow(_ rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func subtractingReportingOverflow(_ rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func multipliedReportingOverflow(by rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func multipliedFullWidth(by other: OSHealthFitnessLib.UInt128) -> (high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128.Magnitude) + public func dividedReportingOverflow(by rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func dividingFullWidth(_ dividend: (high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128)) -> (quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128) + public func remainderReportingOverflow(dividingBy rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func quotientAndRemainder(dividingBy rhs: OSHealthFitnessLib.UInt128) -> (quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128) +} +extension OSHealthFitnessLib.UInt128 { + public static var bitWidth: Swift.Int { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.BinaryInteger { + public var words: [Swift.UInt] { + get + } + public var trailingZeroBitCount: Swift.Int { + get + } + public init?(exactly source: T) where T : Swift.BinaryFloatingPoint + public init(_ source: T) where T : Swift.BinaryFloatingPoint + public static func / (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func /= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func % (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func %= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func &= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func |= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func ^= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func &>>= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func &<<= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public typealias Stride = Swift.Int + public typealias Words = [Swift.UInt] +} +extension OSHealthFitnessLib.UInt128 : Swift.UnsignedInteger { +} +extension OSHealthFitnessLib.UInt128 : Swift.Hashable { + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.Numeric { + public static func + (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func += (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func - (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func -= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func * (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func *= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public typealias Magnitude = OSHealthFitnessLib.UInt128 +} +extension OSHealthFitnessLib.UInt128 : Swift.Equatable { + public static func == (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> Swift.Bool +} +extension OSHealthFitnessLib.UInt128 : Swift.ExpressibleByIntegerLiteral { + public init(integerLiteral value: Swift.IntegerLiteralType) + public typealias IntegerLiteralType = Swift.IntegerLiteralType +} +extension OSHealthFitnessLib.UInt128 : Swift.CustomStringConvertible { + public var description: Swift.String { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.Comparable { + public static func < (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> Swift.Bool +} +extension OSHealthFitnessLib.UInt128 : Swift.Codable { + public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws +} +extension Swift.BinaryFloatingPoint { + public init(_ value: OSHealthFitnessLib.UInt128) + public init?(exactly value: OSHealthFitnessLib.UInt128) +} +extension Swift.String { + public init(_ value: OSHealthFitnessLib.UInt128, radix: Swift.Int = 10, uppercase: Swift.Bool = false) +} +extension Foundation.Date { + public struct ResultStruct { + } + public init(_ dateString: Swift.String) + public static func - (recent: Foundation.Date, previous: Foundation.Date) -> Foundation.Date.ResultStruct + public var startOfSecond: Foundation.Date { + get + } + public var startOfHour: Foundation.Date { + get + } + public var startOfDay: Foundation.Date { + get + } + public var startOfWeek: Foundation.Date { + get + } + public var startOfMonth: Foundation.Date { + get + } + public var startOfYear: Foundation.Date { + get + } +} +public class BackgroundJobParameters : Swift.Codable { + final public let id: Swift.Int64? + final public let variable: Swift.String? + final public let timeUnit: Swift.String? + final public let timeUnitGrouping: Swift.Int? + final public let notificationFrequency: Swift.String? + final public let notificationFrequencyGrouping: Swift.Int? + final public let jobFrequency: Swift.String? + final public let condition: Swift.String? + final public let value: Swift.Double? + final public let notificationHeader: Swift.String? + final public let notificationBody: Swift.String? + final public let isActive: Swift.Bool? + public init(id: Swift.Int64?, variable: Swift.String?, timeUnit: Swift.String?, timeUnitGrouping: Swift.Int?, notificationFrequency: Swift.String?, notificationFrequencyGrouping: Swift.Int?, jobFrequency: Swift.String?, condition: Swift.String?, value: Swift.Double?, notificationHeader: Swift.String?, notificationBody: Swift.String?, isActive: Swift.Bool?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +public enum WorkoutTypeEnum : Swift.String { + case americanFootball + case archery + case australianFootball + case badminton + case barre + case baseball + case basketball + case bowling + case boxing + case climbing + case coreTraining + case crossCountrySkiing + case crossTraining + case curling + case cycling + case dance + case danceInspiredTraining + case discSports + case downhillSkiing + case elliptical + case equestrianSports + case fencing + case fitnessGaming + case fishing + case flexibility + case functionalStrengthTraining + case golf + case gymnastics + case handball + case handCycling + case highIntensityIntervalTraining + case hiking + case hockey + case hunting + case jumpRope + case kickboxing + case lacrosse + case martialArts + case mindAndBody + case mixedCardio + case paddleSports + case pilates + case play + case preparationAndRecovery + case racquetball + case rowing + case rugby + case running + case sailing + case skatingSports + case snowboarding + case snowSports + case soccer + case softball + case squash + case stairClimbing + case stairs + case stepTraining + case surfingSports + case swimming + case tableTennis + case taiChi + case tennis + case trackAndField + case traditionalStrengthTraining + case volleyball + case walking + case waterFitness + case waterPolo + case waterSports + case wheelchairRunPace + case wheelchairWalkPace + case wrestling + case yoga + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public struct VariableType : Swift.OptionSet { + public let rawValue: Swift.Int + public init(rawValue: Swift.Int) + public typealias ArrayLiteralElement = OSHealthFitnessLib.VariableType + public typealias Element = OSHealthFitnessLib.VariableType + public typealias RawValue = Swift.Int +} +extension OSHealthFitnessLib.VariableType { + public static func getVariableType(for description: Swift.String) -> OSHealthFitnessLib.VariableType? +} +public struct WorkoutType : Swift.OptionSet, Swift.Hashable { + public let rawValue: OSHealthFitnessLib.UInt128 + public init(rawValue: OSHealthFitnessLib.UInt128) + public typealias ArrayLiteralElement = OSHealthFitnessLib.WorkoutType + public typealias Element = OSHealthFitnessLib.WorkoutType + public typealias RawValue = OSHealthFitnessLib.UInt128 +} +extension OSHealthFitnessLib.WorkoutType { + public static func getWorkoutType(for description: Swift.String) -> OSHealthFitnessLib.WorkoutType? +} +public enum AdvancedQueryReturnTypeEnum : Swift.String { + case allData + case removeEmptyDataBlocks + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public struct AdvancedQueryResultType : Swift.OptionSet { + public typealias RawValue = Swift.Int + public var rawValue: OSHealthFitnessLib.AdvancedQueryResultType.RawValue + public init(rawValue: OSHealthFitnessLib.AdvancedQueryResultType.RawValue) + public static let rawDataType: OSHealthFitnessLib.AdvancedQueryResultType + public static let dataPointType: OSHealthFitnessLib.AdvancedQueryResultType + public static let allType: OSHealthFitnessLib.AdvancedQueryResultType + public typealias ArrayLiteralElement = OSHealthFitnessLib.AdvancedQueryResultType + public typealias Element = OSHealthFitnessLib.AdvancedQueryResultType +} +extension OSHealthFitnessLib.AdvancedQueryResultType { + public static func get(with description: Swift.String) -> OSHealthFitnessLib.AdvancedQueryResultType +} +@_hasMissingDesignatedInitializers public class AdvancedQueryParameters : Swift.Codable { + final public let variable: Swift.String? + final public let startDate: Swift.String?, endDate: Swift.String? + final public let timeUnit: Swift.String?, operationType: Swift.String? + final public let timeUnitLength: Swift.Int? + final public let advancedQueryReturnType: Swift.String? + final public let advancedQueryResultType: Swift.String? + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class WorkoutAdvancedQueryParameters : Swift.Codable { + final public let workoutTypeVariables: [OSHealthFitnessLib.WorkoutTypeVariableMapping] + final public let startDate: Swift.String? + final public let endDate: Swift.String? + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +public typealias WorkoutTypeVariableDictionary = [OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType] +extension OSHealthFitnessLib.WorkoutAdvancedQueryParameters { + public var workoutTypeVariableDictionary: OSHealthFitnessLib.WorkoutTypeVariableDictionary { + get + } +} +@_hasMissingDesignatedInitializers public class WorkoutTypeVariableMapping : Swift.Codable { + final public let workoutType: Swift.String + final public let variables: [Swift.String] + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@objc @_inheritsConvenienceInitializers public class BackgroundJob : CoreData.NSManagedObject { + @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?) + @objc deinit +} +extension OSHealthFitnessLib.BackgroundJob { + @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest + @objc @NSManaged dynamic public var comparision: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var id: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var isActive: Swift.Bool { + @objc get + @objc set + } + @objc @NSManaged dynamic public var lastNotificationTimestamp: Foundation.Date? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var notificationFrequency: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var notificationFrequencyGrouping: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var operation: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var timeUnit: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var timeUnitGrouping: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var value: Swift.Double { + @objc get + @objc set + } + @objc @NSManaged dynamic public var variable: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var notification: OSHealthFitnessLib.Notification? { + @objc get + @objc set + } +} +extension OSHealthFitnessLib.BackgroundJob : Swift.Identifiable { + public typealias ID = Swift.Int64 +} +@objc @_inheritsConvenienceInitializers public class Notification : CoreData.NSManagedObject { + @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?) + @objc deinit +} +extension OSHealthFitnessLib.Notification { + @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest + @objc @NSManaged dynamic public var body: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var id: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var title: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var relationship: OSHealthFitnessLib.BackgroundJob? { + @objc get + @objc set + } +} +extension OSHealthFitnessLib.Notification : Swift.Identifiable { + public typealias ID = Swift.Int64 +} +extension OSHealthFitnessLib.HealthKitErrors : Swift.Equatable {} +extension OSHealthFitnessLib.HealthKitErrors : Swift.Hashable {} +extension OSHealthFitnessLib.HealthKitErrors : Swift.RawRepresentable {} +extension OSHealthFitnessLib.UInt128Errors : Swift.Equatable {} +extension OSHealthFitnessLib.UInt128Errors : Swift.Hashable {} +extension OSHealthFitnessLib.WorkoutTypeEnum : Swift.Equatable {} +extension OSHealthFitnessLib.WorkoutTypeEnum : Swift.Hashable {} +extension OSHealthFitnessLib.WorkoutTypeEnum : Swift.RawRepresentable {} +extension OSHealthFitnessLib.AdvancedQueryReturnTypeEnum : Swift.Equatable {} +extension OSHealthFitnessLib.AdvancedQueryReturnTypeEnum : Swift.Hashable {} +extension OSHealthFitnessLib.AdvancedQueryReturnTypeEnum : Swift.RawRepresentable {} diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.swiftdoc b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.swiftdoc index 89085115..0c9fd73e 100644 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.swiftdoc and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.swiftinterface b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.swiftinterface index a1e06ded..ccd67839 100644 --- a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.swiftinterface +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-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-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name OSHealthFitnessLib +// swift-module-flags-ignorable: -enable-bare-slash-regex import CloudKit import CoreData import Foundation @@ -9,6 +10,7 @@ import NotificationCenter import Swift import UserNotifications import _Concurrency +import _StringProcessing public enum HealthKitErrors : Swift.Int, Foundation.CustomNSError, Foundation.LocalizedError { case variableNotAvailable case variableNotAuthorized @@ -169,12 +171,6 @@ extension OSHealthFitnessLib.UInt128 : Swift.Codable { public init(from decoder: Swift.Decoder) throws public func encode(to encoder: Swift.Encoder) throws } -extension OSHealthFitnessLib.UInt128 { - @available(swift, deprecated: 3.2, renamed: "init(_:)") - public static func fromUnparsedString(_ source: Swift.String) throws -> OSHealthFitnessLib.UInt128 - @available(swift, deprecated: 5.0, renamed: "init(_:)", message: "The ExpressibleByStringLiteral conformance has been removed. Use failable initializer instead.") - public init(stringLiteral value: Swift.StringLiteralType) -} extension Swift.BinaryFloatingPoint { public init(_ value: OSHealthFitnessLib.UInt128) public init?(exactly value: OSHealthFitnessLib.UInt128) @@ -187,12 +183,24 @@ extension Foundation.Date { } public init(_ dateString: Swift.String) public static func - (recent: Foundation.Date, previous: Foundation.Date) -> Foundation.Date.ResultStruct - public func startOfSecond() -> Foundation.Date - public func startOfHour() -> Foundation.Date - public func startOfDay() -> Foundation.Date - public func startOfWeek() -> Foundation.Date - public func startOfMonth() -> Foundation.Date - public func startOfYear() -> Foundation.Date + public var startOfSecond: Foundation.Date { + get + } + public var startOfHour: Foundation.Date { + get + } + public var startOfDay: Foundation.Date { + get + } + public var startOfWeek: Foundation.Date { + get + } + public var startOfMonth: Foundation.Date { + get + } + public var startOfYear: Foundation.Date { + get + } } public class BackgroundJobParameters : Swift.Codable { final public let id: Swift.Int64? diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/OSHealthFitnessLib b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/OSHealthFitnessLib index e3993e6a..d3a5fbb4 100755 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/OSHealthFitnessLib and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64/OSHealthFitnessLib.framework/OSHealthFitnessLib differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel 2.mom b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel 2.mom index 310df8d8..0dab4adf 100644 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel 2.mom and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel 2.mom differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel.mom b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel.mom index 5def7018..ebc65c35 100644 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel.mom and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/BackgroundModel.momd/BackgroundModel.mom differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Headers/OSHealthFitnessLib-Swift.h b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Headers/OSHealthFitnessLib-Swift.h index 181ff968..3eb44c48 100644 --- a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Headers/OSHealthFitnessLib-Swift.h +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Headers/OSHealthFitnessLib-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) #ifndef OSHEALTHFITNESSLIB_SWIFT_H #define OSHEALTHFITNESSLIB_SWIFT_H #pragma clang diagnostic push @@ -23,11 +23,20 @@ # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -183,9 +192,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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" @@ -193,6 +204,28 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # 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" @@ -200,6 +233,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import CoreData; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -207,6 +241,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -215,6 +250,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSEntityDescription; @class NSManagedObjectContext; @@ -260,6 +296,9 @@ SWIFT_CLASS("_TtC18OSHealthFitnessLib12Notification") @property (nonatomic, strong) BackgroundJob * _Nullable relationship; @end +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif @@ -267,7 +306,7 @@ SWIFT_CLASS("_TtC18OSHealthFitnessLib12Notification") #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) #ifndef OSHEALTHFITNESSLIB_SWIFT_H #define OSHEALTHFITNESSLIB_SWIFT_H #pragma clang diagnostic push @@ -290,11 +329,20 @@ SWIFT_CLASS("_TtC18OSHealthFitnessLib12Notification") # include #endif +#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else #include #include #include +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -450,9 +498,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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" @@ -460,6 +510,28 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # 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" @@ -467,6 +539,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import CoreData; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -474,6 +547,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -482,6 +556,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSEntityDescription; @class NSManagedObjectContext; @@ -527,10 +602,15 @@ SWIFT_CLASS("_TtC18OSHealthFitnessLib12Notification") @property (nonatomic, strong) BackgroundJob * _Nullable relationship; @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/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Info.plist b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Info.plist index 4670d982..3697806d 100644 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Info.plist and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Info.plist differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.abi.json b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.abi.json new file mode 100644 index 00000000..0f2abcfa --- /dev/null +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -0,0 +1,17838 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "HealthKitErrors", + "printedName": "HealthKitErrors", + "children": [ + { + "kind": "Var", + "name": "variableNotAvailable", + "printedName": "variableNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO20variableNotAvailableyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO20variableNotAvailableyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "variableNotAuthorized", + "printedName": "variableNotAuthorized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO21variableNotAuthorizedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO21variableNotAuthorizedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "operationNotAllowed", + "printedName": "operationNotAllowed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO19operationNotAllowedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO19operationNotAllowedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "errorWhileReading", + "printedName": "errorWhileReading", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO17errorWhileReadingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO17errorWhileReadingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "errorWhileWriting", + "printedName": "errorWhileWriting", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO17errorWhileWritingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO17errorWhileWritingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "variableHasWriteDenied", + "printedName": "variableHasWriteDenied", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO22variableHasWriteDeniedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO22variableHasWriteDeniedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "badParameterType", + "printedName": "badParameterType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO16badParameterTypeyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16badParameterTypeyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "authorizationError", + "printedName": "authorizationError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO18authorizationErroryA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO18authorizationErroryA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "notAvailableOnDevice", + "printedName": "notAvailableOnDevice", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO20notAvailableOnDeviceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO20notAvailableOnDeviceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "unitNotAvailable", + "printedName": "unitNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO16unitNotAvailableyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16unitNotAvailableyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "backgroundJobAlreadyExists", + "printedName": "backgroundJobAlreadyExists", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO26backgroundJobAlreadyExistsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO26backgroundJobAlreadyExistsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "invalidBackgroundJobID", + "printedName": "invalidBackgroundJobID", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO22invalidBackgroundJobIDyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO22invalidBackgroundJobIDyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "backgroundJobNotFound", + "printedName": "backgroundJobNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO21backgroundJobNotFoundyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO21backgroundJobNotFoundyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "unsubscribeError", + "printedName": "unsubscribeError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO16unsubscribeErroryA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16unsubscribeErroryA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "workoutTypeNotAvailable", + "printedName": "workoutTypeNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO23workoutTypeNotAvailableyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO23workoutTypeNotAvailableyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "workoutTypeNotAuthorized", + "printedName": "workoutTypeNotAuthorized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO24workoutTypeNotAuthorizedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO24workoutTypeNotAuthorizedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "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:18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvp", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "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:18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvg", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvg", + "moduleName": "OSHealthFitnessLib", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.HealthKitErrors?", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO8rawValueACSgSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO8rawValueACSgSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivp", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivg", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "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": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "CloudKit", + "printedName": "CloudKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "VariableStruct", + "printedName": "VariableStruct", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(allVariables:fitnessVariables:healthVariables:profileVariables:workoutVariables:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableStruct", + "printedName": "OSHealthFitnessLib.VariableStruct", + "usr": "s:18OSHealthFitnessLib14VariableStructV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib14VariableStructV12allVariables07fitnessG006healthG007profileG007workoutG0ACSS_S4Stcfc", + "mangledName": "$s18OSHealthFitnessLib14VariableStructV12allVariables07fitnessG006healthG007profileG007workoutG0ACSS_S4Stcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib14VariableStructV", + "mangledName": "$s18OSHealthFitnessLib14VariableStructV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "HealthFitnessPlugin", + "printedName": "HealthFitnessPlugin", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthFitnessPlugin", + "printedName": "OSHealthFitnessLib.HealthFitnessPlugin", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginCACycfc", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginCACycfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "deleteBackgroundJobs", + "printedName": "deleteBackgroundJobs(id: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" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC20deleteBackgroundJobs2id10completionySSSg_ySo7NSErrorCSgctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC20deleteBackgroundJobs2id10completionySSSg_ySo7NSErrorCSgctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "countBackgroundJobsFor", + "printedName": "countBackgroundJobsFor(variable:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC22countBackgroundJobsFor8variableSiSS_tF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC22countBackgroundJobsFor8variableSiSS_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "listBackgroundJobs", + "printedName": "listBackgroundJobs()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC18listBackgroundJobsSSyF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC18listBackgroundJobsSSyF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "writeData", + "printedName": "writeData(variable:value:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC9writeData8variable5value10completionySS_SdySb_So7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC9writeData8variable5value10completionySS_SdySb_So7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getLastRecord", + "printedName": "getLastRecord(variable:mostRecent:timeUnitLength:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC13getLastRecord8variable10mostRecent14timeUnitLength10completionySS_SbSiySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC13getLastRecord8variable10mostRecent14timeUnitLength10completionySS_SbSiySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "requestPermissions", + "printedName": "requestPermissions(customPermissions:variable:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "VariableStruct", + "printedName": "OSHealthFitnessLib.VariableStruct", + "usr": "s:18OSHealthFitnessLib14VariableStructV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC18requestPermissions06customG08variable10completionySS_AA14VariableStructVySb_So7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC18requestPermissions06customG08variable10completionySS_AA14VariableStructVySb_So7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBackgroundJob", + "printedName": "setBackgroundJob(variable:timeUnit:notificationFrequency:jobFrequency:condition:value:notificationText:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, grouping: Swift.Int)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, grouping: Swift.Int)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(header: Swift.String, body: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC16setBackgroundJob8variable8timeUnit21notificationFrequency03jobM09condition5value0L4Text10completionySS_SS4name_Si8groupingtSSAM_SiANtS2SSdSS6header_SS4bodytySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC16setBackgroundJob8variable8timeUnit21notificationFrequency03jobM09condition5value0L4Text10completionySS_SS4name_Si8groupingtSSAM_SiANtS2SSdSS6header_SS4bodytySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateBackgroundJob", + "printedName": "updateBackgroundJob(id:notificationFrequency:condition:value:notificationText:isActive:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String?, grouping: Swift.Int?)", + "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.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "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.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(header: Swift.String?, body: Swift.String?)", + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC19updateBackgroundJob2id21notificationFrequency9condition5value0J4Text8isActive10completionys5Int64VSg_SSSg4name_SiSg8groupingtAOSdSgAO6header_AO4bodytSbSgySb_So7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC19updateBackgroundJob2id21notificationFrequency9condition5value0J4Text8isActive10completionys5Int64VSg_SSSg4name_SiSg8groupingtAOSdSgAO6header_AO4bodytSbSgySb_So7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "advancedQuery", + "printedName": "advancedQuery(variable:date:timeUnit:operationType:mostRecent:onlyFilledBlocks:resultType:timeUnitLength:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(start: Foundation.Date, end: Foundation.Date)", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "hasDefaultArg": true, + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC13advancedQuery8variable4date8timeUnit13operationType10mostRecent16onlyFilledBlocks06resultM00jK6Length10completionySS_10Foundation4DateV5start_AP3endtS2SS2bAA08Advancedg6ResultM0VSiySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC13advancedQuery8variable4date8timeUnit13operationType10mostRecent16onlyFilledBlocks06resultM00jK6Length10completionySS_10Foundation4DateV5start_AP3endtS2SS2bAA08Advancedg6ResultM0VSiySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "workoutAdvancedQuery", + "printedName": "workoutAdvancedQuery(workoutTypeVariableDictionary:date:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(start: Foundation.Date, end: Foundation.Date)", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC20workoutAdvancedQuery0F22TypeVariableDictionary4date10completionySDyAA07WorkoutI0VAA0jI0VG_10Foundation4DateV5start_AO3endtySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC20workoutAdvancedQuery0F22TypeVariableDictionary4date10completionySDyAA07WorkoutI0VAA0jI0VG_10Foundation4DateV5start_AO3endtySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC", + "moduleName": "OSHealthFitnessLib", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "UInt128Errors", + "printedName": "UInt128Errors", + "children": [ + { + "kind": "Var", + "name": "invalidString", + "printedName": "invalidString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.UInt128Errors.Type) -> OSHealthFitnessLib.UInt128Errors", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.UInt128Errors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO13invalidStringyA2CmF", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO13invalidStringyA2CmF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + }, + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO2eeoiySbAC_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO2eeoiySbAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivp", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivg", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO4hash4intoys6HasherVz_tF", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO4hash4intoys6HasherVz_tF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UInt128", + "printedName": "UInt128", + "children": [ + { + "kind": "Var", + "name": "significantBits", + "printedName": "significantBits", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V15significantBitsACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15significantBitsACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V15significantBitsACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15significantBitsACvg", + "moduleName": "OSHealthFitnessLib", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(upperBits:lowerBits:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V9upperBits05lowerF0ACs6UInt64V_AGtcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9upperBits05lowerF0ACs6UInt64V_AGtcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128VACycfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128VACycfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.UInt128?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128VyACSgSScfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128VyACSgSScfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "nonzeroBitCount", + "printedName": "nonzeroBitCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "leadingZeroBitCount", + "printedName": "leadingZeroBitCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bigEndian", + "printedName": "bigEndian", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V9bigEndianACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9bigEndianACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V9bigEndianACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9bigEndianACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "littleEndian", + "printedName": "littleEndian", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V12littleEndianACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V12littleEndianACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V12littleEndianACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V12littleEndianACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "byteSwapped", + "printedName": "byteSwapped", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V11byteSwappedACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11byteSwappedACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V11byteSwappedACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11byteSwappedACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_truncatingBits:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V15_truncatingBitsACSu_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15_truncatingBitsACSu_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bigEndian:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V9bigEndianA2C_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9bigEndianA2C_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(littleEndian:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V12littleEndianA2C_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V12littleEndianA2C_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "addingReportingOverflow", + "printedName": "addingReportingOverflow(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V23addingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V23addingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "subtractingReportingOverflow", + "printedName": "subtractingReportingOverflow(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V28subtractingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V28subtractingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "multipliedReportingOverflow", + "printedName": "multipliedReportingOverflow(by:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V27multipliedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V27multipliedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "multipliedFullWidth", + "printedName": "multipliedFullWidth(by:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V19multipliedFullWidth2byAC4high_AC3lowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V19multipliedFullWidth2byAC4high_AC3lowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dividedReportingOverflow", + "printedName": "dividedReportingOverflow(by:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V24dividedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V24dividedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dividingFullWidth", + "printedName": "dividingFullWidth(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V17dividingFullWidthyAC8quotient_AC9remaindertAC4high_AC3lowt_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V17dividingFullWidthyAC8quotient_AC9remaindertAC4high_AC3lowt_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remainderReportingOverflow", + "printedName": "remainderReportingOverflow(dividingBy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V26remainderReportingOverflow10dividingByAC12partialValue_Sb8overflowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V26remainderReportingOverflow10dividingByAC12partialValue_Sb8overflowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "quotientAndRemainder", + "printedName": "quotientAndRemainder(dividingBy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V20quotientAndRemainder10dividingByAC0E0_AC9remaindertAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V20quotientAndRemainder10dividingByAC0E0_AC9remaindertAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "bitWidth", + "printedName": "bitWidth", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V8bitWidthSivpZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V8bitWidthSivpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V8bitWidthSivgZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V8bitWidthSivgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "words", + "printedName": "words", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V5wordsSaySuGvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V5wordsSaySuGvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V5wordsSaySuGvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V5wordsSaySuGvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trailingZeroBitCount", + "printedName": "trailingZeroBitCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(exactly:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.UInt128?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V7exactlyACSgx_tcSBRzlufc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V7exactlyACSgx_tcSBRzlufc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128VyACxcSBRzlufc", + "mangledName": "$s18OSHealthFitnessLib7UInt128VyACxcSBRzlufc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "\/", + "printedName": "\/(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1doiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1doiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "\/=", + "printedName": "\/=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2deoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2deoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "%", + "printedName": "%(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1roiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1roiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "%=", + "printedName": "%=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2reoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2reoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "&=", + "printedName": "&=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2aeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2aeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "|=", + "printedName": "|=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2oeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2oeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "^=", + "printedName": "^=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2xeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2xeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "&>>=", + "printedName": "&>>=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V4aggeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4aggeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "&<<=", + "printedName": "&<<=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V4alleoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4alleoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V4hash4intoys6HasherVz_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4hash4intoys6HasherVz_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V9hashValueSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9hashValueSivp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V9hashValueSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9hashValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1poiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1poiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "+=", + "printedName": "+=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2peoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2peoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1soiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1soiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-=", + "printedName": "-=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2seoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2seoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "*", + "printedName": "*(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1moiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1moiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "*=", + "printedName": "*=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2meoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2meoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2eeoiySbAC_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2eeoiySbAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V14integerLiteralACSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V14integerLiteralACSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V11descriptionSSvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11descriptionSSvp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V11descriptionSSvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11descriptionSSvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V16debugDescriptionSSvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V16debugDescriptionSSvp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V16debugDescriptionSSvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V16debugDescriptionSSvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "<", + "printedName": "<(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1loiySbAC_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1loiySbAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib7UInt128V", + "mangledName": "$s18OSHealthFitnessLib7UInt128V", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BinaryInteger", + "printedName": "BinaryInteger", + "children": [ + { + "kind": "TypeWitness", + "name": "Words", + "printedName": "Words", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:Sz", + "mangledName": "$sSz" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "UnsignedInteger", + "printedName": "UnsignedInteger", + "usr": "s:SU", + "mangledName": "$sSU" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "NotificationCenter", + "printedName": "NotificationCenter", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "UserNotifications", + "printedName": "UserNotifications", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "NotificationCenter", + "printedName": "NotificationCenter", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "BackgroundJobParameters", + "printedName": "BackgroundJobParameters", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variable", + "printedName": "variable", + "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:18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnit", + "printedName": "timeUnit", + "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:18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnitGrouping", + "printedName": "timeUnitGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequency", + "printedName": "notificationFrequency", + "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:18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequencyGrouping", + "printedName": "notificationFrequencyGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jobFrequency", + "printedName": "jobFrequency", + "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:18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "condition", + "printedName": "condition", + "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:18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationHeader", + "printedName": "notificationHeader", + "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:18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationBody", + "printedName": "notificationBody", + "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:18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isActive", + "printedName": "isActive", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:variable:timeUnit:timeUnitGrouping:notificationFrequency:notificationFrequencyGrouping:jobFrequency:condition:value:notificationHeader:notificationBody:isActive:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJobParameters", + "printedName": "OSHealthFitnessLib.BackgroundJobParameters", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "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.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC2id8variable8timeUnit0iJ8Grouping21notificationFrequency0lmK003jobM09condition5value0L6Header0L4Body8isActiveACs5Int64VSg_SSSgASSiSgAst2SSdSgA2SSbSgtcfc", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC2id8variable8timeUnit0iJ8Grouping21notificationFrequency0lmK003jobM09condition5value0L6Header0L4Body8isActiveACs5Int64VSg_SSSgASSiSgAst2SSdSgA2SSbSgtcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJobParameters", + "printedName": "OSHealthFitnessLib.BackgroundJobParameters", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "WorkoutTypeEnum", + "printedName": "WorkoutTypeEnum", + "children": [ + { + "kind": "Var", + "name": "americanFootball", + "printedName": "americanFootball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO16americanFootballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO16americanFootballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "archery", + "printedName": "archery", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7archeryyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7archeryyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "australianFootball", + "printedName": "australianFootball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO18australianFootballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO18australianFootballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "badminton", + "printedName": "badminton", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO9badmintonyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO9badmintonyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "barre", + "printedName": "barre", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO5barreyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO5barreyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "baseball", + "printedName": "baseball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8baseballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8baseballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "basketball", + "printedName": "basketball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10basketballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10basketballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "bowling", + "printedName": "bowling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7bowlingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7bowlingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "boxing", + "printedName": "boxing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6boxingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6boxingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "climbing", + "printedName": "climbing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8climbingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8climbingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "coreTraining", + "printedName": "coreTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12coreTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12coreTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "crossCountrySkiing", + "printedName": "crossCountrySkiing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO18crossCountrySkiingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO18crossCountrySkiingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "crossTraining", + "printedName": "crossTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13crossTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13crossTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "curling", + "printedName": "curling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7curlingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7curlingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "cycling", + "printedName": "cycling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7cyclingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7cyclingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "dance", + "printedName": "dance", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO5danceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO5danceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "danceInspiredTraining", + "printedName": "danceInspiredTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO21danceInspiredTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO21danceInspiredTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "discSports", + "printedName": "discSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10discSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10discSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "downhillSkiing", + "printedName": "downhillSkiing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO14downhillSkiingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO14downhillSkiingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "elliptical", + "printedName": "elliptical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10ellipticalyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10ellipticalyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "equestrianSports", + "printedName": "equestrianSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO16equestrianSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO16equestrianSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "fencing", + "printedName": "fencing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7fencingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7fencingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "fitnessGaming", + "printedName": "fitnessGaming", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13fitnessGamingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13fitnessGamingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "fishing", + "printedName": "fishing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7fishingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7fishingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "flexibility", + "printedName": "flexibility", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11flexibilityyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11flexibilityyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "functionalStrengthTraining", + "printedName": "functionalStrengthTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO26functionalStrengthTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO26functionalStrengthTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "golf", + "printedName": "golf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO4golfyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO4golfyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "gymnastics", + "printedName": "gymnastics", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10gymnasticsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10gymnasticsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "handball", + "printedName": "handball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8handballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8handballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "handCycling", + "printedName": "handCycling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11handCyclingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11handCyclingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "highIntensityIntervalTraining", + "printedName": "highIntensityIntervalTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO29highIntensityIntervalTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO29highIntensityIntervalTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "hiking", + "printedName": "hiking", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6hikingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6hikingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "hockey", + "printedName": "hockey", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6hockeyyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6hockeyyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "hunting", + "printedName": "hunting", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7huntingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7huntingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "jumpRope", + "printedName": "jumpRope", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8jumpRopeyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8jumpRopeyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "kickboxing", + "printedName": "kickboxing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10kickboxingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10kickboxingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "lacrosse", + "printedName": "lacrosse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8lacrosseyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8lacrosseyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "martialArts", + "printedName": "martialArts", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11martialArtsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11martialArtsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "mindAndBody", + "printedName": "mindAndBody", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11mindAndBodyyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11mindAndBodyyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "mixedCardio", + "printedName": "mixedCardio", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11mixedCardioyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11mixedCardioyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "paddleSports", + "printedName": "paddleSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12paddleSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12paddleSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "pilates", + "printedName": "pilates", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7pilatesyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7pilatesyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "play", + "printedName": "play", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO4playyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO4playyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "preparationAndRecovery", + "printedName": "preparationAndRecovery", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO22preparationAndRecoveryyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO22preparationAndRecoveryyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "racquetball", + "printedName": "racquetball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11racquetballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11racquetballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "rowing", + "printedName": "rowing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6rowingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6rowingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "rugby", + "printedName": "rugby", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO5rugbyyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO5rugbyyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "running", + "printedName": "running", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7runningyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7runningyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "sailing", + "printedName": "sailing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7sailingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7sailingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "skatingSports", + "printedName": "skatingSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13skatingSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13skatingSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "snowboarding", + "printedName": "snowboarding", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12snowboardingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12snowboardingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "snowSports", + "printedName": "snowSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10snowSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10snowSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "soccer", + "printedName": "soccer", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6socceryA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6socceryA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "softball", + "printedName": "softball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8softballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8softballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "squash", + "printedName": "squash", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6squashyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6squashyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "stairClimbing", + "printedName": "stairClimbing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13stairClimbingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13stairClimbingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "stairs", + "printedName": "stairs", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6stairsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6stairsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "stepTraining", + "printedName": "stepTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12stepTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12stepTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "surfingSports", + "printedName": "surfingSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13surfingSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13surfingSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "swimming", + "printedName": "swimming", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8swimmingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8swimmingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "tableTennis", + "printedName": "tableTennis", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11tableTennisyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11tableTennisyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "taiChi", + "printedName": "taiChi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6taiChiyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6taiChiyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "tennis", + "printedName": "tennis", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6tennisyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6tennisyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "trackAndField", + "printedName": "trackAndField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13trackAndFieldyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13trackAndFieldyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "traditionalStrengthTraining", + "printedName": "traditionalStrengthTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO27traditionalStrengthTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO27traditionalStrengthTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "volleyball", + "printedName": "volleyball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10volleyballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10volleyballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "walking", + "printedName": "walking", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7walkingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7walkingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "waterFitness", + "printedName": "waterFitness", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO05waterB0yA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO05waterB0yA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "waterPolo", + "printedName": "waterPolo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO9waterPoloyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO9waterPoloyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "waterSports", + "printedName": "waterSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11waterSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11waterSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "wheelchairRunPace", + "printedName": "wheelchairRunPace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO17wheelchairRunPaceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO17wheelchairRunPaceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "wheelchairWalkPace", + "printedName": "wheelchairWalkPace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO18wheelchairWalkPaceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO18wheelchairWalkPaceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "wrestling", + "printedName": "wrestling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO9wrestlingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO9wrestlingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "yoga", + "printedName": "yoga", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO4yogayA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO4yogayA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvp", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvg", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum?", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueACSgSS_tcfc", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueACSgSS_tcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "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": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "VariableType", + "printedName": "VariableType", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib12VariableTypeV8rawValueSivp", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV8rawValueSivp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "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:18OSHealthFitnessLib12VariableTypeV8rawValueSivg", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV8rawValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib12VariableTypeV8rawValueACSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV8rawValueACSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "getVariableType", + "printedName": "getVariableType(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.VariableType?", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib12VariableTypeV03getdE03forACSgSS_tFZ", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV03getdE03forACSgSS_tFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib12VariableTypeV", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "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": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "WorkoutType", + "printedName": "WorkoutType", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvp", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvg", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV8rawValueAcA7UInt128V_tcfc", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV8rawValueAcA7UInt128V_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "getWorkoutType", + "printedName": "getWorkoutType(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.WorkoutType?", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV03getdE03forACSgSS_tFZ", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV03getdE03forACSgSS_tFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "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": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "AdvancedQueryReturnTypeEnum", + "children": [ + { + "kind": "Var", + "name": "allData", + "printedName": "allData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type) -> OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO7allDatayA2CmF", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO7allDatayA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "removeEmptyDataBlocks", + "printedName": "removeEmptyDataBlocks", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type) -> OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO21removeEmptyDataBlocksyA2CmF", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO21removeEmptyDataBlocksyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum?", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueACSgSS_tcfc", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueACSgSS_tcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvp", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvg", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "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": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AdvancedQueryResultType", + "printedName": "AdvancedQueryResultType", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": 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": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivs", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivM", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivM", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueACSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueACSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawDataType", + "printedName": "rawDataType", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvpZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvgZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "dataPointType", + "printedName": "dataPointType", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvpZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvgZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allType", + "printedName": "allType", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvpZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvgZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "get", + "printedName": "get(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV3get4withACSS_tFZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV3get4withACSS_tFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "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": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "AdvancedQueryParameters", + "printedName": "AdvancedQueryParameters", + "children": [ + { + "kind": "Var", + "name": "variable", + "printedName": "variable", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startDate", + "printedName": "startDate", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endDate", + "printedName": "endDate", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnit", + "printedName": "timeUnit", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "operationType", + "printedName": "operationType", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnitLength", + "printedName": "timeUnitLength", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "advancedQueryReturnType", + "printedName": "advancedQueryReturnType", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "advancedQueryResultType", + "printedName": "advancedQueryResultType", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryParameters", + "printedName": "OSHealthFitnessLib.AdvancedQueryParameters", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "WorkoutAdvancedQueryParameters", + "printedName": "WorkoutAdvancedQueryParameters", + "children": [ + { + "kind": "Var", + "name": "workoutTypeVariables", + "printedName": "workoutTypeVariables", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[OSHealthFitnessLib.WorkoutTypeVariableMapping]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeVariableMapping", + "printedName": "OSHealthFitnessLib.WorkoutTypeVariableMapping", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[OSHealthFitnessLib.WorkoutTypeVariableMapping]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeVariableMapping", + "printedName": "OSHealthFitnessLib.WorkoutTypeVariableMapping", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startDate", + "printedName": "startDate", + "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:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endDate", + "printedName": "endDate", + "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:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutAdvancedQueryParameters", + "printedName": "OSHealthFitnessLib.WorkoutAdvancedQueryParameters", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "workoutTypeVariableDictionary", + "printedName": "workoutTypeVariableDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "WorkoutTypeVariableMapping", + "printedName": "WorkoutTypeVariableMapping", + "children": [ + { + "kind": "Var", + "name": "workoutType", + "printedName": "workoutType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvp", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "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:18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvg", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variables", + "printedName": "variables", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvp", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvg", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeVariableMapping", + "printedName": "OSHealthFitnessLib.WorkoutTypeVariableMapping", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "BackgroundJob", + "printedName": "BackgroundJob", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(entity:insertInto:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + }, + { + "kind": "TypeNominal", + "name": "NSEntityDescription", + "printedName": "CoreData.NSEntityDescription", + "usr": "c:objc(cs)NSEntityDescription" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreData.NSManagedObjectContext?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSManagedObjectContext", + "printedName": "CoreData.NSManagedObjectContext", + "usr": "c:objc(cs)NSManagedObjectContext" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob(im)initWithEntity:insertIntoManagedObjectContext:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc", + "moduleName": "OSHealthFitnessLib", + "overriding": true, + "implicit": true, + "objc_name": "initWithEntity:insertIntoManagedObjectContext:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fetchRequest", + "printedName": "fetchRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSFetchRequest", + "printedName": "CoreData.NSFetchRequest", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "c:objc(cs)NSFetchRequest" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib13BackgroundJobC12fetchRequestSo07NSFetchG0CyACGyFZ", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12fetchRequestSo07NSFetchG0CyACGyFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "comparision", + "printedName": "comparision", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)comparision", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC11comparisionSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)comparision", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC11comparisionSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setComparision:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC11comparisionSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)id", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC2ids5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)id", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC2ids5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setId:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC2ids5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isActive", + "printedName": "isActive", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)isActive", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8isActiveSbvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)isActive", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8isActiveSbvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "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:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setIsActive:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8isActiveSbvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "lastNotificationTimestamp", + "printedName": "lastNotificationTimestamp", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)lastNotificationTimestamp", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC25lastNotificationTimestamp10Foundation4DateVSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)lastNotificationTimestamp", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC25lastNotificationTimestamp10Foundation4DateVSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setLastNotificationTimestamp:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC25lastNotificationTimestamp10Foundation4DateVSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequency", + "printedName": "notificationFrequency", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)notificationFrequency", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC21notificationFrequencySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)notificationFrequency", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC21notificationFrequencySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setNotificationFrequency:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC21notificationFrequencySSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequencyGrouping", + "printedName": "notificationFrequencyGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)notificationFrequencyGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC29notificationFrequencyGroupings5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)notificationFrequencyGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC29notificationFrequencyGroupings5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setNotificationFrequencyGrouping:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC29notificationFrequencyGroupings5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "operation", + "printedName": "operation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)operation", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC9operationSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)operation", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC9operationSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setOperation:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC9operationSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "timeUnit", + "printedName": "timeUnit", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)timeUnit", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8timeUnitSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)timeUnit", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8timeUnitSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setTimeUnit:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8timeUnitSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "timeUnitGrouping", + "printedName": "timeUnitGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)timeUnitGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC16timeUnitGroupings5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)timeUnitGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC16timeUnitGroupings5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setTimeUnitGrouping:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC16timeUnitGroupings5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)value", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC5valueSdvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)value", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC5valueSdvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setValue:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC5valueSdvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "variable", + "printedName": "variable", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)variable", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8variableSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)variable", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8variableSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setVariable:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8variableSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "notification", + "printedName": "notification", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.Notification?", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)notification", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12notificationAA12NotificationCSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.Notification?", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)notification", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12notificationAA12NotificationCSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.Notification?", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setNotification:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12notificationAA12NotificationCSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSManagedObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "CoreData.NSManagedObject", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" + }, + { + "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": "Conformance", + "name": "ObservableObject", + "printedName": "ObservableObject", + "children": [ + { + "kind": "TypeWitness", + "name": "ObjectWillChangePublisher", + "printedName": "ObjectWillChangePublisher", + "children": [ + { + "kind": "TypeNominal", + "name": "ObservableObjectPublisher", + "printedName": "Combine.ObservableObjectPublisher", + "usr": "s:7Combine25ObservableObjectPublisherC" + } + ] + } + ], + "usr": "s:7Combine16ObservableObjectP", + "mangledName": "$s7Combine16ObservableObjectP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "Notification", + "printedName": "Notification", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(entity:insertInto:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + }, + { + "kind": "TypeNominal", + "name": "NSEntityDescription", + "printedName": "CoreData.NSEntityDescription", + "usr": "c:objc(cs)NSEntityDescription" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreData.NSManagedObjectContext?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSManagedObjectContext", + "printedName": "CoreData.NSManagedObjectContext", + "usr": "c:objc(cs)NSManagedObjectContext" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification(im)initWithEntity:insertIntoManagedObjectContext:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc", + "moduleName": "OSHealthFitnessLib", + "overriding": true, + "implicit": true, + "objc_name": "initWithEntity:insertIntoManagedObjectContext:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fetchRequest", + "printedName": "fetchRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSFetchRequest", + "printedName": "CoreData.NSFetchRequest", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "c:objc(cs)NSFetchRequest" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib12NotificationC12fetchRequestSo07NSFetchF0CyACGyFZ", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12fetchRequestSo07NSFetchF0CyACGyFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)body", + "mangledName": "$s18OSHealthFitnessLib12NotificationC4bodySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)body", + "mangledName": "$s18OSHealthFitnessLib12NotificationC4bodySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setBody:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC4bodySSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)id", + "mangledName": "$s18OSHealthFitnessLib12NotificationC2ids5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)id", + "mangledName": "$s18OSHealthFitnessLib12NotificationC2ids5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setId:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC2ids5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "title", + "printedName": "title", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)title", + "mangledName": "$s18OSHealthFitnessLib12NotificationC5titleSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)title", + "mangledName": "$s18OSHealthFitnessLib12NotificationC5titleSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setTitle:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC5titleSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "relationship", + "printedName": "relationship", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.BackgroundJob?", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)relationship", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12relationshipAA13BackgroundJobCSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.BackgroundJob?", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)relationship", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12relationshipAA13BackgroundJobCSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.BackgroundJob?", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setRelationship:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12relationshipAA13BackgroundJobCSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification", + "mangledName": "$s18OSHealthFitnessLib12NotificationC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSManagedObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "CoreData.NSManagedObject", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" + }, + { + "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": "Conformance", + "name": "ObservableObject", + "printedName": "ObservableObject", + "children": [ + { + "kind": "TypeWitness", + "name": "ObjectWillChangePublisher", + "printedName": "ObjectWillChangePublisher", + "children": [ + { + "kind": "TypeNominal", + "name": "ObservableObjectPublisher", + "printedName": "Combine.ObservableObjectPublisher", + "usr": "s:7Combine25ObservableObjectPublisherC" + } + ] + } + ], + "usr": "s:7Combine16ObservableObjectP", + "mangledName": "$s7Combine16ObservableObjectP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "String", + "printedName": "String", + "children": [ + { + "kind": "Function", + "name": "decode", + "printedName": "decode()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:SS18OSHealthFitnessLibE6decodexSgySeRzlF", + "mangledName": "$sSS18OSHealthFitnessLibE6decodexSgySeRzlF", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:radix:uppercase:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:SS18OSHealthFitnessLibE_5radix9uppercaseSSAA7UInt128V_SiSbtcfc", + "mangledName": "$sSS18OSHealthFitnessLibE_5radix9uppercaseSSAA7UInt128V_SiSbtcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + }, + { + "kind": "TypeNominal", + "name": "Sendable", + "printedName": "Swift.Sendable", + "usr": "s:s8SendableP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" + }, + { + "kind": "Conformance", + "name": "CKRecordValueProtocol", + "printedName": "CKRecordValueProtocol", + "usr": "s:8CloudKit21CKRecordValueProtocolP", + "mangledName": "$s8CloudKit21CKRecordValueProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Encodable", + "printedName": "Encodable", + "children": [ + { + "kind": "Function", + "name": "encode", + "printedName": "encode()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:SE18OSHealthFitnessLibE6encodeSSyF", + "mangledName": "$sSE18OSHealthFitnessLibE6encodeSSyF", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:SE", + "mangledName": "$sSE", + "moduleName": "Swift", + "isExternal": true + }, + { + "kind": "TypeDecl", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:SB18OSHealthFitnessLibEyxAA7UInt128Vcfc", + "mangledName": "$sSB18OSHealthFitnessLibEyxAA7UInt128Vcfc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(exactly:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:SB18OSHealthFitnessLibE7exactlyxSgAA7UInt128V_tcfc", + "mangledName": "$sSB18OSHealthFitnessLibE7exactlyxSgAA7UInt128V_tcfc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Protocol", + "usr": "s:SB", + "mangledName": "$sSB", + "moduleName": "Swift", + "genericSig": "<τ_0_0 : Swift.ExpressibleByFloatLiteral, τ_0_0 : Swift.FloatingPoint, τ_0_0.RawExponent : Swift.UnsignedInteger, τ_0_0.RawSignificand : Swift.UnsignedInteger>", + "sugared_genericSig": "", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Date", + "printedName": "Date", + "children": [ + { + "kind": "TypeDecl", + "name": "ResultStruct", + "printedName": "ResultStruct", + "declKind": "Struct", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12ResultStructV", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE12ResultStructV", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibEyACSScfc", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibEyACSScfc", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ResultStruct", + "printedName": "Foundation.Date.ResultStruct", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12ResultStructV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Func", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE1soiyAcDE12ResultStructVAC_ACtFZ", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE1soiyAcDE12ResultStructVAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "startOfSecond", + "printedName": "startOfSecond", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfHour", + "printedName": "startOfHour", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfDay", + "printedName": "startOfDay", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfWeek", + "printedName": "startOfWeek", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfMonth", + "printedName": "startOfMonth", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfYear", + "printedName": "startOfYear", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10Foundation4DateV", + "mangledName": "$s10Foundation4DateV", + "moduleName": "Foundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDate", + "printedName": "Foundation.NSDate", + "usr": "c:objc(cs)NSDate" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDate", + "printedName": "Foundation.NSDate", + "usr": "c:objc(cs)NSDate" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CKRecordValueProtocol", + "printedName": "CKRecordValueProtocol", + "usr": "s:8CloudKit21CKRecordValueProtocolP", + "mangledName": "$s8CloudKit21CKRecordValueProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HKHealthStore", + "printedName": "HKHealthStore", + "declKind": "Class", + "usr": "c:objc(cs)HKHealthStore", + "moduleName": "HealthKit", + "isOpen": true, + "intro_iOS": "8.0", + "objc_name": "HKHealthStore", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": 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" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 78, + "length": 8, + "value": "\"HIGHER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 113, + "length": 14, + "value": "\"HIGHER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 7, + "value": "\"LOWER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 175, + "length": 13, + "value": "\"LOWER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 206, + "length": 7, + "value": "\"EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 78, + "length": 8, + "value": "\"HIGHER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 113, + "length": 14, + "value": "\"HIGHER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 7, + "value": "\"LOWER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 175, + "length": 13, + "value": "\"LOWER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 206, + "length": 7, + "value": "\"EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 178, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 215, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 3, + "value": "103" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 3, + "value": "104" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 3, + "value": "105" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 3, + "value": "106" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 3, + "value": "107" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 3, + "value": "108" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 3, + "value": "109" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 530, + "length": 3, + "value": "111" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 568, + "length": 3, + "value": "113" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 605, + "length": 3, + "value": "114" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 3, + "value": "115" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 681, + "length": 3, + "value": "116" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 721, + "length": 3, + "value": "117" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 178, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 215, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 3, + "value": "103" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 3, + "value": "104" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 3, + "value": "105" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 3, + "value": "106" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 3, + "value": "107" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 3, + "value": "108" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 3, + "value": "109" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 530, + "length": 3, + "value": "111" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 568, + "length": 3, + "value": "113" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 605, + "length": 3, + "value": "114" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 3, + "value": "115" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 681, + "length": 3, + "value": "116" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 721, + "length": 3, + "value": "117" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 178, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 215, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 3, + "value": "103" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 3, + "value": "104" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 3, + "value": "105" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 3, + "value": "106" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 3, + "value": "107" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 3, + "value": "108" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 3, + "value": "109" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 530, + "length": 3, + "value": "111" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 568, + "length": 3, + "value": "113" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 605, + "length": 3, + "value": "114" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 3, + "value": "115" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 681, + "length": 3, + "value": "116" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 721, + "length": 3, + "value": "117" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 71, + "length": 14, + "value": "\"MILLISECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 106, + "length": 9, + "value": "\"SECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 135, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 161, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 207, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 71, + "length": 14, + "value": "\"MILLISECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 106, + "length": 9, + "value": "\"SECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 135, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 161, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 207, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "IntegerLiteral", + "offset": 22866, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "BooleanLiteral", + "offset": 22888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24621, + "length": 11, + "value": "\"upperBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24646, + "length": 11, + "value": "\"lowerBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24621, + "length": 11, + "value": "\"upperBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24646, + "length": 11, + "value": "\"lowerBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "IntegerLiteral", + "offset": 26345, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "BooleanLiteral", + "offset": 26367, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitManager.swift", + "kind": "BooleanLiteral", + "offset": 11112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitManager.swift", + "kind": "StringLiteral", + "offset": 49, + "length": 16, + "value": "\"OSHealthFitnessLib.HealthKitManager\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"ALWAYS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 8, + "value": "\"SECOND\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 306, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"ALWAYS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 8, + "value": "\"SECOND\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 306, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"m\/s\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 723, + "length": 15, + "value": "\"Walking Speed\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 969, + "length": 26, + "value": "\"Distance Walking Running\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"mL\/min·kg\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 9, + "value": "\"VO2 Max\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"Step Count\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1524, + "length": 11, + "value": "\"count\/min\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1600, + "length": 12, + "value": "\"Heart Rate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1811, + "length": 11, + "value": "\"Body Mass\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2019, + "length": 8, + "value": "\"Height\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2155, + "length": 7, + "value": "\"mg\/dL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2227, + "length": 15, + "value": "\"Blood Glucose\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2456, + "length": 25, + "value": "\"Blood Pressure Systolic\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2697, + "length": 26, + "value": "\"Blood Pressure Diastolic\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2918, + "length": 16, + "value": "\"Sleep Analysis\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3137, + "length": 19, + "value": "\"Oxygen Saturation\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3373, + "length": 22, + "value": "\"Active Energy Burned\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3600, + "length": 21, + "value": "\"Body Fat Percentage\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3836, + "length": 21, + "value": "\"Basal Energy Burned\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4064, + "length": 18, + "value": "\"Body Temperature\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4281, + "length": 15, + "value": "\"Dietary Water\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4489, + "length": 12, + "value": "\"Push Count\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4724, + "length": 25, + "value": "\"Dietary Energy Consumed\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4847, + "length": 9, + "value": "\"Workout\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1189, + "length": 7, + "value": "\"Label\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1206, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1189, + "length": 7, + "value": "\"Label\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1206, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"Id\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 638, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 681, + "length": 18, + "value": "\"TimeUnitGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 737, + "length": 23, + "value": "\"NotificationFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 31, + "value": "\"NotificationFrequencyGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 866, + "length": 14, + "value": "\"JobFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 906, + "length": 11, + "value": "\"Condition\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 939, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 981, + "length": 20, + "value": "\"NotificationHeader\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1034, + "length": 18, + "value": "\"NotificationBody\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1077, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"Id\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 638, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 681, + "length": 18, + "value": "\"TimeUnitGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 737, + "length": 23, + "value": "\"NotificationFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 31, + "value": "\"NotificationFrequencyGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 866, + "length": 14, + "value": "\"JobFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 906, + "length": 11, + "value": "\"Condition\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 939, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 981, + "length": 20, + "value": "\"NotificationHeader\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1034, + "length": 18, + "value": "\"NotificationBody\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1077, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 67, + "length": 5, + "value": "\"SUM\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 93, + "length": 9, + "value": "\"AVERAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 119, + "length": 5, + "value": "\"MIN\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 141, + "length": 5, + "value": "\"MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 163, + "length": 5, + "value": "\"RAW\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 192, + "length": 13, + "value": "\"MOST_RECENT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 67, + "length": 5, + "value": "\"SUM\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 93, + "length": 9, + "value": "\"AVERAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 119, + "length": 5, + "value": "\"MIN\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 141, + "length": 5, + "value": "\"MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 163, + "length": 5, + "value": "\"RAW\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 192, + "length": 13, + "value": "\"MOST_RECENT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 96, + "length": 7, + "value": "\"STEPS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 125, + "length": 12, + "value": "\"HEART_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 156, + "length": 8, + "value": "\"WEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 183, + "length": 8, + "value": "\"HEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 15, + "value": "\"BLOOD_GLUCOSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 16, + "value": "\"BLOOD_PRESSURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 299, + "length": 7, + "value": "\"SLEEP\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 19, + "value": "\"OXYGEN_SATURATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 385, + "length": 17, + "value": "\"CALORIES_BURNED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 21, + "value": "\"BODY_FAT_PERCENTAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 483, + "length": 22, + "value": "\"BASAL_METABOLIC_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 18, + "value": "\"BODY_TEMPERATURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 11, + "value": "\"HYDRATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 11, + "value": "\"NUTRITION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 12, + "value": "\"PUSH_COUNT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 685, + "length": 8, + "value": "\"VO2MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 10, + "value": "\"DISTANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 763, + "length": 15, + "value": "\"WALKING_SPEED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 803, + "length": 9, + "value": "\"WORKOUT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 96, + "length": 7, + "value": "\"STEPS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 125, + "length": 12, + "value": "\"HEART_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 156, + "length": 8, + "value": "\"WEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 183, + "length": 8, + "value": "\"HEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 15, + "value": "\"BLOOD_GLUCOSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 16, + "value": "\"BLOOD_PRESSURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 299, + "length": 7, + "value": "\"SLEEP\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 19, + "value": "\"OXYGEN_SATURATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 385, + "length": 17, + "value": "\"CALORIES_BURNED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 21, + "value": "\"BODY_FAT_PERCENTAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 483, + "length": 22, + "value": "\"BASAL_METABOLIC_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 18, + "value": "\"BODY_TEMPERATURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 11, + "value": "\"HYDRATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 11, + "value": "\"NUTRITION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 12, + "value": "\"PUSH_COUNT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 685, + "length": 8, + "value": "\"VO2MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 10, + "value": "\"DISTANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 763, + "length": 15, + "value": "\"WALKING_SPEED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 803, + "length": 9, + "value": "\"WORKOUT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 918, + "length": 19, + "value": "\"AMERICAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 957, + "length": 9, + "value": "\"ARCHERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 21, + "value": "\"AUSTRALIAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 11, + "value": "\"BADMINTON\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1069, + "length": 7, + "value": "\"BARRE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1097, + "length": 10, + "value": "\"BASEBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1130, + "length": 12, + "value": "\"BASKETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1162, + "length": 9, + "value": "\"BOWLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 8, + "value": "\"BOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1219, + "length": 10, + "value": "\"CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1254, + "length": 15, + "value": "\"CORE_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1300, + "length": 22, + "value": "\"CROSS_COUNTRY_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 16, + "value": "\"CROSS_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1384, + "length": 9, + "value": "\"CURLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1413, + "length": 9, + "value": "\"CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1440, + "length": 7, + "value": "\"DANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 25, + "value": "\"DANCE_INSPIRED_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1529, + "length": 13, + "value": "\"DISC_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 17, + "value": "\"DOWNHILL_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1609, + "length": 12, + "value": "\"ELLIPTICAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1650, + "length": 19, + "value": "\"EQUESTRIAN_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1689, + "length": 9, + "value": "\"FENCING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 16, + "value": "\"FITNESS_GAMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1760, + "length": 9, + "value": "\"FISHING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1793, + "length": 13, + "value": "\"FLEXIBILITY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1845, + "length": 30, + "value": "\"FUNCTIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 6, + "value": "\"GOLF\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1921, + "length": 12, + "value": "\"GYMNASTICS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1954, + "length": 10, + "value": "\"HANDBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1988, + "length": 14, + "value": "\"HAND_CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2044, + "length": 34, + "value": "\"HIGH_INTENSITY_INTERVAL_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 8, + "value": "\"HIKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2124, + "length": 8, + "value": "\"HOCKEY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2152, + "length": 9, + "value": "\"HUNTING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2182, + "length": 11, + "value": "\"JUMP_ROPE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2216, + "length": 12, + "value": "\"KICKBOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 10, + "value": "\"LACROSSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2283, + "length": 14, + "value": "\"MARTIAL_ARTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2321, + "length": 15, + "value": "\"MIND_AND_BODY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2360, + "length": 14, + "value": "\"MIXED_CARDIO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2399, + "length": 15, + "value": "\"PADDLE_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2434, + "length": 9, + "value": "\"PILATES\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2460, + "length": 6, + "value": "\"PLAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2501, + "length": 26, + "value": "\"PREPARATION_AND_RECOVERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2551, + "length": 13, + "value": "\"RACQUETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2583, + "length": 8, + "value": "\"ROWING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2609, + "length": 7, + "value": "\"RUGBY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2636, + "length": 9, + "value": "\"RUNNING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2665, + "length": 9, + "value": "\"SAILING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 16, + "value": "\"SKATING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2741, + "length": 14, + "value": "\"SNOWBOARDING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2778, + "length": 13, + "value": "\"SNOW_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2810, + "length": 8, + "value": "\"SOCCER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 10, + "value": "\"SOFTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2868, + "length": 8, + "value": "\"SQUASH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2902, + "length": 16, + "value": "\"STAIR_CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2937, + "length": 8, + "value": "\"STAIRS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2970, + "length": 14, + "value": "\"STEP_TRANING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3010, + "length": 16, + "value": "\"SURFING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3047, + "length": 10, + "value": "\"SWIMMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3081, + "length": 14, + "value": "\"TABLE_TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 9, + "value": "\"TAI_CHI\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3142, + "length": 8, + "value": "\"TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3176, + "length": 17, + "value": "\"TRACK_AND_FIELD\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3233, + "length": 31, + "value": "\"TRADITIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3287, + "length": 12, + "value": "\"VOLLEYBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3319, + "length": 9, + "value": "\"WALKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3353, + "length": 15, + "value": "\"WATER_FITNESS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3390, + "length": 12, + "value": "\"WATER_POLO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3426, + "length": 14, + "value": "\"WATER_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3470, + "length": 21, + "value": "\"WHEELCHAIR_RUN_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 22, + "value": "\"WHEELCHAIR_WALK_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3566, + "length": 11, + "value": "\"WRESTLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3594, + "length": 6, + "value": "\"YOGA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 918, + "length": 19, + "value": "\"AMERICAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 957, + "length": 9, + "value": "\"ARCHERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 21, + "value": "\"AUSTRALIAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 11, + "value": "\"BADMINTON\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1069, + "length": 7, + "value": "\"BARRE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1097, + "length": 10, + "value": "\"BASEBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1130, + "length": 12, + "value": "\"BASKETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1162, + "length": 9, + "value": "\"BOWLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 8, + "value": "\"BOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1219, + "length": 10, + "value": "\"CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1254, + "length": 15, + "value": "\"CORE_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1300, + "length": 22, + "value": "\"CROSS_COUNTRY_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 16, + "value": "\"CROSS_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1384, + "length": 9, + "value": "\"CURLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1413, + "length": 9, + "value": "\"CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1440, + "length": 7, + "value": "\"DANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 25, + "value": "\"DANCE_INSPIRED_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1529, + "length": 13, + "value": "\"DISC_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 17, + "value": "\"DOWNHILL_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1609, + "length": 12, + "value": "\"ELLIPTICAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1650, + "length": 19, + "value": "\"EQUESTRIAN_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1689, + "length": 9, + "value": "\"FENCING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 16, + "value": "\"FITNESS_GAMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1760, + "length": 9, + "value": "\"FISHING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1793, + "length": 13, + "value": "\"FLEXIBILITY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1845, + "length": 30, + "value": "\"FUNCTIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 6, + "value": "\"GOLF\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1921, + "length": 12, + "value": "\"GYMNASTICS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1954, + "length": 10, + "value": "\"HANDBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1988, + "length": 14, + "value": "\"HAND_CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2044, + "length": 34, + "value": "\"HIGH_INTENSITY_INTERVAL_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 8, + "value": "\"HIKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2124, + "length": 8, + "value": "\"HOCKEY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2152, + "length": 9, + "value": "\"HUNTING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2182, + "length": 11, + "value": "\"JUMP_ROPE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2216, + "length": 12, + "value": "\"KICKBOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 10, + "value": "\"LACROSSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2283, + "length": 14, + "value": "\"MARTIAL_ARTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2321, + "length": 15, + "value": "\"MIND_AND_BODY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2360, + "length": 14, + "value": "\"MIXED_CARDIO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2399, + "length": 15, + "value": "\"PADDLE_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2434, + "length": 9, + "value": "\"PILATES\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2460, + "length": 6, + "value": "\"PLAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2501, + "length": 26, + "value": "\"PREPARATION_AND_RECOVERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2551, + "length": 13, + "value": "\"RACQUETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2583, + "length": 8, + "value": "\"ROWING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2609, + "length": 7, + "value": "\"RUGBY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2636, + "length": 9, + "value": "\"RUNNING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2665, + "length": 9, + "value": "\"SAILING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 16, + "value": "\"SKATING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2741, + "length": 14, + "value": "\"SNOWBOARDING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2778, + "length": 13, + "value": "\"SNOW_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2810, + "length": 8, + "value": "\"SOCCER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 10, + "value": "\"SOFTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2868, + "length": 8, + "value": "\"SQUASH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2902, + "length": 16, + "value": "\"STAIR_CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2937, + "length": 8, + "value": "\"STAIRS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2970, + "length": 14, + "value": "\"STEP_TRANING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3010, + "length": 16, + "value": "\"SURFING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3047, + "length": 10, + "value": "\"SWIMMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3081, + "length": 14, + "value": "\"TABLE_TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 9, + "value": "\"TAI_CHI\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3142, + "length": 8, + "value": "\"TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3176, + "length": 17, + "value": "\"TRACK_AND_FIELD\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3233, + "length": 31, + "value": "\"TRADITIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3287, + "length": 12, + "value": "\"VOLLEYBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3319, + "length": 9, + "value": "\"WALKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3353, + "length": 15, + "value": "\"WATER_FITNESS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3390, + "length": 12, + "value": "\"WATER_POLO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3426, + "length": 14, + "value": "\"WATER_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3470, + "length": 21, + "value": "\"WHEELCHAIR_RUN_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 22, + "value": "\"WHEELCHAIR_WALK_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3566, + "length": 11, + "value": "\"WRESTLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3594, + "length": 6, + "value": "\"YOGA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3767, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3944, + "length": 6, + "value": "\"READ\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3978, + "length": 7, + "value": "\"WRITE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 4017, + "length": 11, + "value": "\"READWRITE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4890, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4895, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4987, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4992, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5039, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5087, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5092, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5141, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5146, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5200, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5252, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5257, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5316, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5374, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5427, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5432, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5484, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5489, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5538, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5543, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5601, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5606, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5652, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5700, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5705, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5764, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5769, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5818, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9234, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9239, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9287, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9396, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9437, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9442, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9491, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9542, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9585, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9590, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9637, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9681, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9686, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9739, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9794, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9799, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9849, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9854, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9898, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9903, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9947, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9952, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9994, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9999, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10057, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10109, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10114, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10165, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10170, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10217, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10222, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10275, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10280, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10324, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10329, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10379, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10384, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10428, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10433, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10486, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10549, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10554, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10595, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10600, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10652, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10702, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10750, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10755, + "length": 2, + "value": "29" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10821, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10826, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10869, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10874, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10917, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10922, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10966, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10971, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11016, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11021, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11073, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11118, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11123, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11176, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11229, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11282, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11336, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11380, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11385, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11426, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11431, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11490, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11495, + "length": 2, + "value": "43" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11548, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11596, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11638, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11643, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11687, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11692, + "length": 2, + "value": "47" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11741, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11791, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11796, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11845, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11850, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11897, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11902, + "length": 2, + "value": "51" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11950, + "length": 2, + "value": "52" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12000, + "length": 2, + "value": "53" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12043, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12048, + "length": 2, + "value": "54" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12098, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12103, + "length": 2, + "value": "55" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12146, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12151, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12200, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12205, + "length": 2, + "value": "57" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12255, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12260, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12305, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12310, + "length": 2, + "value": "59" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12363, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12411, + "length": 2, + "value": "61" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12454, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12459, + "length": 2, + "value": "62" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12509, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12514, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12578, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12583, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12630, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12635, + "length": 2, + "value": "65" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12679, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12684, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12733, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12738, + "length": 2, + "value": "67" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12784, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12789, + "length": 2, + "value": "68" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12837, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12842, + "length": 2, + "value": "69" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12896, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12901, + "length": 2, + "value": "70" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12961, + "length": 2, + "value": "71" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13007, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13012, + "length": 2, + "value": "72" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13053, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13058, + "length": 2, + "value": "73" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 108, + "length": 10, + "value": "\"ALL_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 152, + "length": 21, + "value": "\"REMOVE_EMPTY_BLOCKS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 108, + "length": 10, + "value": "\"ALL_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 152, + "length": 21, + "value": "\"REMOVE_EMPTY_BLOCKS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 476, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 481, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 738, + "length": 10, + "value": "\"RAW_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 784, + "length": 12, + "value": "\"DATA_POINT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 10, + "value": "\"ALL_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 410, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 445, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 479, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 15, + "value": "\"OperationType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 565, + "length": 16, + "value": "\"TimeUnitLength\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 25, + "value": "\"AdvancedQueryReturnType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 25, + "value": "\"AdvancedQueryResultType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 410, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 445, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 479, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 15, + "value": "\"OperationType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 565, + "length": 16, + "value": "\"TimeUnitLength\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 25, + "value": "\"AdvancedQueryReturnType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 25, + "value": "\"AdvancedQueryResultType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1548, + "length": 22, + "value": "\"WorkoutTypeVariables\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1596, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1631, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1548, + "length": 22, + "value": "\"WorkoutTypeVariables\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1596, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1631, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3006, + "length": 13, + "value": "\"WorkoutType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3045, + "length": 14, + "value": "\"VariableList\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3006, + "length": 13, + "value": "\"WorkoutType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3045, + "length": 14, + "value": "\"VariableList\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 120, + "length": 21, + "value": "\"LastBackgroundJobID\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 20, + "value": "\"LastNotificationID\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 323, + "length": 17, + "value": "\"BackgroundModel\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 498, + "length": 6, + "value": "\"momd\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 536, + "length": 24, + "value": "\"Error initializing mom\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 670, + "length": 42, + "value": "\"Error initializing mom from: \"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 711, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 1026, + "length": 46, + "value": "\"Unresolved error \"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 1052, + "length": 1, + "value": "\", \"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 1071, + "length": 2, + "value": "\"\"" + } + ] +} \ No newline at end of file diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 00000000..ef8aa380 --- /dev/null +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,472 @@ +// 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-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name OSHealthFitnessLib +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CloudKit +import CoreData +import Foundation +import HealthKit +import NotificationCenter +import Swift +import UserNotifications +import _Concurrency +import _StringProcessing +public enum HealthKitErrors : Swift.Int, Foundation.CustomNSError, Foundation.LocalizedError { + case variableNotAvailable + case variableNotAuthorized + case operationNotAllowed + case errorWhileReading + case errorWhileWriting + case variableHasWriteDenied + case badParameterType + case authorizationError + case notAvailableOnDevice + case unitNotAvailable + case backgroundJobAlreadyExists + case invalidBackgroundJobID + case backgroundJobNotFound + case unsubscribeError + case workoutTypeNotAvailable + case workoutTypeNotAuthorized + public var errorDescription: Swift.String? { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +extension Swift.String { + public func decode() -> T? where T : Swift.Decodable +} +extension Swift.Encodable { + public func encode() -> Swift.String +} +public struct VariableStruct { + public init(allVariables: Swift.String, fitnessVariables: Swift.String, healthVariables: Swift.String, profileVariables: Swift.String, workoutVariables: Swift.String) +} +open class HealthFitnessPlugin { + public init() + public func deleteBackgroundJobs(id: Swift.String?, completion: @escaping (Foundation.NSError?) -> Swift.Void) + public func countBackgroundJobsFor(variable: Swift.String) -> Swift.Int + public func listBackgroundJobs() -> Swift.String + public func writeData(variable: Swift.String, value: Swift.Double, completion: @escaping (Swift.Bool, Foundation.NSError?) -> Swift.Void) + public func getLastRecord(variable: Swift.String, mostRecent: Swift.Bool, timeUnitLength: Swift.Int, completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + public func requestPermissions(customPermissions: Swift.String, variable: OSHealthFitnessLib.VariableStruct, completion: @escaping (Swift.Bool, Foundation.NSError?) -> Swift.Void) + public func setBackgroundJob(variable: Swift.String, timeUnit: (name: Swift.String, grouping: Swift.Int), notificationFrequency: (name: Swift.String, grouping: Swift.Int), jobFrequency: Swift.String, condition: Swift.String, value: Swift.Double, notificationText: (header: Swift.String, body: Swift.String), completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + public func updateBackgroundJob(id: Swift.Int64?, notificationFrequency: (name: Swift.String?, grouping: Swift.Int?), condition: Swift.String?, value: Swift.Double?, notificationText: (header: Swift.String?, body: Swift.String?), isActive: Swift.Bool?, completion: @escaping (Swift.Bool, Foundation.NSError?) -> Swift.Void) + public func advancedQuery(variable: Swift.String, date: (start: Foundation.Date, end: Foundation.Date), timeUnit: Swift.String, operationType: Swift.String, mostRecent: Swift.Bool, onlyFilledBlocks: Swift.Bool, resultType: OSHealthFitnessLib.AdvancedQueryResultType = .allType, timeUnitLength: Swift.Int, completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + public func workoutAdvancedQuery(workoutTypeVariableDictionary: OSHealthFitnessLib.WorkoutTypeVariableDictionary, date: (start: Foundation.Date, end: Foundation.Date), completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + @objc deinit +} +public enum UInt128Errors : Swift.Error { + case invalidString + public static func == (a: OSHealthFitnessLib.UInt128Errors, b: OSHealthFitnessLib.UInt128Errors) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct UInt128 { + public var significantBits: OSHealthFitnessLib.UInt128 { + get + } + public init(upperBits: Swift.UInt64, lowerBits: Swift.UInt64) + public init() + public init?(_ source: Swift.String) +} +extension OSHealthFitnessLib.UInt128 : Swift.FixedWidthInteger { + public var nonzeroBitCount: Swift.Int { + get + } + public var leadingZeroBitCount: Swift.Int { + get + } + public var bigEndian: OSHealthFitnessLib.UInt128 { + get + } + public var littleEndian: OSHealthFitnessLib.UInt128 { + get + } + public var byteSwapped: OSHealthFitnessLib.UInt128 { + get + } + public init(_truncatingBits bits: Swift.UInt) + public init(bigEndian value: OSHealthFitnessLib.UInt128) + public init(littleEndian value: OSHealthFitnessLib.UInt128) + public func addingReportingOverflow(_ rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func subtractingReportingOverflow(_ rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func multipliedReportingOverflow(by rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func multipliedFullWidth(by other: OSHealthFitnessLib.UInt128) -> (high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128.Magnitude) + public func dividedReportingOverflow(by rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func dividingFullWidth(_ dividend: (high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128)) -> (quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128) + public func remainderReportingOverflow(dividingBy rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func quotientAndRemainder(dividingBy rhs: OSHealthFitnessLib.UInt128) -> (quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128) +} +extension OSHealthFitnessLib.UInt128 { + public static var bitWidth: Swift.Int { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.BinaryInteger { + public var words: [Swift.UInt] { + get + } + public var trailingZeroBitCount: Swift.Int { + get + } + public init?(exactly source: T) where T : Swift.BinaryFloatingPoint + public init(_ source: T) where T : Swift.BinaryFloatingPoint + public static func / (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func /= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func % (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func %= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func &= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func |= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func ^= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func &>>= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func &<<= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public typealias Stride = Swift.Int + public typealias Words = [Swift.UInt] +} +extension OSHealthFitnessLib.UInt128 : Swift.UnsignedInteger { +} +extension OSHealthFitnessLib.UInt128 : Swift.Hashable { + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.Numeric { + public static func + (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func += (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func - (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func -= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func * (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func *= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public typealias Magnitude = OSHealthFitnessLib.UInt128 +} +extension OSHealthFitnessLib.UInt128 : Swift.Equatable { + public static func == (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> Swift.Bool +} +extension OSHealthFitnessLib.UInt128 : Swift.ExpressibleByIntegerLiteral { + public init(integerLiteral value: Swift.IntegerLiteralType) + public typealias IntegerLiteralType = Swift.IntegerLiteralType +} +extension OSHealthFitnessLib.UInt128 : Swift.CustomStringConvertible { + public var description: Swift.String { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.Comparable { + public static func < (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> Swift.Bool +} +extension OSHealthFitnessLib.UInt128 : Swift.Codable { + public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws +} +extension Swift.BinaryFloatingPoint { + public init(_ value: OSHealthFitnessLib.UInt128) + public init?(exactly value: OSHealthFitnessLib.UInt128) +} +extension Swift.String { + public init(_ value: OSHealthFitnessLib.UInt128, radix: Swift.Int = 10, uppercase: Swift.Bool = false) +} +extension Foundation.Date { + public struct ResultStruct { + } + public init(_ dateString: Swift.String) + public static func - (recent: Foundation.Date, previous: Foundation.Date) -> Foundation.Date.ResultStruct + public var startOfSecond: Foundation.Date { + get + } + public var startOfHour: Foundation.Date { + get + } + public var startOfDay: Foundation.Date { + get + } + public var startOfWeek: Foundation.Date { + get + } + public var startOfMonth: Foundation.Date { + get + } + public var startOfYear: Foundation.Date { + get + } +} +public class BackgroundJobParameters : Swift.Codable { + final public let id: Swift.Int64? + final public let variable: Swift.String? + final public let timeUnit: Swift.String? + final public let timeUnitGrouping: Swift.Int? + final public let notificationFrequency: Swift.String? + final public let notificationFrequencyGrouping: Swift.Int? + final public let jobFrequency: Swift.String? + final public let condition: Swift.String? + final public let value: Swift.Double? + final public let notificationHeader: Swift.String? + final public let notificationBody: Swift.String? + final public let isActive: Swift.Bool? + public init(id: Swift.Int64?, variable: Swift.String?, timeUnit: Swift.String?, timeUnitGrouping: Swift.Int?, notificationFrequency: Swift.String?, notificationFrequencyGrouping: Swift.Int?, jobFrequency: Swift.String?, condition: Swift.String?, value: Swift.Double?, notificationHeader: Swift.String?, notificationBody: Swift.String?, isActive: Swift.Bool?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +public enum WorkoutTypeEnum : Swift.String { + case americanFootball + case archery + case australianFootball + case badminton + case barre + case baseball + case basketball + case bowling + case boxing + case climbing + case coreTraining + case crossCountrySkiing + case crossTraining + case curling + case cycling + case dance + case danceInspiredTraining + case discSports + case downhillSkiing + case elliptical + case equestrianSports + case fencing + case fitnessGaming + case fishing + case flexibility + case functionalStrengthTraining + case golf + case gymnastics + case handball + case handCycling + case highIntensityIntervalTraining + case hiking + case hockey + case hunting + case jumpRope + case kickboxing + case lacrosse + case martialArts + case mindAndBody + case mixedCardio + case paddleSports + case pilates + case play + case preparationAndRecovery + case racquetball + case rowing + case rugby + case running + case sailing + case skatingSports + case snowboarding + case snowSports + case soccer + case softball + case squash + case stairClimbing + case stairs + case stepTraining + case surfingSports + case swimming + case tableTennis + case taiChi + case tennis + case trackAndField + case traditionalStrengthTraining + case volleyball + case walking + case waterFitness + case waterPolo + case waterSports + case wheelchairRunPace + case wheelchairWalkPace + case wrestling + case yoga + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public struct VariableType : Swift.OptionSet { + public let rawValue: Swift.Int + public init(rawValue: Swift.Int) + public typealias ArrayLiteralElement = OSHealthFitnessLib.VariableType + public typealias Element = OSHealthFitnessLib.VariableType + public typealias RawValue = Swift.Int +} +extension OSHealthFitnessLib.VariableType { + public static func getVariableType(for description: Swift.String) -> OSHealthFitnessLib.VariableType? +} +public struct WorkoutType : Swift.OptionSet, Swift.Hashable { + public let rawValue: OSHealthFitnessLib.UInt128 + public init(rawValue: OSHealthFitnessLib.UInt128) + public typealias ArrayLiteralElement = OSHealthFitnessLib.WorkoutType + public typealias Element = OSHealthFitnessLib.WorkoutType + public typealias RawValue = OSHealthFitnessLib.UInt128 +} +extension OSHealthFitnessLib.WorkoutType { + public static func getWorkoutType(for description: Swift.String) -> OSHealthFitnessLib.WorkoutType? +} +public enum AdvancedQueryReturnTypeEnum : Swift.String { + case allData + case removeEmptyDataBlocks + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public struct AdvancedQueryResultType : Swift.OptionSet { + public typealias RawValue = Swift.Int + public var rawValue: OSHealthFitnessLib.AdvancedQueryResultType.RawValue + public init(rawValue: OSHealthFitnessLib.AdvancedQueryResultType.RawValue) + public static let rawDataType: OSHealthFitnessLib.AdvancedQueryResultType + public static let dataPointType: OSHealthFitnessLib.AdvancedQueryResultType + public static let allType: OSHealthFitnessLib.AdvancedQueryResultType + public typealias ArrayLiteralElement = OSHealthFitnessLib.AdvancedQueryResultType + public typealias Element = OSHealthFitnessLib.AdvancedQueryResultType +} +extension OSHealthFitnessLib.AdvancedQueryResultType { + public static func get(with description: Swift.String) -> OSHealthFitnessLib.AdvancedQueryResultType +} +@_hasMissingDesignatedInitializers public class AdvancedQueryParameters : Swift.Codable { + final public let variable: Swift.String? + final public let startDate: Swift.String?, endDate: Swift.String? + final public let timeUnit: Swift.String?, operationType: Swift.String? + final public let timeUnitLength: Swift.Int? + final public let advancedQueryReturnType: Swift.String? + final public let advancedQueryResultType: Swift.String? + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class WorkoutAdvancedQueryParameters : Swift.Codable { + final public let workoutTypeVariables: [OSHealthFitnessLib.WorkoutTypeVariableMapping] + final public let startDate: Swift.String? + final public let endDate: Swift.String? + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +public typealias WorkoutTypeVariableDictionary = [OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType] +extension OSHealthFitnessLib.WorkoutAdvancedQueryParameters { + public var workoutTypeVariableDictionary: OSHealthFitnessLib.WorkoutTypeVariableDictionary { + get + } +} +@_hasMissingDesignatedInitializers public class WorkoutTypeVariableMapping : Swift.Codable { + final public let workoutType: Swift.String + final public let variables: [Swift.String] + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@objc @_inheritsConvenienceInitializers public class BackgroundJob : CoreData.NSManagedObject { + @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?) + @objc deinit +} +extension OSHealthFitnessLib.BackgroundJob { + @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest + @objc @NSManaged dynamic public var comparision: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var id: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var isActive: Swift.Bool { + @objc get + @objc set + } + @objc @NSManaged dynamic public var lastNotificationTimestamp: Foundation.Date? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var notificationFrequency: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var notificationFrequencyGrouping: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var operation: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var timeUnit: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var timeUnitGrouping: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var value: Swift.Double { + @objc get + @objc set + } + @objc @NSManaged dynamic public var variable: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var notification: OSHealthFitnessLib.Notification? { + @objc get + @objc set + } +} +extension OSHealthFitnessLib.BackgroundJob : Swift.Identifiable { + public typealias ID = Swift.Int64 +} +@objc @_inheritsConvenienceInitializers public class Notification : CoreData.NSManagedObject { + @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?) + @objc deinit +} +extension OSHealthFitnessLib.Notification { + @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest + @objc @NSManaged dynamic public var body: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var id: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var title: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var relationship: OSHealthFitnessLib.BackgroundJob? { + @objc get + @objc set + } +} +extension OSHealthFitnessLib.Notification : Swift.Identifiable { + public typealias ID = Swift.Int64 +} +extension OSHealthFitnessLib.HealthKitErrors : Swift.Equatable {} +extension OSHealthFitnessLib.HealthKitErrors : Swift.Hashable {} +extension OSHealthFitnessLib.HealthKitErrors : Swift.RawRepresentable {} +extension OSHealthFitnessLib.UInt128Errors : Swift.Equatable {} +extension OSHealthFitnessLib.UInt128Errors : Swift.Hashable {} +extension OSHealthFitnessLib.WorkoutTypeEnum : Swift.Equatable {} +extension OSHealthFitnessLib.WorkoutTypeEnum : Swift.Hashable {} +extension OSHealthFitnessLib.WorkoutTypeEnum : Swift.RawRepresentable {} +extension OSHealthFitnessLib.AdvancedQueryReturnTypeEnum : Swift.Equatable {} +extension OSHealthFitnessLib.AdvancedQueryReturnTypeEnum : Swift.Hashable {} +extension OSHealthFitnessLib.AdvancedQueryReturnTypeEnum : Swift.RawRepresentable {} diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftdoc index edeaa373..6630479a 100644 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 901cdf6b..ef8aa380 100644 --- a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-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-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name OSHealthFitnessLib +// swift-module-flags-ignorable: -enable-bare-slash-regex import CloudKit import CoreData import Foundation @@ -9,6 +10,7 @@ import NotificationCenter import Swift import UserNotifications import _Concurrency +import _StringProcessing public enum HealthKitErrors : Swift.Int, Foundation.CustomNSError, Foundation.LocalizedError { case variableNotAvailable case variableNotAuthorized @@ -169,12 +171,6 @@ extension OSHealthFitnessLib.UInt128 : Swift.Codable { public init(from decoder: Swift.Decoder) throws public func encode(to encoder: Swift.Encoder) throws } -extension OSHealthFitnessLib.UInt128 { - @available(swift, deprecated: 3.2, renamed: "init(_:)") - public static func fromUnparsedString(_ source: Swift.String) throws -> OSHealthFitnessLib.UInt128 - @available(swift, deprecated: 5.0, renamed: "init(_:)", message: "The ExpressibleByStringLiteral conformance has been removed. Use failable initializer instead.") - public init(stringLiteral value: Swift.StringLiteralType) -} extension Swift.BinaryFloatingPoint { public init(_ value: OSHealthFitnessLib.UInt128) public init?(exactly value: OSHealthFitnessLib.UInt128) @@ -187,12 +183,24 @@ extension Foundation.Date { } public init(_ dateString: Swift.String) public static func - (recent: Foundation.Date, previous: Foundation.Date) -> Foundation.Date.ResultStruct - public func startOfSecond() -> Foundation.Date - public func startOfHour() -> Foundation.Date - public func startOfDay() -> Foundation.Date - public func startOfWeek() -> Foundation.Date - public func startOfMonth() -> Foundation.Date - public func startOfYear() -> Foundation.Date + public var startOfSecond: Foundation.Date { + get + } + public var startOfHour: Foundation.Date { + get + } + public var startOfDay: Foundation.Date { + get + } + public var startOfWeek: Foundation.Date { + get + } + public var startOfMonth: Foundation.Date { + get + } + public var startOfYear: Foundation.Date { + get + } } public class BackgroundJobParameters : Swift.Codable { final public let id: Swift.Int64? diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.abi.json b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.abi.json new file mode 100644 index 00000000..0f2abcfa --- /dev/null +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -0,0 +1,17838 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "HealthKitErrors", + "printedName": "HealthKitErrors", + "children": [ + { + "kind": "Var", + "name": "variableNotAvailable", + "printedName": "variableNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO20variableNotAvailableyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO20variableNotAvailableyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "variableNotAuthorized", + "printedName": "variableNotAuthorized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO21variableNotAuthorizedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO21variableNotAuthorizedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "operationNotAllowed", + "printedName": "operationNotAllowed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO19operationNotAllowedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO19operationNotAllowedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "errorWhileReading", + "printedName": "errorWhileReading", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO17errorWhileReadingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO17errorWhileReadingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "errorWhileWriting", + "printedName": "errorWhileWriting", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO17errorWhileWritingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO17errorWhileWritingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "variableHasWriteDenied", + "printedName": "variableHasWriteDenied", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO22variableHasWriteDeniedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO22variableHasWriteDeniedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "badParameterType", + "printedName": "badParameterType", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO16badParameterTypeyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16badParameterTypeyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "authorizationError", + "printedName": "authorizationError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO18authorizationErroryA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO18authorizationErroryA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "notAvailableOnDevice", + "printedName": "notAvailableOnDevice", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO20notAvailableOnDeviceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO20notAvailableOnDeviceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "unitNotAvailable", + "printedName": "unitNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO16unitNotAvailableyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16unitNotAvailableyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "backgroundJobAlreadyExists", + "printedName": "backgroundJobAlreadyExists", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO26backgroundJobAlreadyExistsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO26backgroundJobAlreadyExistsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "invalidBackgroundJobID", + "printedName": "invalidBackgroundJobID", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO22invalidBackgroundJobIDyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO22invalidBackgroundJobIDyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "backgroundJobNotFound", + "printedName": "backgroundJobNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO21backgroundJobNotFoundyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO21backgroundJobNotFoundyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "unsubscribeError", + "printedName": "unsubscribeError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO16unsubscribeErroryA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16unsubscribeErroryA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "workoutTypeNotAvailable", + "printedName": "workoutTypeNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO23workoutTypeNotAvailableyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO23workoutTypeNotAvailableyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "workoutTypeNotAuthorized", + "printedName": "workoutTypeNotAuthorized", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.HealthKitErrors.Type) -> OSHealthFitnessLib.HealthKitErrors", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.HealthKitErrors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO24workoutTypeNotAuthorizedyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO24workoutTypeNotAuthorizedyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "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:18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvp", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "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:18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvg", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO16errorDescriptionSSSgvg", + "moduleName": "OSHealthFitnessLib", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.HealthKitErrors?", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthKitErrors", + "printedName": "OSHealthFitnessLib.HealthKitErrors", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO8rawValueACSgSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO8rawValueACSgSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivp", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivg", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO8rawValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib15HealthKitErrorsO", + "mangledName": "$s18OSHealthFitnessLib15HealthKitErrorsO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "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": "CustomNSError", + "printedName": "CustomNSError", + "usr": "s:10Foundation13CustomNSErrorP", + "mangledName": "$s10Foundation13CustomNSErrorP" + }, + { + "kind": "Conformance", + "name": "LocalizedError", + "printedName": "LocalizedError", + "usr": "s:10Foundation14LocalizedErrorP", + "mangledName": "$s10Foundation14LocalizedErrorP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "CloudKit", + "printedName": "CloudKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "VariableStruct", + "printedName": "VariableStruct", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(allVariables:fitnessVariables:healthVariables:profileVariables:workoutVariables:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableStruct", + "printedName": "OSHealthFitnessLib.VariableStruct", + "usr": "s:18OSHealthFitnessLib14VariableStructV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib14VariableStructV12allVariables07fitnessG006healthG007profileG007workoutG0ACSS_S4Stcfc", + "mangledName": "$s18OSHealthFitnessLib14VariableStructV12allVariables07fitnessG006healthG007profileG007workoutG0ACSS_S4Stcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib14VariableStructV", + "mangledName": "$s18OSHealthFitnessLib14VariableStructV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "HealthFitnessPlugin", + "printedName": "HealthFitnessPlugin", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "HealthFitnessPlugin", + "printedName": "OSHealthFitnessLib.HealthFitnessPlugin", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginCACycfc", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginCACycfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "deleteBackgroundJobs", + "printedName": "deleteBackgroundJobs(id: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" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC20deleteBackgroundJobs2id10completionySSSg_ySo7NSErrorCSgctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC20deleteBackgroundJobs2id10completionySSSg_ySo7NSErrorCSgctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "countBackgroundJobsFor", + "printedName": "countBackgroundJobsFor(variable:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC22countBackgroundJobsFor8variableSiSS_tF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC22countBackgroundJobsFor8variableSiSS_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "listBackgroundJobs", + "printedName": "listBackgroundJobs()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC18listBackgroundJobsSSyF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC18listBackgroundJobsSSyF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "writeData", + "printedName": "writeData(variable:value:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC9writeData8variable5value10completionySS_SdySb_So7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC9writeData8variable5value10completionySS_SdySb_So7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getLastRecord", + "printedName": "getLastRecord(variable:mostRecent:timeUnitLength:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC13getLastRecord8variable10mostRecent14timeUnitLength10completionySS_SbSiySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC13getLastRecord8variable10mostRecent14timeUnitLength10completionySS_SbSiySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "requestPermissions", + "printedName": "requestPermissions(customPermissions:variable:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "VariableStruct", + "printedName": "OSHealthFitnessLib.VariableStruct", + "usr": "s:18OSHealthFitnessLib14VariableStructV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC18requestPermissions06customG08variable10completionySS_AA14VariableStructVySb_So7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC18requestPermissions06customG08variable10completionySS_AA14VariableStructVySb_So7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBackgroundJob", + "printedName": "setBackgroundJob(variable:timeUnit:notificationFrequency:jobFrequency:condition:value:notificationText:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, grouping: Swift.Int)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, grouping: Swift.Int)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(header: Swift.String, body: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC16setBackgroundJob8variable8timeUnit21notificationFrequency03jobM09condition5value0L4Text10completionySS_SS4name_Si8groupingtSSAM_SiANtS2SSdSS6header_SS4bodytySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC16setBackgroundJob8variable8timeUnit21notificationFrequency03jobM09condition5value0L4Text10completionySS_SS4name_Si8groupingtSSAM_SiANtS2SSdSS6header_SS4bodytySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateBackgroundJob", + "printedName": "updateBackgroundJob(id:notificationFrequency:condition:value:notificationText:isActive:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String?, grouping: Swift.Int?)", + "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.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "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.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(header: Swift.String?, body: Swift.String?)", + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC19updateBackgroundJob2id21notificationFrequency9condition5value0J4Text8isActive10completionys5Int64VSg_SSSg4name_SiSg8groupingtAOSdSgAO6header_AO4bodytSbSgySb_So7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC19updateBackgroundJob2id21notificationFrequency9condition5value0J4Text8isActive10completionys5Int64VSg_SSSg4name_SiSg8groupingtAOSdSgAO6header_AO4bodytSbSgySb_So7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "advancedQuery", + "printedName": "advancedQuery(variable:date:timeUnit:operationType:mostRecent:onlyFilledBlocks:resultType:timeUnitLength:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(start: Foundation.Date, end: Foundation.Date)", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "hasDefaultArg": true, + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC13advancedQuery8variable4date8timeUnit13operationType10mostRecent16onlyFilledBlocks06resultM00jK6Length10completionySS_10Foundation4DateV5start_AP3endtS2SS2bAA08Advancedg6ResultM0VSiySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC13advancedQuery8variable4date8timeUnit13operationType10mostRecent16onlyFilledBlocks06resultM00jK6Length10completionySS_10Foundation4DateV5start_AP3endtS2SS2bAA08Advancedg6ResultM0VSiySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "workoutAdvancedQuery", + "printedName": "workoutAdvancedQuery(workoutTypeVariableDictionary:date:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(start: Foundation.Date, end: Foundation.Date)", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.String?, Foundation.NSError?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC20workoutAdvancedQuery0F22TypeVariableDictionary4date10completionySDyAA07WorkoutI0VAA0jI0VG_10Foundation4DateV5start_AO3endtySb_SSSgSo7NSErrorCSgtctF", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC20workoutAdvancedQuery0F22TypeVariableDictionary4date10completionySDyAA07WorkoutI0VAA0jI0VG_10Foundation4DateV5start_AO3endtySb_SSSgSo7NSErrorCSgtctF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib06HealthB6PluginC", + "mangledName": "$s18OSHealthFitnessLib06HealthB6PluginC", + "moduleName": "OSHealthFitnessLib", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ] + }, + { + "kind": "TypeDecl", + "name": "UInt128Errors", + "printedName": "UInt128Errors", + "children": [ + { + "kind": "Var", + "name": "invalidString", + "printedName": "invalidString", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.UInt128Errors.Type) -> OSHealthFitnessLib.UInt128Errors", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.UInt128Errors.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO13invalidStringyA2CmF", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO13invalidStringyA2CmF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + }, + { + "kind": "TypeNominal", + "name": "UInt128Errors", + "printedName": "OSHealthFitnessLib.UInt128Errors", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO2eeoiySbAC_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO2eeoiySbAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivp", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivg", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO9hashValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO4hash4intoys6HasherVz_tF", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO4hash4intoys6HasherVz_tF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib13UInt128ErrorsO", + "mangledName": "$s18OSHealthFitnessLib13UInt128ErrorsO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UInt128", + "printedName": "UInt128", + "children": [ + { + "kind": "Var", + "name": "significantBits", + "printedName": "significantBits", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V15significantBitsACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15significantBitsACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V15significantBitsACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15significantBitsACvg", + "moduleName": "OSHealthFitnessLib", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(upperBits:lowerBits:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V9upperBits05lowerF0ACs6UInt64V_AGtcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9upperBits05lowerF0ACs6UInt64V_AGtcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128VACycfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128VACycfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.UInt128?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128VyACSgSScfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128VyACSgSScfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "nonzeroBitCount", + "printedName": "nonzeroBitCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15nonzeroBitCountSivg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "leadingZeroBitCount", + "printedName": "leadingZeroBitCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V19leadingZeroBitCountSivg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bigEndian", + "printedName": "bigEndian", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V9bigEndianACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9bigEndianACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V9bigEndianACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9bigEndianACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "littleEndian", + "printedName": "littleEndian", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V12littleEndianACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V12littleEndianACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V12littleEndianACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V12littleEndianACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "byteSwapped", + "printedName": "byteSwapped", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V11byteSwappedACvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11byteSwappedACvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V11byteSwappedACvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11byteSwappedACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_truncatingBits:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V15_truncatingBitsACSu_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V15_truncatingBitsACSu_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bigEndian:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V9bigEndianA2C_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9bigEndianA2C_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(littleEndian:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V12littleEndianA2C_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V12littleEndianA2C_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "addingReportingOverflow", + "printedName": "addingReportingOverflow(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V23addingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V23addingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "subtractingReportingOverflow", + "printedName": "subtractingReportingOverflow(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V28subtractingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V28subtractingReportingOverflowyAC12partialValue_Sb8overflowtACF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "multipliedReportingOverflow", + "printedName": "multipliedReportingOverflow(by:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V27multipliedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V27multipliedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "multipliedFullWidth", + "printedName": "multipliedFullWidth(by:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V19multipliedFullWidth2byAC4high_AC3lowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V19multipliedFullWidth2byAC4high_AC3lowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dividedReportingOverflow", + "printedName": "dividedReportingOverflow(by:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V24dividedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V24dividedReportingOverflow2byAC12partialValue_Sb8overflowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dividingFullWidth", + "printedName": "dividingFullWidth(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V17dividingFullWidthyAC8quotient_AC9remaindertAC4high_AC3lowt_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V17dividingFullWidthyAC8quotient_AC9remaindertAC4high_AC3lowt_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remainderReportingOverflow", + "printedName": "remainderReportingOverflow(dividingBy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V26remainderReportingOverflow10dividingByAC12partialValue_Sb8overflowtAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V26remainderReportingOverflow10dividingByAC12partialValue_Sb8overflowtAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "quotientAndRemainder", + "printedName": "quotientAndRemainder(dividingBy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V20quotientAndRemainder10dividingByAC0E0_AC9remaindertAC_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V20quotientAndRemainder10dividingByAC0E0_AC9remaindertAC_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "bitWidth", + "printedName": "bitWidth", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V8bitWidthSivpZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V8bitWidthSivpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V8bitWidthSivgZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V8bitWidthSivgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "words", + "printedName": "words", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V5wordsSaySuGvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V5wordsSaySuGvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V5wordsSaySuGvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V5wordsSaySuGvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "trailingZeroBitCount", + "printedName": "trailingZeroBitCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V20trailingZeroBitCountSivg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(exactly:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.UInt128?", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V7exactlyACSgx_tcSBRzlufc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V7exactlyACSgx_tcSBRzlufc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128VyACxcSBRzlufc", + "mangledName": "$s18OSHealthFitnessLib7UInt128VyACxcSBRzlufc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "\/", + "printedName": "\/(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1doiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1doiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "\/=", + "printedName": "\/=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2deoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2deoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "%", + "printedName": "%(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1roiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1roiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "%=", + "printedName": "%=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2reoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2reoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "&=", + "printedName": "&=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2aeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2aeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "|=", + "printedName": "|=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2oeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2oeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "^=", + "printedName": "^=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2xeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2xeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "&>>=", + "printedName": "&>>=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V4aggeoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4aggeoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "&<<=", + "printedName": "&<<=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V4alleoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4alleoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V4hash4intoys6HasherVz_tF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4hash4intoys6HasherVz_tF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V9hashValueSivp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9hashValueSivp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib7UInt128V9hashValueSivg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V9hashValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "+", + "printedName": "+(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1poiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1poiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "+=", + "printedName": "+=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2peoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2peoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1soiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1soiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "-=", + "printedName": "-=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2seoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2seoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "*", + "printedName": "*(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1moiyA2C_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1moiyA2C_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "*=", + "printedName": "*=(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "paramValueOwnership": "InOut", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2meoiyyACz_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2meoiyyACz_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V2eeoiySbAC_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V2eeoiySbAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(integerLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V14integerLiteralACSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V14integerLiteralACSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V11descriptionSSvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11descriptionSSvp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V11descriptionSSvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V11descriptionSSvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "debugDescription", + "printedName": "debugDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib7UInt128V16debugDescriptionSSvp", + "mangledName": "$s18OSHealthFitnessLib7UInt128V16debugDescriptionSSvp", + "moduleName": "OSHealthFitnessLib", + "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:18OSHealthFitnessLib7UInt128V16debugDescriptionSSvg", + "mangledName": "$s18OSHealthFitnessLib7UInt128V16debugDescriptionSSvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "<", + "printedName": "<(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V1loiySbAC_ACtFZ", + "mangledName": "$s18OSHealthFitnessLib7UInt128V1loiySbAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib7UInt128V4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib7UInt128V4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib7UInt128V6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib7UInt128V6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib7UInt128V", + "mangledName": "$s18OSHealthFitnessLib7UInt128V", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BinaryInteger", + "printedName": "BinaryInteger", + "children": [ + { + "kind": "TypeWitness", + "name": "Words", + "printedName": "Words", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:Sz", + "mangledName": "$sSz" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "UnsignedInteger", + "printedName": "UnsignedInteger", + "usr": "s:SU", + "mangledName": "$sSU" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "NotificationCenter", + "printedName": "NotificationCenter", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "UserNotifications", + "printedName": "UserNotifications", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "NotificationCenter", + "printedName": "NotificationCenter", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "BackgroundJobParameters", + "printedName": "BackgroundJobParameters", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC2ids5Int64VSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variable", + "printedName": "variable", + "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:18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8variableSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnit", + "printedName": "timeUnit", + "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:18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8timeUnitSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnitGrouping", + "printedName": "timeUnitGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16timeUnitGroupingSiSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequency", + "printedName": "notificationFrequency", + "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:18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC21notificationFrequencySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequencyGrouping", + "printedName": "notificationFrequencyGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC29notificationFrequencyGroupingSiSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "jobFrequency", + "printedName": "jobFrequency", + "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:18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC12jobFrequencySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "condition", + "printedName": "condition", + "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:18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC9conditionSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC5valueSdSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationHeader", + "printedName": "notificationHeader", + "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:18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC18notificationHeaderSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "notificationBody", + "printedName": "notificationBody", + "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:18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC16notificationBodySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isActive", + "printedName": "isActive", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvp", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvg", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC8isActiveSbSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:variable:timeUnit:timeUnitGrouping:notificationFrequency:notificationFrequencyGrouping:jobFrequency:condition:value:notificationHeader:notificationBody:isActive:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJobParameters", + "printedName": "OSHealthFitnessLib.BackgroundJobParameters", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int64?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "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.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "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.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC2id8variable8timeUnit0iJ8Grouping21notificationFrequency0lmK003jobM09condition5value0L6Header0L4Body8isActiveACs5Int64VSg_SSSgASSiSgAst2SSdSgA2SSbSgtcfc", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC2id8variable8timeUnit0iJ8Grouping21notificationFrequency0lmK003jobM09condition5value0L6Header0L4Body8isActiveACs5Int64VSg_SSSgASSiSgAst2SSdSgA2SSbSgtcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJobParameters", + "printedName": "OSHealthFitnessLib.BackgroundJobParameters", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib23BackgroundJobParametersC", + "mangledName": "$s18OSHealthFitnessLib23BackgroundJobParametersC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "WorkoutTypeEnum", + "printedName": "WorkoutTypeEnum", + "children": [ + { + "kind": "Var", + "name": "americanFootball", + "printedName": "americanFootball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO16americanFootballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO16americanFootballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "archery", + "printedName": "archery", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7archeryyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7archeryyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "australianFootball", + "printedName": "australianFootball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO18australianFootballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO18australianFootballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "badminton", + "printedName": "badminton", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO9badmintonyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO9badmintonyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "barre", + "printedName": "barre", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO5barreyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO5barreyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "baseball", + "printedName": "baseball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8baseballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8baseballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "basketball", + "printedName": "basketball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10basketballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10basketballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "bowling", + "printedName": "bowling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7bowlingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7bowlingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "boxing", + "printedName": "boxing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6boxingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6boxingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "climbing", + "printedName": "climbing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8climbingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8climbingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "coreTraining", + "printedName": "coreTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12coreTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12coreTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "crossCountrySkiing", + "printedName": "crossCountrySkiing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO18crossCountrySkiingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO18crossCountrySkiingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "crossTraining", + "printedName": "crossTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13crossTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13crossTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "curling", + "printedName": "curling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7curlingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7curlingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "cycling", + "printedName": "cycling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7cyclingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7cyclingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "dance", + "printedName": "dance", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO5danceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO5danceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "danceInspiredTraining", + "printedName": "danceInspiredTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO21danceInspiredTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO21danceInspiredTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "discSports", + "printedName": "discSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10discSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10discSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "downhillSkiing", + "printedName": "downhillSkiing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO14downhillSkiingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO14downhillSkiingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "elliptical", + "printedName": "elliptical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10ellipticalyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10ellipticalyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "equestrianSports", + "printedName": "equestrianSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO16equestrianSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO16equestrianSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "fencing", + "printedName": "fencing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7fencingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7fencingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "fitnessGaming", + "printedName": "fitnessGaming", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13fitnessGamingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13fitnessGamingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "fishing", + "printedName": "fishing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7fishingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7fishingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "flexibility", + "printedName": "flexibility", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11flexibilityyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11flexibilityyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "functionalStrengthTraining", + "printedName": "functionalStrengthTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO26functionalStrengthTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO26functionalStrengthTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "golf", + "printedName": "golf", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO4golfyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO4golfyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "gymnastics", + "printedName": "gymnastics", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10gymnasticsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10gymnasticsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "handball", + "printedName": "handball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8handballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8handballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "handCycling", + "printedName": "handCycling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11handCyclingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11handCyclingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "highIntensityIntervalTraining", + "printedName": "highIntensityIntervalTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO29highIntensityIntervalTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO29highIntensityIntervalTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "hiking", + "printedName": "hiking", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6hikingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6hikingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "hockey", + "printedName": "hockey", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6hockeyyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6hockeyyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "hunting", + "printedName": "hunting", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7huntingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7huntingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "jumpRope", + "printedName": "jumpRope", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8jumpRopeyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8jumpRopeyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "kickboxing", + "printedName": "kickboxing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10kickboxingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10kickboxingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "lacrosse", + "printedName": "lacrosse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8lacrosseyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8lacrosseyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "martialArts", + "printedName": "martialArts", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11martialArtsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11martialArtsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "mindAndBody", + "printedName": "mindAndBody", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11mindAndBodyyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11mindAndBodyyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "mixedCardio", + "printedName": "mixedCardio", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11mixedCardioyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11mixedCardioyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "paddleSports", + "printedName": "paddleSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12paddleSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12paddleSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "pilates", + "printedName": "pilates", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7pilatesyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7pilatesyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "play", + "printedName": "play", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO4playyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO4playyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "preparationAndRecovery", + "printedName": "preparationAndRecovery", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO22preparationAndRecoveryyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO22preparationAndRecoveryyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "racquetball", + "printedName": "racquetball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11racquetballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11racquetballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "rowing", + "printedName": "rowing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6rowingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6rowingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "rugby", + "printedName": "rugby", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO5rugbyyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO5rugbyyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "running", + "printedName": "running", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7runningyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7runningyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "sailing", + "printedName": "sailing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7sailingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7sailingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "skatingSports", + "printedName": "skatingSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13skatingSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13skatingSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "snowboarding", + "printedName": "snowboarding", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12snowboardingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12snowboardingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "snowSports", + "printedName": "snowSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10snowSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10snowSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "soccer", + "printedName": "soccer", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6socceryA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6socceryA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "softball", + "printedName": "softball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8softballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8softballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "squash", + "printedName": "squash", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6squashyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6squashyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "stairClimbing", + "printedName": "stairClimbing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13stairClimbingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13stairClimbingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "stairs", + "printedName": "stairs", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6stairsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6stairsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "stepTraining", + "printedName": "stepTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO12stepTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO12stepTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "surfingSports", + "printedName": "surfingSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13surfingSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13surfingSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "swimming", + "printedName": "swimming", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8swimmingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8swimmingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "tableTennis", + "printedName": "tableTennis", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11tableTennisyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11tableTennisyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "taiChi", + "printedName": "taiChi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6taiChiyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6taiChiyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "tennis", + "printedName": "tennis", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO6tennisyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO6tennisyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "trackAndField", + "printedName": "trackAndField", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO13trackAndFieldyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO13trackAndFieldyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "traditionalStrengthTraining", + "printedName": "traditionalStrengthTraining", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO27traditionalStrengthTrainingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO27traditionalStrengthTrainingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "volleyball", + "printedName": "volleyball", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO10volleyballyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO10volleyballyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "walking", + "printedName": "walking", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO7walkingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO7walkingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "waterFitness", + "printedName": "waterFitness", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO05waterB0yA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO05waterB0yA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "waterPolo", + "printedName": "waterPolo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO9waterPoloyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO9waterPoloyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "waterSports", + "printedName": "waterSports", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO11waterSportsyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO11waterSportsyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "wheelchairRunPace", + "printedName": "wheelchairRunPace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO17wheelchairRunPaceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO17wheelchairRunPaceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "wheelchairWalkPace", + "printedName": "wheelchairWalkPace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO18wheelchairWalkPaceyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO18wheelchairWalkPaceyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "wrestling", + "printedName": "wrestling", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO9wrestlingyA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO9wrestlingyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "yoga", + "printedName": "yoga", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.WorkoutTypeEnum.Type) -> OSHealthFitnessLib.WorkoutTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO4yogayA2CmF", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO4yogayA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvp", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvg", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueSSvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum?", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeEnum", + "printedName": "OSHealthFitnessLib.WorkoutTypeEnum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueACSgSS_tcfc", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO8rawValueACSgSS_tcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib15WorkoutTypeEnumO", + "mangledName": "$s18OSHealthFitnessLib15WorkoutTypeEnumO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "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": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "VariableType", + "printedName": "VariableType", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib12VariableTypeV8rawValueSivp", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV8rawValueSivp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "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:18OSHealthFitnessLib12VariableTypeV8rawValueSivg", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV8rawValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib12VariableTypeV8rawValueACSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV8rawValueACSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "getVariableType", + "printedName": "getVariableType(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.VariableType?", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib12VariableTypeV03getdE03forACSgSS_tFZ", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV03getdE03forACSgSS_tFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib12VariableTypeV", + "mangledName": "$s18OSHealthFitnessLib12VariableTypeV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "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": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "WorkoutType", + "printedName": "WorkoutType", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvp", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvg", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV8rawValueAA7UInt128Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV8rawValueAcA7UInt128V_tcfc", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV8rawValueAcA7UInt128V_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "getWorkoutType", + "printedName": "getWorkoutType(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.WorkoutType?", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV03getdE03forACSgSS_tFZ", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV03getdE03forACSgSS_tFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV", + "mangledName": "$s18OSHealthFitnessLib11WorkoutTypeV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "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": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "AdvancedQueryReturnTypeEnum", + "children": [ + { + "kind": "Var", + "name": "allData", + "printedName": "allData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type) -> OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO7allDatayA2CmF", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO7allDatayA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Var", + "name": "removeEmptyDataBlocks", + "printedName": "removeEmptyDataBlocks", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type) -> OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO21removeEmptyDataBlocksyA2CmF", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO21removeEmptyDataBlocksyA2CmF", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum?", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryReturnTypeEnum", + "printedName": "OSHealthFitnessLib.AdvancedQueryReturnTypeEnum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueACSgSS_tcfc", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueACSgSS_tcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvp", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvp", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvg", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO8rawValueSSvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO", + "mangledName": "$s18OSHealthFitnessLib27AdvancedQueryReturnTypeEnumO", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "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": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AdvancedQueryResultType", + "printedName": "AdvancedQueryResultType", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivg", + "moduleName": "OSHealthFitnessLib", + "implicit": 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": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivs", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivM", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueSivM", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueACSi_tcfc", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV8rawValueACSi_tcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawDataType", + "printedName": "rawDataType", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvpZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvgZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV07rawDataG0ACvgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "dataPointType", + "printedName": "dataPointType", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvpZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvgZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV09dataPointG0ACvgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allType", + "printedName": "allType", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvpZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvpZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvgZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV03allG0ACvgZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "get", + "printedName": "get(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV3get4withACSS_tFZ", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV3get4withACSS_tFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryResultTypeV", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "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": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryResultType", + "printedName": "OSHealthFitnessLib.AdvancedQueryResultType", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryResultTypeV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "AdvancedQueryParameters", + "printedName": "AdvancedQueryParameters", + "children": [ + { + "kind": "Var", + "name": "variable", + "printedName": "variable", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8variableSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startDate", + "printedName": "startDate", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC9startDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endDate", + "printedName": "endDate", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC7endDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnit", + "printedName": "timeUnit", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC8timeUnitSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "operationType", + "printedName": "operationType", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC13operationTypeSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "timeUnitLength", + "printedName": "timeUnitLength", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC14timeUnitLengthSiSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "advancedQueryReturnType", + "printedName": "advancedQueryReturnType", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ReturnTypeSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "advancedQueryResultType", + "printedName": "advancedQueryResultType", + "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:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvp", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvg", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC08advancedE10ResultTypeSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdvancedQueryParameters", + "printedName": "OSHealthFitnessLib.AdvancedQueryParameters", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib23AdvancedQueryParametersC", + "mangledName": "$s18OSHealthFitnessLib23AdvancedQueryParametersC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "WorkoutAdvancedQueryParameters", + "printedName": "WorkoutAdvancedQueryParameters", + "children": [ + { + "kind": "Var", + "name": "workoutTypeVariables", + "printedName": "workoutTypeVariables", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[OSHealthFitnessLib.WorkoutTypeVariableMapping]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeVariableMapping", + "printedName": "OSHealthFitnessLib.WorkoutTypeVariableMapping", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[OSHealthFitnessLib.WorkoutTypeVariableMapping]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeVariableMapping", + "printedName": "OSHealthFitnessLib.WorkoutTypeVariableMapping", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC20workoutTypeVariablesSayAA0dI15VariableMappingCGvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startDate", + "printedName": "startDate", + "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:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC9startDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endDate", + "printedName": "endDate", + "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:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC7endDateSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutAdvancedQueryParameters", + "printedName": "OSHealthFitnessLib.WorkoutAdvancedQueryParameters", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "workoutTypeVariableDictionary", + "printedName": "workoutTypeVariableDictionary", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvp", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType]", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutType", + "printedName": "OSHealthFitnessLib.WorkoutType", + "usr": "s:18OSHealthFitnessLib11WorkoutTypeV" + }, + { + "kind": "TypeNominal", + "name": "VariableType", + "printedName": "OSHealthFitnessLib.VariableType", + "usr": "s:18OSHealthFitnessLib12VariableTypeV" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvg", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC29workoutTypeVariableDictionarySDyAA0dI0VAA0jI0VGvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC", + "mangledName": "$s18OSHealthFitnessLib30WorkoutAdvancedQueryParametersC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "WorkoutTypeVariableMapping", + "printedName": "WorkoutTypeVariableMapping", + "children": [ + { + "kind": "Var", + "name": "workoutType", + "printedName": "workoutType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvp", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "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:18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvg", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC07workoutE0SSvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "variables", + "printedName": "variables", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvp", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvg", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC9variablesSaySSGvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "WorkoutTypeVariableMapping", + "printedName": "OSHealthFitnessLib.WorkoutTypeVariableMapping", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC4fromACs7Decoder_p_tKcfc", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC6encode2toys7Encoder_p_tKF", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC6encode2toys7Encoder_p_tKF", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:18OSHealthFitnessLib26WorkoutTypeVariableMappingC", + "mangledName": "$s18OSHealthFitnessLib26WorkoutTypeVariableMappingC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "HealthKit", + "printedName": "HealthKit", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "BackgroundJob", + "printedName": "BackgroundJob", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(entity:insertInto:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + }, + { + "kind": "TypeNominal", + "name": "NSEntityDescription", + "printedName": "CoreData.NSEntityDescription", + "usr": "c:objc(cs)NSEntityDescription" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreData.NSManagedObjectContext?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSManagedObjectContext", + "printedName": "CoreData.NSManagedObjectContext", + "usr": "c:objc(cs)NSManagedObjectContext" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob(im)initWithEntity:insertIntoManagedObjectContext:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc", + "moduleName": "OSHealthFitnessLib", + "overriding": true, + "implicit": true, + "objc_name": "initWithEntity:insertIntoManagedObjectContext:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fetchRequest", + "printedName": "fetchRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSFetchRequest", + "printedName": "CoreData.NSFetchRequest", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "c:objc(cs)NSFetchRequest" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib13BackgroundJobC12fetchRequestSo07NSFetchG0CyACGyFZ", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12fetchRequestSo07NSFetchG0CyACGyFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "comparision", + "printedName": "comparision", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)comparision", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC11comparisionSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)comparision", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC11comparisionSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setComparision:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC11comparisionSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)id", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC2ids5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)id", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC2ids5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setId:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC2ids5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isActive", + "printedName": "isActive", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)isActive", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8isActiveSbvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)isActive", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8isActiveSbvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "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:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setIsActive:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8isActiveSbvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "lastNotificationTimestamp", + "printedName": "lastNotificationTimestamp", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)lastNotificationTimestamp", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC25lastNotificationTimestamp10Foundation4DateVSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)lastNotificationTimestamp", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC25lastNotificationTimestamp10Foundation4DateVSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Date?", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setLastNotificationTimestamp:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC25lastNotificationTimestamp10Foundation4DateVSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequency", + "printedName": "notificationFrequency", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)notificationFrequency", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC21notificationFrequencySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)notificationFrequency", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC21notificationFrequencySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setNotificationFrequency:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC21notificationFrequencySSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "notificationFrequencyGrouping", + "printedName": "notificationFrequencyGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)notificationFrequencyGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC29notificationFrequencyGroupings5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)notificationFrequencyGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC29notificationFrequencyGroupings5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setNotificationFrequencyGrouping:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC29notificationFrequencyGroupings5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "operation", + "printedName": "operation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)operation", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC9operationSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)operation", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC9operationSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setOperation:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC9operationSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "timeUnit", + "printedName": "timeUnit", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)timeUnit", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8timeUnitSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)timeUnit", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8timeUnitSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setTimeUnit:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8timeUnitSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "timeUnitGrouping", + "printedName": "timeUnitGrouping", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)timeUnitGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC16timeUnitGroupings5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)timeUnitGrouping", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC16timeUnitGroupings5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setTimeUnitGrouping:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC16timeUnitGroupings5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)value", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC5valueSdvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)value", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC5valueSdvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setValue:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC5valueSdvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "variable", + "printedName": "variable", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)variable", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8variableSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)variable", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8variableSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setVariable:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC8variableSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "notification", + "printedName": "notification", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.Notification?", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(py)notification", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12notificationAA12NotificationCSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.Notification?", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)notification", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12notificationAA12NotificationCSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.Notification?", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)BackgroundJob(im)setNotification:", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC12notificationAA12NotificationCSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob", + "mangledName": "$s18OSHealthFitnessLib13BackgroundJobC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSManagedObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "CoreData.NSManagedObject", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" + }, + { + "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": "Conformance", + "name": "ObservableObject", + "printedName": "ObservableObject", + "children": [ + { + "kind": "TypeWitness", + "name": "ObjectWillChangePublisher", + "printedName": "ObjectWillChangePublisher", + "children": [ + { + "kind": "TypeNominal", + "name": "ObservableObjectPublisher", + "printedName": "Combine.ObservableObjectPublisher", + "usr": "s:7Combine25ObservableObjectPublisherC" + } + ] + } + ], + "usr": "s:7Combine16ObservableObjectP", + "mangledName": "$s7Combine16ObservableObjectP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "Notification", + "printedName": "Notification", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(entity:insertInto:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + }, + { + "kind": "TypeNominal", + "name": "NSEntityDescription", + "printedName": "CoreData.NSEntityDescription", + "usr": "c:objc(cs)NSEntityDescription" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreData.NSManagedObjectContext?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSManagedObjectContext", + "printedName": "CoreData.NSManagedObjectContext", + "usr": "c:objc(cs)NSManagedObjectContext" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification(im)initWithEntity:insertIntoManagedObjectContext:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc", + "moduleName": "OSHealthFitnessLib", + "overriding": true, + "implicit": true, + "objc_name": "initWithEntity:insertIntoManagedObjectContext:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fetchRequest", + "printedName": "fetchRequest()", + "children": [ + { + "kind": "TypeNominal", + "name": "NSFetchRequest", + "printedName": "CoreData.NSFetchRequest", + "children": [ + { + "kind": "TypeNominal", + "name": "Notification", + "printedName": "OSHealthFitnessLib.Notification", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification" + } + ], + "usr": "c:objc(cs)NSFetchRequest" + } + ], + "declKind": "Func", + "usr": "s:18OSHealthFitnessLib12NotificationC12fetchRequestSo07NSFetchF0CyACGyFZ", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12fetchRequestSo07NSFetchF0CyACGyFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)body", + "mangledName": "$s18OSHealthFitnessLib12NotificationC4bodySSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)body", + "mangledName": "$s18OSHealthFitnessLib12NotificationC4bodySSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setBody:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC4bodySSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)id", + "mangledName": "$s18OSHealthFitnessLib12NotificationC2ids5Int64Vvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)id", + "mangledName": "$s18OSHealthFitnessLib12NotificationC2ids5Int64Vvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setId:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC2ids5Int64Vvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "title", + "printedName": "title", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)title", + "mangledName": "$s18OSHealthFitnessLib12NotificationC5titleSSSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "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": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)title", + "mangledName": "$s18OSHealthFitnessLib12NotificationC5titleSSSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setTitle:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC5titleSSSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "relationship", + "printedName": "relationship", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.BackgroundJob?", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(py)relationship", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12relationshipAA13BackgroundJobCSgvp", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "Dynamic", + "AccessControl", + "NSManaged", + "ObjC" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.BackgroundJob?", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)relationship", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12relationshipAA13BackgroundJobCSgvg", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "OSHealthFitnessLib.BackgroundJob?", + "children": [ + { + "kind": "TypeNominal", + "name": "BackgroundJob", + "printedName": "OSHealthFitnessLib.BackgroundJob", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)BackgroundJob" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@CM@OSHealthFitnessLib@objc(cs)Notification(im)setRelationship:", + "mangledName": "$s18OSHealthFitnessLib12NotificationC12relationshipAA13BackgroundJobCSgvs", + "moduleName": "OSHealthFitnessLib", + "implicit": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "accessorKind": "set" + } + ] + } + ], + "declKind": "Class", + "usr": "c:@M@OSHealthFitnessLib@objc(cs)Notification", + "mangledName": "$s18OSHealthFitnessLib12NotificationC", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSManagedObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "CoreData.NSManagedObject", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" + }, + { + "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": "Conformance", + "name": "ObservableObject", + "printedName": "ObservableObject", + "children": [ + { + "kind": "TypeWitness", + "name": "ObjectWillChangePublisher", + "printedName": "ObjectWillChangePublisher", + "children": [ + { + "kind": "TypeNominal", + "name": "ObservableObjectPublisher", + "printedName": "Combine.ObservableObjectPublisher", + "usr": "s:7Combine25ObservableObjectPublisherC" + } + ] + } + ], + "usr": "s:7Combine16ObservableObjectP", + "mangledName": "$s7Combine16ObservableObjectP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "OSHealthFitnessLib" + }, + { + "kind": "TypeDecl", + "name": "String", + "printedName": "String", + "children": [ + { + "kind": "Function", + "name": "decode", + "printedName": "decode()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:SS18OSHealthFitnessLibE6decodexSgySeRzlF", + "mangledName": "$sSS18OSHealthFitnessLibE6decodexSgySeRzlF", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:radix:uppercase:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:SS18OSHealthFitnessLibE_5radix9uppercaseSSAA7UInt128V_SiSbtcfc", + "mangledName": "$sSS18OSHealthFitnessLibE_5radix9uppercaseSSAA7UInt128V_SiSbtcfc", + "moduleName": "OSHealthFitnessLib", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + }, + { + "kind": "TypeNominal", + "name": "Sendable", + "printedName": "Swift.Sendable", + "usr": "s:s8SendableP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" + }, + { + "kind": "Conformance", + "name": "CKRecordValueProtocol", + "printedName": "CKRecordValueProtocol", + "usr": "s:8CloudKit21CKRecordValueProtocolP", + "mangledName": "$s8CloudKit21CKRecordValueProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Encodable", + "printedName": "Encodable", + "children": [ + { + "kind": "Function", + "name": "encode", + "printedName": "encode()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:SE18OSHealthFitnessLibE6encodeSSyF", + "mangledName": "$sSE18OSHealthFitnessLibE6encodeSSyF", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:SE", + "mangledName": "$sSE", + "moduleName": "Swift", + "isExternal": true + }, + { + "kind": "TypeDecl", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:SB18OSHealthFitnessLibEyxAA7UInt128Vcfc", + "mangledName": "$sSB18OSHealthFitnessLibEyxAA7UInt128Vcfc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(exactly:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt128", + "printedName": "OSHealthFitnessLib.UInt128", + "usr": "s:18OSHealthFitnessLib7UInt128V" + } + ], + "declKind": "Constructor", + "usr": "s:SB18OSHealthFitnessLibE7exactlyxSgAA7UInt128V_tcfc", + "mangledName": "$sSB18OSHealthFitnessLibE7exactlyxSgAA7UInt128V_tcfc", + "moduleName": "OSHealthFitnessLib", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Protocol", + "usr": "s:SB", + "mangledName": "$sSB", + "moduleName": "Swift", + "genericSig": "<τ_0_0 : Swift.ExpressibleByFloatLiteral, τ_0_0 : Swift.FloatingPoint, τ_0_0.RawExponent : Swift.UnsignedInteger, τ_0_0.RawSignificand : Swift.UnsignedInteger>", + "sugared_genericSig": "", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Date", + "printedName": "Date", + "children": [ + { + "kind": "TypeDecl", + "name": "ResultStruct", + "printedName": "ResultStruct", + "declKind": "Struct", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12ResultStructV", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE12ResultStructV", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibEyACSScfc", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibEyACSScfc", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "-", + "printedName": "-(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ResultStruct", + "printedName": "Foundation.Date.ResultStruct", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12ResultStructV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + }, + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Func", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE1soiyAcDE12ResultStructVAC_ACtFZ", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE1soiyAcDE12ResultStructVAC_ACtFZ", + "moduleName": "OSHealthFitnessLib", + "static": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "startOfSecond", + "printedName": "startOfSecond", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE13startOfSecondACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfHour", + "printedName": "startOfHour", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfHourACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfDay", + "printedName": "startOfDay", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE10startOfDayACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfWeek", + "printedName": "startOfWeek", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfWeekACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfMonth", + "printedName": "startOfMonth", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE12startOfMonthACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "startOfYear", + "printedName": "startOfYear", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Var", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvp", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvp", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Date", + "printedName": "Foundation.Date", + "usr": "s:10Foundation4DateV" + } + ], + "declKind": "Accessor", + "usr": "s:10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvg", + "mangledName": "$s10Foundation4DateV18OSHealthFitnessLibE11startOfYearACvg", + "moduleName": "OSHealthFitnessLib", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:10Foundation4DateV", + "mangledName": "$s10Foundation4DateV", + "moduleName": "Foundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ReferenceConvertible", + "printedName": "ReferenceConvertible", + "children": [ + { + "kind": "TypeWitness", + "name": "ReferenceType", + "printedName": "ReferenceType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDate", + "printedName": "Foundation.NSDate", + "usr": "c:objc(cs)NSDate" + } + ] + } + ], + "usr": "s:10Foundation20ReferenceConvertibleP", + "mangledName": "$s10Foundation20ReferenceConvertibleP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDate", + "printedName": "Foundation.NSDate", + "usr": "c:objc(cs)NSDate" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CKRecordValueProtocol", + "printedName": "CKRecordValueProtocol", + "usr": "s:8CloudKit21CKRecordValueProtocolP", + "mangledName": "$s8CloudKit21CKRecordValueProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "HKHealthStore", + "printedName": "HKHealthStore", + "declKind": "Class", + "usr": "c:objc(cs)HKHealthStore", + "moduleName": "HealthKit", + "isOpen": true, + "intro_iOS": "8.0", + "objc_name": "HKHealthStore", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": 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" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 78, + "length": 8, + "value": "\"HIGHER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 113, + "length": 14, + "value": "\"HIGHER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 7, + "value": "\"LOWER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 175, + "length": 13, + "value": "\"LOWER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 206, + "length": 7, + "value": "\"EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 78, + "length": 8, + "value": "\"HIGHER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 113, + "length": 14, + "value": "\"HIGHER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 7, + "value": "\"LOWER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 175, + "length": 13, + "value": "\"LOWER_EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/ComparisionOperationEnum.swift", + "kind": "StringLiteral", + "offset": 206, + "length": 7, + "value": "\"EQUAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 178, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 215, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 3, + "value": "103" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 3, + "value": "104" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 3, + "value": "105" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 3, + "value": "106" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 3, + "value": "107" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 3, + "value": "108" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 3, + "value": "109" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 530, + "length": 3, + "value": "111" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 568, + "length": 3, + "value": "113" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 605, + "length": 3, + "value": "114" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 3, + "value": "115" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 681, + "length": 3, + "value": "116" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 721, + "length": 3, + "value": "117" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 178, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 215, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 3, + "value": "103" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 3, + "value": "104" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 3, + "value": "105" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 3, + "value": "106" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 3, + "value": "107" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 3, + "value": "108" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 3, + "value": "109" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 530, + "length": 3, + "value": "111" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 568, + "length": 3, + "value": "113" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 605, + "length": 3, + "value": "114" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 3, + "value": "115" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 681, + "length": 3, + "value": "116" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 721, + "length": 3, + "value": "117" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 178, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 215, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 3, + "value": "102" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 3, + "value": "103" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 316, + "length": 3, + "value": "104" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 3, + "value": "105" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 3, + "value": "106" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 420, + "length": 3, + "value": "107" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 3, + "value": "108" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 488, + "length": 3, + "value": "109" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 530, + "length": 3, + "value": "111" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 568, + "length": 3, + "value": "113" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 605, + "length": 3, + "value": "114" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 637, + "length": 3, + "value": "115" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 681, + "length": 3, + "value": "116" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/AuthorizationErrors.swift", + "kind": "IntegerLiteral", + "offset": 721, + "length": 3, + "value": "117" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 71, + "length": 14, + "value": "\"MILLISECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 106, + "length": 9, + "value": "\"SECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 135, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 161, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 207, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 71, + "length": 14, + "value": "\"MILLISECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 106, + "length": 9, + "value": "\"SECONDS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 135, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 161, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 207, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/TimeUnitEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "IntegerLiteral", + "offset": 22866, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "BooleanLiteral", + "offset": 22888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24621, + "length": 11, + "value": "\"upperBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24646, + "length": 11, + "value": "\"lowerBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24621, + "length": 11, + "value": "\"upperBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "StringLiteral", + "offset": 24646, + "length": 11, + "value": "\"lowerBits\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "IntegerLiteral", + "offset": 26345, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Data Structure\/UInt128.swift", + "kind": "BooleanLiteral", + "offset": 26367, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitManager.swift", + "kind": "BooleanLiteral", + "offset": 11112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitManager.swift", + "kind": "StringLiteral", + "offset": 49, + "length": 16, + "value": "\"OSHealthFitnessLib.HealthKitManager\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"ALWAYS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 8, + "value": "\"SECOND\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 306, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"ALWAYS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 8, + "value": "\"SECOND\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 164, + "length": 8, + "value": "\"MINUTE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 6, + "value": "\"HOUR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 5, + "value": "\"DAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 248, + "length": 6, + "value": "\"WEEK\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 277, + "length": 7, + "value": "\"MONTH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/NotificationFrequency.swift", + "kind": "StringLiteral", + "offset": 306, + "length": 6, + "value": "\"YEAR\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"m\/s\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 723, + "length": 15, + "value": "\"Walking Speed\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 969, + "length": 26, + "value": "\"Distance Walking Running\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1111, + "length": 12, + "value": "\"mL\/min·kg\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 9, + "value": "\"VO2 Max\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1390, + "length": 12, + "value": "\"Step Count\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1524, + "length": 11, + "value": "\"count\/min\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1600, + "length": 12, + "value": "\"Heart Rate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 1811, + "length": 11, + "value": "\"Body Mass\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2019, + "length": 8, + "value": "\"Height\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2155, + "length": 7, + "value": "\"mg\/dL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2227, + "length": 15, + "value": "\"Blood Glucose\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2456, + "length": 25, + "value": "\"Blood Pressure Systolic\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2697, + "length": 26, + "value": "\"Blood Pressure Diastolic\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 2918, + "length": 16, + "value": "\"Sleep Analysis\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3137, + "length": 19, + "value": "\"Oxygen Saturation\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3373, + "length": 22, + "value": "\"Active Energy Burned\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3600, + "length": 21, + "value": "\"Body Fat Percentage\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 3836, + "length": 21, + "value": "\"Basal Energy Burned\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4064, + "length": 18, + "value": "\"Body Temperature\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4281, + "length": 15, + "value": "\"Dietary Water\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4489, + "length": 12, + "value": "\"Push Count\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4724, + "length": 25, + "value": "\"Dietary Energy Consumed\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/HealthKitTypes.swift", + "kind": "StringLiteral", + "offset": 4847, + "length": 9, + "value": "\"Workout\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/GroupPermissions.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1189, + "length": 7, + "value": "\"Label\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1206, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1189, + "length": 7, + "value": "\"Label\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/AdvancedQueryResponseBlock.swift", + "kind": "StringLiteral", + "offset": 1206, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"Id\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 638, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 681, + "length": 18, + "value": "\"TimeUnitGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 737, + "length": 23, + "value": "\"NotificationFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 31, + "value": "\"NotificationFrequencyGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 866, + "length": 14, + "value": "\"JobFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 906, + "length": 11, + "value": "\"Condition\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 939, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 981, + "length": 20, + "value": "\"NotificationHeader\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1034, + "length": 18, + "value": "\"NotificationBody\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1077, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"Id\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 603, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 638, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 681, + "length": 18, + "value": "\"TimeUnitGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 737, + "length": 23, + "value": "\"NotificationFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 31, + "value": "\"NotificationFrequencyGrouping\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 866, + "length": 14, + "value": "\"JobFrequency\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 906, + "length": 11, + "value": "\"Condition\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 939, + "length": 7, + "value": "\"Value\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 981, + "length": 20, + "value": "\"NotificationHeader\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1034, + "length": 18, + "value": "\"NotificationBody\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/BackgroundJobParameters.swift", + "kind": "StringLiteral", + "offset": 1077, + "length": 10, + "value": "\"IsActive\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 67, + "length": 5, + "value": "\"SUM\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 93, + "length": 9, + "value": "\"AVERAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 119, + "length": 5, + "value": "\"MIN\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 141, + "length": 5, + "value": "\"MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 163, + "length": 5, + "value": "\"RAW\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 192, + "length": 13, + "value": "\"MOST_RECENT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 67, + "length": 5, + "value": "\"SUM\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 93, + "length": 9, + "value": "\"AVERAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 119, + "length": 5, + "value": "\"MIN\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 141, + "length": 5, + "value": "\"MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 163, + "length": 5, + "value": "\"RAW\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/OperationTypeEnum.swift", + "kind": "StringLiteral", + "offset": 192, + "length": 13, + "value": "\"MOST_RECENT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 96, + "length": 7, + "value": "\"STEPS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 125, + "length": 12, + "value": "\"HEART_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 156, + "length": 8, + "value": "\"WEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 183, + "length": 8, + "value": "\"HEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 15, + "value": "\"BLOOD_GLUCOSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 16, + "value": "\"BLOOD_PRESSURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 299, + "length": 7, + "value": "\"SLEEP\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 19, + "value": "\"OXYGEN_SATURATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 385, + "length": 17, + "value": "\"CALORIES_BURNED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 21, + "value": "\"BODY_FAT_PERCENTAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 483, + "length": 22, + "value": "\"BASAL_METABOLIC_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 18, + "value": "\"BODY_TEMPERATURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 11, + "value": "\"HYDRATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 11, + "value": "\"NUTRITION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 12, + "value": "\"PUSH_COUNT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 685, + "length": 8, + "value": "\"VO2MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 10, + "value": "\"DISTANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 763, + "length": 15, + "value": "\"WALKING_SPEED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 803, + "length": 9, + "value": "\"WORKOUT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 96, + "length": 7, + "value": "\"STEPS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 125, + "length": 12, + "value": "\"HEART_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 156, + "length": 8, + "value": "\"WEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 183, + "length": 8, + "value": "\"HEIGHT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 15, + "value": "\"BLOOD_GLUCOSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 257, + "length": 16, + "value": "\"BLOOD_PRESSURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 299, + "length": 7, + "value": "\"SLEEP\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 19, + "value": "\"OXYGEN_SATURATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 385, + "length": 17, + "value": "\"CALORIES_BURNED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 21, + "value": "\"BODY_FAT_PERCENTAGE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 483, + "length": 22, + "value": "\"BASAL_METABOLIC_RATE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 18, + "value": "\"BODY_TEMPERATURE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 576, + "length": 11, + "value": "\"HYDRATION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 11, + "value": "\"NUTRITION\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 12, + "value": "\"PUSH_COUNT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 685, + "length": 8, + "value": "\"VO2MAX\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 728, + "length": 10, + "value": "\"DISTANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 763, + "length": 15, + "value": "\"WALKING_SPEED\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 803, + "length": 9, + "value": "\"WORKOUT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 918, + "length": 19, + "value": "\"AMERICAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 957, + "length": 9, + "value": "\"ARCHERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 21, + "value": "\"AUSTRALIAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 11, + "value": "\"BADMINTON\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1069, + "length": 7, + "value": "\"BARRE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1097, + "length": 10, + "value": "\"BASEBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1130, + "length": 12, + "value": "\"BASKETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1162, + "length": 9, + "value": "\"BOWLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 8, + "value": "\"BOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1219, + "length": 10, + "value": "\"CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1254, + "length": 15, + "value": "\"CORE_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1300, + "length": 22, + "value": "\"CROSS_COUNTRY_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 16, + "value": "\"CROSS_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1384, + "length": 9, + "value": "\"CURLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1413, + "length": 9, + "value": "\"CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1440, + "length": 7, + "value": "\"DANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 25, + "value": "\"DANCE_INSPIRED_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1529, + "length": 13, + "value": "\"DISC_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 17, + "value": "\"DOWNHILL_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1609, + "length": 12, + "value": "\"ELLIPTICAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1650, + "length": 19, + "value": "\"EQUESTRIAN_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1689, + "length": 9, + "value": "\"FENCING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 16, + "value": "\"FITNESS_GAMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1760, + "length": 9, + "value": "\"FISHING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1793, + "length": 13, + "value": "\"FLEXIBILITY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1845, + "length": 30, + "value": "\"FUNCTIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 6, + "value": "\"GOLF\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1921, + "length": 12, + "value": "\"GYMNASTICS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1954, + "length": 10, + "value": "\"HANDBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1988, + "length": 14, + "value": "\"HAND_CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2044, + "length": 34, + "value": "\"HIGH_INTENSITY_INTERVAL_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 8, + "value": "\"HIKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2124, + "length": 8, + "value": "\"HOCKEY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2152, + "length": 9, + "value": "\"HUNTING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2182, + "length": 11, + "value": "\"JUMP_ROPE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2216, + "length": 12, + "value": "\"KICKBOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 10, + "value": "\"LACROSSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2283, + "length": 14, + "value": "\"MARTIAL_ARTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2321, + "length": 15, + "value": "\"MIND_AND_BODY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2360, + "length": 14, + "value": "\"MIXED_CARDIO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2399, + "length": 15, + "value": "\"PADDLE_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2434, + "length": 9, + "value": "\"PILATES\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2460, + "length": 6, + "value": "\"PLAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2501, + "length": 26, + "value": "\"PREPARATION_AND_RECOVERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2551, + "length": 13, + "value": "\"RACQUETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2583, + "length": 8, + "value": "\"ROWING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2609, + "length": 7, + "value": "\"RUGBY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2636, + "length": 9, + "value": "\"RUNNING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2665, + "length": 9, + "value": "\"SAILING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 16, + "value": "\"SKATING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2741, + "length": 14, + "value": "\"SNOWBOARDING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2778, + "length": 13, + "value": "\"SNOW_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2810, + "length": 8, + "value": "\"SOCCER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 10, + "value": "\"SOFTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2868, + "length": 8, + "value": "\"SQUASH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2902, + "length": 16, + "value": "\"STAIR_CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2937, + "length": 8, + "value": "\"STAIRS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2970, + "length": 14, + "value": "\"STEP_TRANING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3010, + "length": 16, + "value": "\"SURFING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3047, + "length": 10, + "value": "\"SWIMMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3081, + "length": 14, + "value": "\"TABLE_TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 9, + "value": "\"TAI_CHI\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3142, + "length": 8, + "value": "\"TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3176, + "length": 17, + "value": "\"TRACK_AND_FIELD\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3233, + "length": 31, + "value": "\"TRADITIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3287, + "length": 12, + "value": "\"VOLLEYBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3319, + "length": 9, + "value": "\"WALKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3353, + "length": 15, + "value": "\"WATER_FITNESS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3390, + "length": 12, + "value": "\"WATER_POLO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3426, + "length": 14, + "value": "\"WATER_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3470, + "length": 21, + "value": "\"WHEELCHAIR_RUN_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 22, + "value": "\"WHEELCHAIR_WALK_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3566, + "length": 11, + "value": "\"WRESTLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3594, + "length": 6, + "value": "\"YOGA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 918, + "length": 19, + "value": "\"AMERICAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 957, + "length": 9, + "value": "\"ARCHERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 997, + "length": 21, + "value": "\"AUSTRALIAN_FOOTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 11, + "value": "\"BADMINTON\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1069, + "length": 7, + "value": "\"BARRE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1097, + "length": 10, + "value": "\"BASEBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1130, + "length": 12, + "value": "\"BASKETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1162, + "length": 9, + "value": "\"BOWLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 8, + "value": "\"BOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1219, + "length": 10, + "value": "\"CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1254, + "length": 15, + "value": "\"CORE_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1300, + "length": 22, + "value": "\"CROSS_COUNTRY_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 16, + "value": "\"CROSS_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1384, + "length": 9, + "value": "\"CURLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1413, + "length": 9, + "value": "\"CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1440, + "length": 7, + "value": "\"DANCE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 25, + "value": "\"DANCE_INSPIRED_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1529, + "length": 13, + "value": "\"DISC_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1569, + "length": 17, + "value": "\"DOWNHILL_SKIING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1609, + "length": 12, + "value": "\"ELLIPTICAL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1650, + "length": 19, + "value": "\"EQUESTRIAN_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1689, + "length": 9, + "value": "\"FENCING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 16, + "value": "\"FITNESS_GAMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1760, + "length": 9, + "value": "\"FISHING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1793, + "length": 13, + "value": "\"FLEXIBILITY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1845, + "length": 30, + "value": "\"FUNCTIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 6, + "value": "\"GOLF\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1921, + "length": 12, + "value": "\"GYMNASTICS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1954, + "length": 10, + "value": "\"HANDBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 1988, + "length": 14, + "value": "\"HAND_CYCLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2044, + "length": 34, + "value": "\"HIGH_INTENSITY_INTERVAL_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 8, + "value": "\"HIKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2124, + "length": 8, + "value": "\"HOCKEY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2152, + "length": 9, + "value": "\"HUNTING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2182, + "length": 11, + "value": "\"JUMP_ROPE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2216, + "length": 12, + "value": "\"KICKBOXING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 10, + "value": "\"LACROSSE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2283, + "length": 14, + "value": "\"MARTIAL_ARTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2321, + "length": 15, + "value": "\"MIND_AND_BODY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2360, + "length": 14, + "value": "\"MIXED_CARDIO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2399, + "length": 15, + "value": "\"PADDLE_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2434, + "length": 9, + "value": "\"PILATES\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2460, + "length": 6, + "value": "\"PLAY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2501, + "length": 26, + "value": "\"PREPARATION_AND_RECOVERY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2551, + "length": 13, + "value": "\"RACQUETBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2583, + "length": 8, + "value": "\"ROWING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2609, + "length": 7, + "value": "\"RUGBY\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2636, + "length": 9, + "value": "\"RUNNING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2665, + "length": 9, + "value": "\"SAILING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 16, + "value": "\"SKATING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2741, + "length": 14, + "value": "\"SNOWBOARDING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2778, + "length": 13, + "value": "\"SNOW_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2810, + "length": 8, + "value": "\"SOCCER\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 10, + "value": "\"SOFTBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2868, + "length": 8, + "value": "\"SQUASH\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2902, + "length": 16, + "value": "\"STAIR_CLIMBING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2937, + "length": 8, + "value": "\"STAIRS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 2970, + "length": 14, + "value": "\"STEP_TRANING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3010, + "length": 16, + "value": "\"SURFING_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3047, + "length": 10, + "value": "\"SWIMMING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3081, + "length": 14, + "value": "\"TABLE_TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 9, + "value": "\"TAI_CHI\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3142, + "length": 8, + "value": "\"TENNIS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3176, + "length": 17, + "value": "\"TRACK_AND_FIELD\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3233, + "length": 31, + "value": "\"TRADITIONAL_STRENGTH_TRAINING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3287, + "length": 12, + "value": "\"VOLLEYBALL\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3319, + "length": 9, + "value": "\"WALKING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3353, + "length": 15, + "value": "\"WATER_FITNESS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3390, + "length": 12, + "value": "\"WATER_POLO\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3426, + "length": 14, + "value": "\"WATER_SPORTS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3470, + "length": 21, + "value": "\"WHEELCHAIR_RUN_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3522, + "length": 22, + "value": "\"WHEELCHAIR_WALK_PACE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3566, + "length": 11, + "value": "\"WRESTLING\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3594, + "length": 6, + "value": "\"YOGA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3767, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 3772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3944, + "length": 6, + "value": "\"READ\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 3978, + "length": 7, + "value": "\"WRITE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "StringLiteral", + "offset": 4017, + "length": 11, + "value": "\"READWRITE\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4890, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4895, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4987, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 4992, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5039, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5087, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5092, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5141, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5146, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5200, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5252, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5257, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5316, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5374, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5427, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5432, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5484, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5489, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5538, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5543, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5601, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5606, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5652, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5700, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5705, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5764, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5769, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5818, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9234, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9239, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9287, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9396, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9437, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9442, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9491, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9542, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9585, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9590, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9637, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9681, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9686, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9739, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9794, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9799, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9849, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9854, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9898, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9903, + "length": 2, + "value": "13" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9947, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9952, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9994, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 9999, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10057, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10109, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10114, + "length": 2, + "value": "17" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10165, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10170, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10217, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10222, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10275, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10280, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10324, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10329, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10379, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10384, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10428, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10433, + "length": 2, + "value": "23" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10486, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10549, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10554, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10595, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10600, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10652, + "length": 2, + "value": "27" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10702, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10750, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10755, + "length": 2, + "value": "29" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10821, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10826, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10869, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10874, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10917, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10922, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10966, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 10971, + "length": 2, + "value": "33" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11016, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11021, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11068, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11073, + "length": 2, + "value": "35" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11118, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11123, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11176, + "length": 2, + "value": "37" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11229, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11282, + "length": 2, + "value": "39" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11336, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11380, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11385, + "length": 2, + "value": "41" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11426, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11431, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11490, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11495, + "length": 2, + "value": "43" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11548, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11596, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11638, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11643, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11687, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11692, + "length": 2, + "value": "47" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11741, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11791, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11796, + "length": 2, + "value": "49" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11845, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11850, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11897, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11902, + "length": 2, + "value": "51" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11950, + "length": 2, + "value": "52" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 11995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12000, + "length": 2, + "value": "53" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12043, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12048, + "length": 2, + "value": "54" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12098, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12103, + "length": 2, + "value": "55" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12146, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12151, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12200, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12205, + "length": 2, + "value": "57" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12255, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12260, + "length": 2, + "value": "58" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12305, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12310, + "length": 2, + "value": "59" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12363, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12411, + "length": 2, + "value": "61" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12454, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12459, + "length": 2, + "value": "62" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12509, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12514, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12578, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12583, + "length": 2, + "value": "64" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12630, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12635, + "length": 2, + "value": "65" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12679, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12684, + "length": 2, + "value": "66" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12733, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12738, + "length": 2, + "value": "67" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12784, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12789, + "length": 2, + "value": "68" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12837, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12842, + "length": 2, + "value": "69" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12896, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12901, + "length": 2, + "value": "70" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 12961, + "length": 2, + "value": "71" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13007, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13012, + "length": 2, + "value": "72" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13053, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/HealthTypeEnum.swift", + "kind": "IntegerLiteral", + "offset": 13058, + "length": 2, + "value": "73" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 108, + "length": 10, + "value": "\"ALL_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 152, + "length": 21, + "value": "\"REMOVE_EMPTY_BLOCKS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 108, + "length": 10, + "value": "\"ALL_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 152, + "length": 21, + "value": "\"REMOVE_EMPTY_BLOCKS\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 476, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 481, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 537, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 738, + "length": 10, + "value": "\"RAW_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 784, + "length": 12, + "value": "\"DATA_POINT\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/Enums\/AdvancedQueryEnum.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 10, + "value": "\"ALL_DATA\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/CustomPermissions.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 12, + "value": "\"AccessType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 410, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 445, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 479, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 15, + "value": "\"OperationType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 565, + "length": 16, + "value": "\"TimeUnitLength\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 25, + "value": "\"AdvancedQueryReturnType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 25, + "value": "\"AdvancedQueryResultType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 10, + "value": "\"Variable\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 410, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 445, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 479, + "length": 10, + "value": "\"TimeUnit\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 15, + "value": "\"OperationType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 565, + "length": 16, + "value": "\"TimeUnitLength\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 25, + "value": "\"AdvancedQueryReturnType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 686, + "length": 25, + "value": "\"AdvancedQueryResultType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1548, + "length": 22, + "value": "\"WorkoutTypeVariables\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1596, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1631, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1548, + "length": 22, + "value": "\"WorkoutTypeVariables\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1596, + "length": 11, + "value": "\"StartDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 1631, + "length": 9, + "value": "\"EndDate\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3006, + "length": 13, + "value": "\"WorkoutType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3045, + "length": 14, + "value": "\"VariableList\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3006, + "length": 13, + "value": "\"WorkoutType\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/Model\/QueryParameters.swift", + "kind": "StringLiteral", + "offset": 3045, + "length": 14, + "value": "\"VariableList\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 120, + "length": 21, + "value": "\"LastBackgroundJobID\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 20, + "value": "\"LastNotificationID\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 323, + "length": 17, + "value": "\"BackgroundModel\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 498, + "length": 6, + "value": "\"momd\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 536, + "length": 24, + "value": "\"Error initializing mom\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 670, + "length": 42, + "value": "\"Error initializing mom from: \"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 711, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 1026, + "length": 46, + "value": "\"Unresolved error \"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 1052, + "length": 1, + "value": "\", \"" + }, + { + "filePath": "\/Users\/rcj\/Documents\/Projects\/HealthFitness Projects\/OSHealthFitnessLib-iOS\/OSHealthFitnessLib\/LocalStorage\/BackgroundJobManager.swift", + "kind": "StringLiteral", + "offset": 1071, + "length": 2, + "value": "\"\"" + } + ] +} \ No newline at end of file diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 00000000..e6c584b1 --- /dev/null +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,472 @@ +// 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-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name OSHealthFitnessLib +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CloudKit +import CoreData +import Foundation +import HealthKit +import NotificationCenter +import Swift +import UserNotifications +import _Concurrency +import _StringProcessing +public enum HealthKitErrors : Swift.Int, Foundation.CustomNSError, Foundation.LocalizedError { + case variableNotAvailable + case variableNotAuthorized + case operationNotAllowed + case errorWhileReading + case errorWhileWriting + case variableHasWriteDenied + case badParameterType + case authorizationError + case notAvailableOnDevice + case unitNotAvailable + case backgroundJobAlreadyExists + case invalidBackgroundJobID + case backgroundJobNotFound + case unsubscribeError + case workoutTypeNotAvailable + case workoutTypeNotAuthorized + public var errorDescription: Swift.String? { + get + } + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +extension Swift.String { + public func decode() -> T? where T : Swift.Decodable +} +extension Swift.Encodable { + public func encode() -> Swift.String +} +public struct VariableStruct { + public init(allVariables: Swift.String, fitnessVariables: Swift.String, healthVariables: Swift.String, profileVariables: Swift.String, workoutVariables: Swift.String) +} +open class HealthFitnessPlugin { + public init() + public func deleteBackgroundJobs(id: Swift.String?, completion: @escaping (Foundation.NSError?) -> Swift.Void) + public func countBackgroundJobsFor(variable: Swift.String) -> Swift.Int + public func listBackgroundJobs() -> Swift.String + public func writeData(variable: Swift.String, value: Swift.Double, completion: @escaping (Swift.Bool, Foundation.NSError?) -> Swift.Void) + public func getLastRecord(variable: Swift.String, mostRecent: Swift.Bool, timeUnitLength: Swift.Int, completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + public func requestPermissions(customPermissions: Swift.String, variable: OSHealthFitnessLib.VariableStruct, completion: @escaping (Swift.Bool, Foundation.NSError?) -> Swift.Void) + public func setBackgroundJob(variable: Swift.String, timeUnit: (name: Swift.String, grouping: Swift.Int), notificationFrequency: (name: Swift.String, grouping: Swift.Int), jobFrequency: Swift.String, condition: Swift.String, value: Swift.Double, notificationText: (header: Swift.String, body: Swift.String), completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + public func updateBackgroundJob(id: Swift.Int64?, notificationFrequency: (name: Swift.String?, grouping: Swift.Int?), condition: Swift.String?, value: Swift.Double?, notificationText: (header: Swift.String?, body: Swift.String?), isActive: Swift.Bool?, completion: @escaping (Swift.Bool, Foundation.NSError?) -> Swift.Void) + public func advancedQuery(variable: Swift.String, date: (start: Foundation.Date, end: Foundation.Date), timeUnit: Swift.String, operationType: Swift.String, mostRecent: Swift.Bool, onlyFilledBlocks: Swift.Bool, resultType: OSHealthFitnessLib.AdvancedQueryResultType = .allType, timeUnitLength: Swift.Int, completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + public func workoutAdvancedQuery(workoutTypeVariableDictionary: OSHealthFitnessLib.WorkoutTypeVariableDictionary, date: (start: Foundation.Date, end: Foundation.Date), completion: @escaping (Swift.Bool, Swift.String?, Foundation.NSError?) -> Swift.Void) + @objc deinit +} +public enum UInt128Errors : Swift.Error { + case invalidString + public static func == (a: OSHealthFitnessLib.UInt128Errors, b: OSHealthFitnessLib.UInt128Errors) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct UInt128 { + public var significantBits: OSHealthFitnessLib.UInt128 { + get + } + public init(upperBits: Swift.UInt64, lowerBits: Swift.UInt64) + public init() + public init?(_ source: Swift.String) +} +extension OSHealthFitnessLib.UInt128 : Swift.FixedWidthInteger { + public var nonzeroBitCount: Swift.Int { + get + } + public var leadingZeroBitCount: Swift.Int { + get + } + public var bigEndian: OSHealthFitnessLib.UInt128 { + get + } + public var littleEndian: OSHealthFitnessLib.UInt128 { + get + } + public var byteSwapped: OSHealthFitnessLib.UInt128 { + get + } + public init(_truncatingBits bits: Swift.UInt) + public init(bigEndian value: OSHealthFitnessLib.UInt128) + public init(littleEndian value: OSHealthFitnessLib.UInt128) + public func addingReportingOverflow(_ rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func subtractingReportingOverflow(_ rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func multipliedReportingOverflow(by rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func multipliedFullWidth(by other: OSHealthFitnessLib.UInt128) -> (high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128.Magnitude) + public func dividedReportingOverflow(by rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func dividingFullWidth(_ dividend: (high: OSHealthFitnessLib.UInt128, low: OSHealthFitnessLib.UInt128)) -> (quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128) + public func remainderReportingOverflow(dividingBy rhs: OSHealthFitnessLib.UInt128) -> (partialValue: OSHealthFitnessLib.UInt128, overflow: Swift.Bool) + public func quotientAndRemainder(dividingBy rhs: OSHealthFitnessLib.UInt128) -> (quotient: OSHealthFitnessLib.UInt128, remainder: OSHealthFitnessLib.UInt128) +} +extension OSHealthFitnessLib.UInt128 { + public static var bitWidth: Swift.Int { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.BinaryInteger { + public var words: [Swift.UInt] { + get + } + public var trailingZeroBitCount: Swift.Int { + get + } + public init?(exactly source: T) where T : Swift.BinaryFloatingPoint + public init(_ source: T) where T : Swift.BinaryFloatingPoint + public static func / (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func /= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func % (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func %= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func &= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func |= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func ^= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func &>>= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func &<<= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public typealias Stride = Swift.Int + public typealias Words = [Swift.UInt] +} +extension OSHealthFitnessLib.UInt128 : Swift.UnsignedInteger { +} +extension OSHealthFitnessLib.UInt128 : Swift.Hashable { + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.Numeric { + public static func + (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func += (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func - (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func -= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public static func * (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> OSHealthFitnessLib.UInt128 + public static func *= (lhs: inout OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) + public typealias Magnitude = OSHealthFitnessLib.UInt128 +} +extension OSHealthFitnessLib.UInt128 : Swift.Equatable { + public static func == (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> Swift.Bool +} +extension OSHealthFitnessLib.UInt128 : Swift.ExpressibleByIntegerLiteral { + public init(integerLiteral value: Swift.IntegerLiteralType) + public typealias IntegerLiteralType = Swift.IntegerLiteralType +} +extension OSHealthFitnessLib.UInt128 : Swift.CustomStringConvertible { + public var description: Swift.String { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } +} +extension OSHealthFitnessLib.UInt128 : Swift.Comparable { + public static func < (lhs: OSHealthFitnessLib.UInt128, rhs: OSHealthFitnessLib.UInt128) -> Swift.Bool +} +extension OSHealthFitnessLib.UInt128 : Swift.Codable { + public init(from decoder: Swift.Decoder) throws + public func encode(to encoder: Swift.Encoder) throws +} +extension Swift.BinaryFloatingPoint { + public init(_ value: OSHealthFitnessLib.UInt128) + public init?(exactly value: OSHealthFitnessLib.UInt128) +} +extension Swift.String { + public init(_ value: OSHealthFitnessLib.UInt128, radix: Swift.Int = 10, uppercase: Swift.Bool = false) +} +extension Foundation.Date { + public struct ResultStruct { + } + public init(_ dateString: Swift.String) + public static func - (recent: Foundation.Date, previous: Foundation.Date) -> Foundation.Date.ResultStruct + public var startOfSecond: Foundation.Date { + get + } + public var startOfHour: Foundation.Date { + get + } + public var startOfDay: Foundation.Date { + get + } + public var startOfWeek: Foundation.Date { + get + } + public var startOfMonth: Foundation.Date { + get + } + public var startOfYear: Foundation.Date { + get + } +} +public class BackgroundJobParameters : Swift.Codable { + final public let id: Swift.Int64? + final public let variable: Swift.String? + final public let timeUnit: Swift.String? + final public let timeUnitGrouping: Swift.Int? + final public let notificationFrequency: Swift.String? + final public let notificationFrequencyGrouping: Swift.Int? + final public let jobFrequency: Swift.String? + final public let condition: Swift.String? + final public let value: Swift.Double? + final public let notificationHeader: Swift.String? + final public let notificationBody: Swift.String? + final public let isActive: Swift.Bool? + public init(id: Swift.Int64?, variable: Swift.String?, timeUnit: Swift.String?, timeUnitGrouping: Swift.Int?, notificationFrequency: Swift.String?, notificationFrequencyGrouping: Swift.Int?, jobFrequency: Swift.String?, condition: Swift.String?, value: Swift.Double?, notificationHeader: Swift.String?, notificationBody: Swift.String?, isActive: Swift.Bool?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +public enum WorkoutTypeEnum : Swift.String { + case americanFootball + case archery + case australianFootball + case badminton + case barre + case baseball + case basketball + case bowling + case boxing + case climbing + case coreTraining + case crossCountrySkiing + case crossTraining + case curling + case cycling + case dance + case danceInspiredTraining + case discSports + case downhillSkiing + case elliptical + case equestrianSports + case fencing + case fitnessGaming + case fishing + case flexibility + case functionalStrengthTraining + case golf + case gymnastics + case handball + case handCycling + case highIntensityIntervalTraining + case hiking + case hockey + case hunting + case jumpRope + case kickboxing + case lacrosse + case martialArts + case mindAndBody + case mixedCardio + case paddleSports + case pilates + case play + case preparationAndRecovery + case racquetball + case rowing + case rugby + case running + case sailing + case skatingSports + case snowboarding + case snowSports + case soccer + case softball + case squash + case stairClimbing + case stairs + case stepTraining + case surfingSports + case swimming + case tableTennis + case taiChi + case tennis + case trackAndField + case traditionalStrengthTraining + case volleyball + case walking + case waterFitness + case waterPolo + case waterSports + case wheelchairRunPace + case wheelchairWalkPace + case wrestling + case yoga + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public struct VariableType : Swift.OptionSet { + public let rawValue: Swift.Int + public init(rawValue: Swift.Int) + public typealias ArrayLiteralElement = OSHealthFitnessLib.VariableType + public typealias Element = OSHealthFitnessLib.VariableType + public typealias RawValue = Swift.Int +} +extension OSHealthFitnessLib.VariableType { + public static func getVariableType(for description: Swift.String) -> OSHealthFitnessLib.VariableType? +} +public struct WorkoutType : Swift.OptionSet, Swift.Hashable { + public let rawValue: OSHealthFitnessLib.UInt128 + public init(rawValue: OSHealthFitnessLib.UInt128) + public typealias ArrayLiteralElement = OSHealthFitnessLib.WorkoutType + public typealias Element = OSHealthFitnessLib.WorkoutType + public typealias RawValue = OSHealthFitnessLib.UInt128 +} +extension OSHealthFitnessLib.WorkoutType { + public static func getWorkoutType(for description: Swift.String) -> OSHealthFitnessLib.WorkoutType? +} +public enum AdvancedQueryReturnTypeEnum : Swift.String { + case allData + case removeEmptyDataBlocks + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public struct AdvancedQueryResultType : Swift.OptionSet { + public typealias RawValue = Swift.Int + public var rawValue: OSHealthFitnessLib.AdvancedQueryResultType.RawValue + public init(rawValue: OSHealthFitnessLib.AdvancedQueryResultType.RawValue) + public static let rawDataType: OSHealthFitnessLib.AdvancedQueryResultType + public static let dataPointType: OSHealthFitnessLib.AdvancedQueryResultType + public static let allType: OSHealthFitnessLib.AdvancedQueryResultType + public typealias ArrayLiteralElement = OSHealthFitnessLib.AdvancedQueryResultType + public typealias Element = OSHealthFitnessLib.AdvancedQueryResultType +} +extension OSHealthFitnessLib.AdvancedQueryResultType { + public static func get(with description: Swift.String) -> OSHealthFitnessLib.AdvancedQueryResultType +} +@_hasMissingDesignatedInitializers public class AdvancedQueryParameters : Swift.Codable { + final public let variable: Swift.String? + final public let startDate: Swift.String?, endDate: Swift.String? + final public let timeUnit: Swift.String?, operationType: Swift.String? + final public let timeUnitLength: Swift.Int? + final public let advancedQueryReturnType: Swift.String? + final public let advancedQueryResultType: Swift.String? + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class WorkoutAdvancedQueryParameters : Swift.Codable { + final public let workoutTypeVariables: [OSHealthFitnessLib.WorkoutTypeVariableMapping] + final public let startDate: Swift.String? + final public let endDate: Swift.String? + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +public typealias WorkoutTypeVariableDictionary = [OSHealthFitnessLib.WorkoutType : OSHealthFitnessLib.VariableType] +extension OSHealthFitnessLib.WorkoutAdvancedQueryParameters { + public var workoutTypeVariableDictionary: OSHealthFitnessLib.WorkoutTypeVariableDictionary { + get + } +} +@_hasMissingDesignatedInitializers public class WorkoutTypeVariableMapping : Swift.Codable { + final public let workoutType: Swift.String + final public let variables: [Swift.String] + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@objc @_inheritsConvenienceInitializers public class BackgroundJob : CoreData.NSManagedObject { + @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?) + @objc deinit +} +extension OSHealthFitnessLib.BackgroundJob { + @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest + @objc @NSManaged dynamic public var comparision: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var id: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var isActive: Swift.Bool { + @objc get + @objc set + } + @objc @NSManaged dynamic public var lastNotificationTimestamp: Foundation.Date? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var notificationFrequency: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var notificationFrequencyGrouping: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var operation: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var timeUnit: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var timeUnitGrouping: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var value: Swift.Double { + @objc get + @objc set + } + @objc @NSManaged dynamic public var variable: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var notification: OSHealthFitnessLib.Notification? { + @objc get + @objc set + } +} +extension OSHealthFitnessLib.BackgroundJob : Swift.Identifiable { + public typealias ID = Swift.Int64 +} +@objc @_inheritsConvenienceInitializers public class Notification : CoreData.NSManagedObject { + @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?) + @objc deinit +} +extension OSHealthFitnessLib.Notification { + @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest + @objc @NSManaged dynamic public var body: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var id: Swift.Int64 { + @objc get + @objc set + } + @objc @NSManaged dynamic public var title: Swift.String? { + @objc get + @objc set + } + @objc @NSManaged dynamic public var relationship: OSHealthFitnessLib.BackgroundJob? { + @objc get + @objc set + } +} +extension OSHealthFitnessLib.Notification : Swift.Identifiable { + public typealias ID = Swift.Int64 +} +extension OSHealthFitnessLib.HealthKitErrors : Swift.Equatable {} +extension OSHealthFitnessLib.HealthKitErrors : Swift.Hashable {} +extension OSHealthFitnessLib.HealthKitErrors : Swift.RawRepresentable {} +extension OSHealthFitnessLib.UInt128Errors : Swift.Equatable {} +extension OSHealthFitnessLib.UInt128Errors : Swift.Hashable {} +extension OSHealthFitnessLib.WorkoutTypeEnum : Swift.Equatable {} +extension OSHealthFitnessLib.WorkoutTypeEnum : Swift.Hashable {} +extension OSHealthFitnessLib.WorkoutTypeEnum : Swift.RawRepresentable {} +extension OSHealthFitnessLib.AdvancedQueryReturnTypeEnum : Swift.Equatable {} +extension OSHealthFitnessLib.AdvancedQueryReturnTypeEnum : Swift.Hashable {} +extension OSHealthFitnessLib.AdvancedQueryReturnTypeEnum : Swift.RawRepresentable {} diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index ce1c94a5..924defcd 100644 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 4eab864e..e6c584b1 100644 --- a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-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-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name OSHealthFitnessLib +// swift-module-flags-ignorable: -enable-bare-slash-regex import CloudKit import CoreData import Foundation @@ -9,6 +10,7 @@ import NotificationCenter import Swift import UserNotifications import _Concurrency +import _StringProcessing public enum HealthKitErrors : Swift.Int, Foundation.CustomNSError, Foundation.LocalizedError { case variableNotAvailable case variableNotAuthorized @@ -169,12 +171,6 @@ extension OSHealthFitnessLib.UInt128 : Swift.Codable { public init(from decoder: Swift.Decoder) throws public func encode(to encoder: Swift.Encoder) throws } -extension OSHealthFitnessLib.UInt128 { - @available(swift, deprecated: 3.2, renamed: "init(_:)") - public static func fromUnparsedString(_ source: Swift.String) throws -> OSHealthFitnessLib.UInt128 - @available(swift, deprecated: 5.0, renamed: "init(_:)", message: "The ExpressibleByStringLiteral conformance has been removed. Use failable initializer instead.") - public init(stringLiteral value: Swift.StringLiteralType) -} extension Swift.BinaryFloatingPoint { public init(_ value: OSHealthFitnessLib.UInt128) public init?(exactly value: OSHealthFitnessLib.UInt128) @@ -187,12 +183,24 @@ extension Foundation.Date { } public init(_ dateString: Swift.String) public static func - (recent: Foundation.Date, previous: Foundation.Date) -> Foundation.Date.ResultStruct - public func startOfSecond() -> Foundation.Date - public func startOfHour() -> Foundation.Date - public func startOfDay() -> Foundation.Date - public func startOfWeek() -> Foundation.Date - public func startOfMonth() -> Foundation.Date - public func startOfYear() -> Foundation.Date + public var startOfSecond: Foundation.Date { + get + } + public var startOfHour: Foundation.Date { + get + } + public var startOfDay: Foundation.Date { + get + } + public var startOfWeek: Foundation.Date { + get + } + public var startOfMonth: Foundation.Date { + get + } + public var startOfYear: Foundation.Date { + get + } } public class BackgroundJobParameters : Swift.Codable { final public let id: Swift.Int64? diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/OSHealthFitnessLib b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/OSHealthFitnessLib index d239e9bc..026571b2 100755 Binary files a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/OSHealthFitnessLib and b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/OSHealthFitnessLib differ diff --git a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/_CodeSignature/CodeResources b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/_CodeSignature/CodeResources index 09b231d4..5f6f7bcb 100644 --- a/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/_CodeSignature/CodeResources +++ b/src/ios/frameworks/OSHealthFitnessLib.xcframework/ios-arm64_x86_64-simulator/OSHealthFitnessLib.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ BackgroundModel.momd/BackgroundModel 2.mom - z3gtC433QCGafUDHom/iHq5+aBA= + WmEy7tCqK7VdDvPp1L+Zcjcv15A= BackgroundModel.momd/BackgroundModel 2.omo @@ -14,7 +14,7 @@ BackgroundModel.momd/BackgroundModel.mom - wnvIhUKGuyHpV9aWK+26V03fMS0= + W6x/EHmIpxBSwBMDHQE5fB5k6os= BackgroundModel.momd/VersionInfo.plist @@ -22,35 +22,51 @@ Headers/OSHealthFitnessLib-Swift.h - 0gq5xr6aqdnPYks8yp86LT05BUw= + Tzi/2WcpwfKL4Ps8ZU7n6sHzJks= Info.plist - tAfrv4EgEzAZe194QSaJ1aITenw= + P953UGaWh0AJIzLmDo8gOMYd9W8= + + Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.abi.json + + vhy6jg03VOYB5O2yjEoA5QhssDY= + + Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + lxY3837m7v+jDwXrqL5APkU3b2s= Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftdoc - CjE98e8xu0Of8m9jplEJeIy7fq8= + fZYiyx+/nzg0xqorND2Rfo7dd2k= Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftinterface - 9ppZzJSA7OyRF3sCK0RNIsJgdP0= + lxY3837m7v+jDwXrqL5APkU3b2s= Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftmodule - Ym4nok7RDcCDZowJPGGXERaJVw8= + 64EqsehDpPtvV95J6fqLkmedcmE= + + Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.abi.json + + vhy6jg03VOYB5O2yjEoA5QhssDY= + + Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + dyXCAwDZuYrRMZSETrDm77QfhYQ= Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - miDqM99JPCs9QF0j6SkpLd7o3h0= + yze2Ljf7/YaHLG3a+vjW1sMIp6Q= Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - mq7SrNGBmFyHpo1L8uHnarJNrwo= + dyXCAwDZuYrRMZSETrDm77QfhYQ= Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - R1Ko5mLjZxhKiLfe59tdtWpNASM= + BBG4pGqvRnrgjxAvJEfj26H22AM= Modules/module.modulemap @@ -63,7 +79,7 @@ hash2 - xw9jtvnGnhj0QUsLx9w9KJXAob0StM3SqLl+e02OZFw= + R4LfpjsuiJ+AuPKAvLjBqjrmeFDFxB7VVraRKh8eNBY= BackgroundModel.momd/BackgroundModel 2.omo @@ -77,7 +93,7 @@ hash2 - swXMac8aOl4S0kubEFCmbnYEX7TWafp2J7U2F97O1yE= + qRJigHLv9rlYsVac/moYMl5ly9UbGTmlNInvZGu7yeU= BackgroundModel.momd/VersionInfo.plist @@ -91,49 +107,77 @@ hash2 - +y17S8NZQaNCgQI8DLvYD5jPVld3nTzbrzBRguqxlDM= + 37W0F4g9c0cOUjZ4zv35kFosbGcfrrLN0Fi35ttffWY= + + + Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.abi.json + + hash2 + + xUYeELV1++5cy/tsWv++R6V7LZ1FgDg+N4864w3qyPs= + + + Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + hash2 + + WYiBdk+I7U8Pxk4rkg0ihFDHE8iWSNW4izebMztdSGA= Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - 5Z5W0U0uNiXyBhx7v05yQ3pumZ0fwE6IUVv+R4Fj6CA= + B4o2qQ3qSCDLeOKuTN97+QK/02u8/9jDksMfnRR9Pso= Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - 2PWaU0ST7wt49vpdeafd586eMnqAlPTyP/y3mYPDJFg= + WYiBdk+I7U8Pxk4rkg0ihFDHE8iWSNW4izebMztdSGA= Modules/OSHealthFitnessLib.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - jwmN9qBabrcuy0Gco+c8zlraZflWWmyF+Cy3o9x6O+E= + jHLLia7KrMGamVv/rICBLxZ5eV44phIOYha0pHESb/Y= + + + Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.abi.json + + hash2 + + xUYeELV1++5cy/tsWv++R6V7LZ1FgDg+N4864w3qyPs= + + + Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + hash2 + + Uh7kksBEhd2YGS1lLGC0CNDrJe9WXnGu9+8mlrJCOWs= Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - TJbDwFrd58cSfx5giBAeqs+P5JEY1LnJehm/zjQgdrs= + MU/Yaw9Xd8dvRYhZ6+yRxp0lgReWigV+Q04ycLpfSbY= Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - uch1CqfUd8cA6doqNeDmtKkTXMb6XXR9IEjfCb5315M= + Uh7kksBEhd2YGS1lLGC0CNDrJe9WXnGu9+8mlrJCOWs= Modules/OSHealthFitnessLib.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - XBGkHrfuM70uVkphMvEmOWSihXyx/IpQOXD9sg8QPYw= + fXlyUJR8Q0SnPvAMZ5ySE4gfBVq7Gm3kCu+m6GsD1yw= Modules/module.modulemap diff --git a/www/OSHealthFitness.js b/www/OSHealthFitness.js index 1eb6a753..a1b23040 100644 --- a/www/OSHealthFitness.js +++ b/www/OSHealthFitness.js @@ -56,3 +56,7 @@ exports.listBackgroundJobs = function (success, error) { exports.updateBackgroundJob = function (success, error, params) { exec(success, error, 'OSHealthFitness', 'updateBackgroundJob', [params]); }; + +exports.disconnectFromGoogleFit = function (success, error) { + exec(success, error, 'OSHealthFitness', 'disconnectFromGoogleFit'); +};